raa-ziq

raa-ziq

NowBlind - a random chat app (built with Elixir & Phoenix LiveView)

Hi everyone :waving_hand:

I wanted to share something I’ve been building — NowBlind, a random chat app designed to help people discover and connect with strangers in a simple, fast, and genuinely fun way.

The idea is simple: remove friction and let conversations happen instantly — whether through text, voice, or video.

Instead of profiles, feeds, or followers, the focus is on real-time, spontaneous interaction.

What NowBlind offers

  • Random Chat (Text, Voice, Video)
    Instantly connect with strangers across multiple modes.

  • Seamless Mode Switching
    Move between text, voice, and video without breaking the flow.

  • Real-time Matching System
    Users are paired instantly with minimal wait time.

  • Safe & Controlled Environment
    Skip, block, and session controls are built in from the start.

  • Friend System
    Continue conversations later if both users choose to.

  • Ephemeral by Default
    Conversations aren’t persisted unless intentionally continued.

  • Mobile-first UI
    Designed to feel smooth and native across devices.

  • LiveView-driven Interface
    Fast, reactive UI without a heavy frontend framework.

How it’s built

NowBlind leans heavily into Elixir’s strengths for concurrency and real-time systems.

  • GenServer-based matchmaking
    A dedicated process handles random user pairing in real time, keeping the logic isolated and predictable.

  • ETS for ultra-fast lookups
    Used as an in-memory layer for things like user availability, block lists, and relationship checks — significantly reducing database read load.

  • Phoenix Channels + LiveView
    Powering real-time communication and UI updates.

  • Ecto + PostgreSQL
    For persistence and relational data.

  • Oban
    Background jobs (cleanup, async processing, etc.).

Tech stack

  • Phoenix ~> 1.8

  • Phoenix LiveView ~> 1.1

  • Ecto + PostgreSQL

  • Oban

  • ETS

  • GenServer

  • TailwindCSS + Heroicons

  • Bandit

  • Finch / Req

  • ExAws + S3

  • Goth

Supporting:

  • telemetry_metrics / telemetry_poller

  • gettext

  • jason

  • dns_cluster

  • ecto_network

  • hackney

A note on real-time media

One area I’m still refining is WebRTC.

Coming into Elixir, I didn’t fully explore the ecosystem around it early on, so parts of the media layer are not as tightly integrated with Elixir-native solutions as they could be.

In the next iteration, I’m planning to adopt more robust WebRTC tooling from within the ecosystem.

Why Elixir?

Elixir made this kind of system feel natural.

Handling concurrency, presence, matchmaking, and real-time updates is straightforward with Phoenix. LiveView, in particular, allowed building a fast, interactive product without maintaining a complex frontend stack.

NowBlind is live and evolving quickly.

  1. We jus hit 2500 signups
  2. The reason to build a random chat app
  3. The difference between NowBlind and other random chat apps

There’s still a lot to improve, especially around scaling patterns and real-time media, so I’d love feedback — particularly from anyone who has worked with matchmaking systems or WebRTC in Elixir.

Thanks to this community — it’s been a huge enabler :raising_hands:

  • Razique

Where Next?

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2976 91332 914
New
byu
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project. My initial shotgu...
New
arcanemachine
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
AstonJ
Just a general thread to post chat/news/info relating to AI/ML stuff that may be relevant for Nx now or in the future. Got anything to sh...
New
type1fool
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
juhalehtonen
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
alexslade
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog It says that Fly is going all-in on sprites, which is a worry ...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
bjorng
We want to introduce a new native datatype to Erlang: native records. Although replacing all tuple records with native records is not our...
New

We're in Beta

About us Mission Statement