Alternatives
Products that do what Instachat – A simple chat site built using SignalR and ASP.NET does
http://instachat.im Instachat is my side-project and is just a bit of fun: I am a .NET programmer and decided to learn SignalR so a chat program was the best way. This is version 2: v1 was done in February and I left it for a while but it was frankly awful with too much interface. I decided to strip it down to the basics and since I spend lots of time in the command line myself (I am a Windows Infrastructure consultant by day - What can I say? I like the command line!) I thought it might be cool to have a whole site like this. I kept it simple and secure: I don't store the contents…
- 1

- 2

- 3

- 4

- 5

- 6FI
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
- 7AB
Hi HN! Excited to share early access to Amber. I’ve tried every all-in-one messenger out there (Beeper included) but they always fell short. No real folders, no AI, clunky UI, no CRM features… As a founder who speaks with hundreds of people every quarter, I needed something better. So I decided to rebuild the entire experience from ground up. Thoughts from one of our users: "The app I've been searching for for a looong time." Check it out for free today! Demo: https://www.loom.com/share/8b5bc80b9893436b9190ae41fc3f0f50 Features: - All messages (Whatsapp, Telegram,…
2025 · useamber.app
- 8

- 9SC
2012 · seddit.com
- 10AW
Create a chat, copy the URL, paste it wherever you want. Perfect for those that would like to continue a discussion on a social network without having to sign up for anything. http://beta.mss.gs/#!/page/home
2012 · beta.mss.gs
- 11QA
Hi HN, My name is Taylor and I built QuickChat - an app similar to Snapchat - in 5 days to challenge myself. I shared the entire process publicly on my blog, taylorbeck.me, and I have received amazing support and feedback from everyone following along. The source code is available here: https://github.com/tagabek/QuickChat I am also a full-time iOS consultant, and am actively looking for work. Feel free to connect with me via email. Email: [email protected] iTunes Link: https://itunes.apple.com/us/app/quickchat!/id778296290?ls=1&mt=8 1st…
2014
- 12IM
I was tired of paying monthly subscriptions for all my AI tools and I wanted to pay just for what I use so I combined the AI chats I use to create my own chat - MyChat (pun intended) MyChat is an all-in-one chat bot that has a pay-as-you-go business model. The tech stack I used was NextJS, TypeScript, MongoDB, Clerk, TailwindCSS, ShadCN, Stripe, the OpenAI API hosted on Hostinger with Coolify. The code base is currently around 3500 lines of code. (About 500 of them are redundant code) The web app itself is not complicated the only complex thing in it is the math that's mapping the different…
2025 · mychat.click
- 13NP
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
- 14MA
Hello everyone! I have a hobby project that has become fairly full featured that I figured I would share. The idea of MinimalChat has been to create a project that is a lightweight and dead simple application that can be deployed locally in a few seconds (with docker). While of course also having most of the nice to have features and looking pretty nice. A nice bonus is it a Progressive Web Application so it can be installed like a normal application to your mobile device. It has a full mobile UI. For those using Chrome and Edge you can also locally download, load and host entirely via your…
2024 · github.com
- 15CS
Today my friends and I are launching a project we've been hacking on for the past few years. It's friendly web based group chat (with apps for Mac, Windows, and iOS) that's not limited to a single business. It basically offers the power of XMPP with a simple UI. chatsimply.com Please check it out and let me know what you think!
2014
- 16OS
Hi friends! I've been waiting for ChatGPT Code Interpreter access for so long that I decided to just build my own. I figured maybe some of you are in the same boat so decided to do it as an Open Source project.
2023 · ricklamers.io
- 17IL
Hello HN, I want to share something that I worked on for quite a while as my side project - www.heahy.com an IRC like chat where you can share various media and even record yourself (using web MediaRecorder api). Here is a thread with short explanation on how it works: https://www.heahy.com/channel/homepage/thread/3900adb9e441a09abc757461 I am looking for any feedback and if you have any ideas, advice or questions I am eager to hear it here or on heahy!
2020
- 18TM
URL -> Http://www.teamchat.me (landing page only works for desktop/pc for now) I'm doing another relaunch soon of this group chat app I've been working on in the past year. I've learned a lot after each launch and since I'm not getting any traffic why not just keep testing different methods until I get it right? Art! Science! Anyways let me know what you think. If you're working in remote/distributed teams or are interested in using an app that streamlines your internal business communication please let me know I would love to talk to you one on one and get an idea of the challenges you…
2013
- 19CC
Hi HN, I over-thought one too many “lol sounds fun” texts and decided to teach a model to be my wingman instead. The result is Crush Check AI —export an iMessage / WhatsApp / Instagram thread and get a chat report with: * crush score (0-100) based on response latency, reciprocity, sentiment shifts. * red flags like like breadcrumbing / love-bombing * chat timeline. You can also ask questions about your conversation. Why post here I’d love feedback on: * whether this is something people need. * how was the user experience. * what features would you like to see. Thanks in…
2025 · crushcheck.app
- 20RM
Link to test: http://getmeetingsapp.com Basically it is a web-based chat application, with private and public rooms and real-time file sharing. It is currently in a half-arsed situation so needs lot of work but wanted to get some feedback from you. Thanks PS. I created a public room for feature requests, just in case: http://getmeetingsapp.com/rooms/4e7f64ea17ade37b71000002
2011
- 21

- 22CH
Hey HN, As a heavy ChatGPT user, I often want to explore my chat history, look for things I've already asked, keep favorite chats, and much more. ChatGPT doesn't even offer search capability (except in mobile version). So I decided to build one myself. It runs locally, so no sensitive data leaks. You only need to export your ChatGPT conversations, and put it in the `data` folder. Optionally setup OpenAI API key and it will create embeddings for semantic search. *Important* - it's not a desktop app (at least, not yet) - it's a python code with a browser interface that I've only tested on…
2023 · github.com
- 23PG
Hey everyone, ChatGPT recently added a very small but powerful feature - the ability to share your chats! I think it’s a great way to create prototypes and share them, here are a couple of examples: First, [a small talk simulator](https://chat.openai.com/share/1329d8ec-5141-45f9-a2c2-842d4bad7bcc) a game to help you improve your social skills. Second, [a shark tank simulator](https://chat.openai.com/share/48155efe-101b-4662-b41e-c13aa909f017), see if your idea and pitch can get a deal on ABCs hit show! [Here’s my…
2023
- 24CS
I have just launched a project that has been sitting on my hard drive 80% finished for the better part of a year. http://www.chatroulettespy.com It detects your 'anonymous' chat partner's IP address and performs a geolocation lookup on it to show the user the partner's approximate location on a map. I know the Chatroulette fad has peaked a long time ago (when I started this project), but there are still many people using it and its many clones. It was important for me to follow through on this one and not let it die on my hard drive like many projects before. I would appreciate any feedback…
2011
Ranked by how close each launch is in meaning, then by votes. Refine with a description →