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?

Popular in Discussions Top

matthias_toepp
I’d love to hear what people think about Wisp, the new Gleam web framework started by Gleam’s primary creator Louis Pilfold. Gleam, alon...
New
sashaafm
Piggy backing a bit on @dvcrn topic BEAM optimization for functions with static return type?, I’ve been trying to understand in a deeper ...
New
Nvim
Anybody knows a comprehensive comparison of Django and Phoenix, thanks for the help. Where are they similar? Where do they differ the m...
New
pillaiindu
In django there is a cache framework backed by memcached. Rails also puts a lot of emphasis on caching, and even the idea of russian-doll...
New
arpan
Hello everyone :wave: Today I am very excited to announce a project that I have been working on for almost 3 months now. The project is...
New
pillaiindu
I want to convert a Phoenix LiveView CRUD website to a CRUD mobile app. What do you think is the easiest way to do so?
New
nburkley
AWS re:Invent is on at the moment with some interesting announcements. One new feature in particular is the Lambda Runtime API for AWS La...
New
shishini
I think this twitter post and youtube video didn’t get as much attention as I hoped I am still new to Elixir, so can’t really judge ...
New
PragTob
Hey everyone, this has been on my mind for some time and I’d love your input on it! TLDR: I feel like maps are superioer for storing and...
New
chulkilee
Here are the list of HTTP client libraries/wrappers, and some thoughts on HTTP client in general. I’d like to hear from others how they w...
New

Other popular topics Top

senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement