nowfound

Alternatives

Products that do what A New Kind of Chat Room does

I’ve developed an application that reimagines chat rooms by integrating them with a world map. Each user can claim a rectangular piece of land on the map, referred to as a "banner." Users within close proximity are grouped into a chat room by the app. The banner’s size can expand or shrink based on the density of users in the area and the number of coins in the user’s account. Key Features: Real-World Interaction Model: Users are pseudo-anonymous, akin to real-world interactions. Coin balance determines user size and visibility ("stature"), while endorsements and other activities form a…

  1. 1CU

    I was inspired by the way ChatGPT writes bullet lists, then invites you to "delve" deeper. This is an interface that reifies that rabbit-holing process into a tiling layout. The model is instructed to output hyperlink-prompts when it mentions something you might want to delve into. Lots of features to add (sessions, sharing, navigation, highlight-to-delve, images, ...). Would love to hear other usecases and ideas!

    2024 · delve.a9.io

  2. 2IB

    Hi HN, I built this out of frustration of the evergrowing list of AI models and features to try and to fit my workflow. The visual approach clicks for me so i went with it, it provides more freedom and control of the outcome, because predictable results and increased productivity is what I’m after when using conversational AI. The app is packed with features, my most used are prompt library, voice input and text search, narration is useful too. The app is local-first and works right in the browser, no sign up needed and it's absolutely free to try. BYOAK – bring your own API Keys. Let me…

    2024 · grafychat.com

  3. 3CO

    I build ChatGPT-2D with the idea to enable people to branch AI conversations interactively, pose contextual questions based on AI response and visualize your entire dialogue on a 2 dimensional map interface. What do you think?

    2023 · superusapp.com

  4. 4

    ChatGPT on a 2-dimensional map

    2023

  5. 5

    A privacy focused team workspace

    Dec 2025

  6. 6MA
  7. 7IB
  8. 8CA
  9. 9IB

    Hi HN! https://flat.social is a web video meeting app for organising fun online meetings & social events. Each participant can move around and talk with others in their proximity. Here is a quick demo if you wanna see it in action: https://youtu.be/Y2yH3twjrx4 I’ve been on it solo for around a year right now. Tech used is Next.js, Typescript, PIXI.js on the front-end and Node, Mediasoup, Socket.io and Matter.js (physics engine) on the backend. Feel free to jump in into the demo room (https://flat.social/f/Flat.Social-Demo) to say hi, I’ll be…

    2022 · flat.social

  10. 10GC

    Hi folks! I'm excited to show you gis.chat, a geospatial chat platform in both senses: a platform about geospatial topics and a geospatial platform itself, referencing the location of our communities. The setup is fairly simple and reproducible: a plain Zulip instance and a homepage with geospatial search capabilities. It seems almost trivial but it has some very nice features. I guess you should be familiar with Zulips stream/topic model to follow along (https://zulip.com/help/streams-and-topics). The core idea is that there are city-specific streams (currently…

    2023 · gis.chat

  11. 11

    This week as we explore the nuances of the "hidden" mobile

    2015

  12. 12AG

    My name is Adrian. I'm a Software Engineer and I spent 6 years developing a perimeter-based geofence-based social media app. What it does: - Allows you to load a custom perimeter anywhere on the geographic map (180° E and W longitude and 90° N and S latitude), to cover area any area of interest - Chat rooms get loaded within the perimeter - You can chat with people within the perimeter I developed a mobile app that uses an advanced geofence-based networking system from 2013 to 2019. My goal was to connect users within polygon geofences anywhere in the world. The app is capable of loading…

    Jan 2026 · localvideoapp.com

  13. 13
    Breakr102

    Location-based anonymous chatrooms

    2014

  14. 14

    Chat drops into Unreal like it was always there

    Jul 2026 · cometchat.com

  15. 15
    Chatbots102

    Conversational UI and the future of online interaction

    2016

  16. 16NP

    I created a pet project to see if it is of use and interesting to people. The idea is on-demand real-time chat rooms for trending topics and for personal use. You can go to the main page at www.urshoutbox.com to create your own room then share it across your social networks/email, etc. I created a hacker news specific "shoutbox" at http://www.urshoutbox.com/bLmYAL/hacker-news . If nobody is in there, please be patient and (I hope) people will join soon to start talking. The idea is to have trending topics on facebook/twitter/etc and have chat rooms to get…

    2014 · urshoutbox.com

  17. 17FI

    This is something fun I’ve been hacking on recently: ridiculously simple group chat. Go to http://faces.io and then get your friends to do the same. That’s it! :-D Currently works best in Chrome. It’s definitely beta status at best. Audio can get weird—be ready to mute. ;-) Let me know what you think!

    2014

  18. 18GC

    Hi HN, I built a location-based chatroom with Discord-like servers. This started as a portfolio project to learn WebSockets but has spiraled into something else entirely. There are two features right now: Drop - Single chatrooms that can only be seen within a specified radius and only last for a time less than 48 hours chosen by the user. Hubs - Geofenced servers modeled after Discord. These are not time restricted. They can be created by anyone and the creator becomes the admin able to add channels and set rules. When a user enters the location’s area, they can join the hub and continue…

    Nov 2025 · vicinity.social

  19. 19NT

    2022 · chatgpt-viz.vercel.app

  20. 20

    Your group chat just got new members.

    Apr 2026 · talk.shapes.inc

  21. 21RR

    Hi HN! Few months ago I've shared a new kind of markdown editor that we (a team of three from the Czech Republic) have been working on (HN post: https://news.ycombinator.com/item?id=46144801). What resonated with folks the most was Kraa's unique ‘real-real-time’ chat feature. We have now acted on this feedback, improved the chat features, and made what we call Kraa Trees. Trees allow anyone to create a light-weight community / chat channels. It would be a stretch to call it an alternative to Discord, yet, but we hope that the frictionless nature of Trees will make them…

    Apr 2026 · kraa.io

  22. 22OS

    https://github.com/KTruong008/aichatbestie Been working on this since last week and glad to share it here and now! There's already been a few other takes on this idea, but I figured none would fit me as well as if I had just built it myself. All messages are sent and stored locally in the browser for privacy and speed. Accounts are optional and upgrading is a one-time deal. Any questions, comments, feedback, please, I'd like to hear it all!

    2023 · aichatbestie.com

  23. 23MC

    Hey everyone! Many of you might have come across the Mamba paper a few days ago, which introduced an LLM based on a state space model architecture. The Mamba architecture is quite useful as its complexity scales subquadratically with input length and is therefore way more efficient than transformer models: https://github.com/state-spaces/mamba I got really excited about the paper, so I decided to fine-tune the model on a chat dataset. It turns that this actually worked quite well! The model is quite suitable for casual chatting, which honestly surprised me given that it…

    2023 · github.com

  24. 24AH

    Hi everyone! I’m Arvid, cofounder of Anysphere (https://anysphere.co). With my two friends Sualeh and Shengtong I have been spending the last few months building a dedicated home for important, long-form conversations. We’re super excited to let the HN community test it out! We think that no existing platform for point–to-point communication prioritizes the conversations that you actually care about and that really matter. Instant messaging is filled with careless texts and stickers, email is filled with receipts and spammers, and physical mail, while better in those respects, is…

    2022 · gist.github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →