
Friendship Quiz — What Are You Two Actually? | KnowUsWell
A two-person friendship quiz that reveals what your relationship type is.
The full gallery
Tech stack
60 projects

A two-person friendship quiz that reveals what your relationship type is.

Match with friends based on shared values through question-based comparisons.
zloy88 · HN
ValuePair – a friendship app that cares about values first

Daily questions game where you compare honest answers with friends, groups, and the world.
@checkmurmur · X

Swipe movies and shows with friends to find matches you all agree on.
@that80zguy · X
Check out what I just built with Lovable!

Text-based interactive game with personal stories to discover like-minded friends.
@MoCha408 · X
为了更好的找到聊得来的朋友,我最近自己写了一个网站,里面是我vibe coding的一个文字型交互游戏,都是我的真实故事或者我思考的侧重点。玩了以后可以私信我你的昵称和你的思考,不然我是不知道你是谁的。我会不停的更新章节内容~(有bgm,建议带耳机且电脑端体验会更好)

Call and text an AI friend that remembers your conversations.
piyussh · HN
Colyap – AI friend you can call and text

13 free party games with video chat built in — drawing, trivia, charades, karaoke and watch parties. No download, no sign-up. Share a link and play.
@mysterioo32 · X

Share things you love and find people with matching interests.
@nilsvb · X
Just launched Lovelisti after a week of vibe coding: add one thing you love and tell me who you find. Here is my list :

Real-time multiplayer quiz game with AI host, 30+ game modes, and exam prep packs.
@deebee230730 · X

Five historical figures debate your hardest life question and deliver a consensus verdict.
u/Rcoo232 · Reddit
I built a council of 5 historical figures that debates your hardest life decision (based on Karpathy's LLM Council) A few weeks ago, I came across Karpathy's "LLM Council" concept. You ask multiple Agents the same question independently, have them anonymously peer-review each other, then synthesise a final answer. The peer-review round is the genius part; models get surprisingly honest when critiquing anonymised responses. I turned it into a consumer product where the council members are hi

Solve math problems and collaborate with peers using AI assistance.
lemma1729 · HN
Hi HN, This is ProofTree, and in TLDR: it is a platform where you can chat with an AI to do math, the way you already do, with context-awareness and knows how you personally do math, connected to the fora of other live human mathematicians. So, when you are talking to an AI about a proof at 3 am, and you need a human expert looking at it, or a discussion around it, like you do on StackExchange, this is it! You need an approved email account to use it, so please write here if you would live to try it out.

Play a free online tile-pattern game with friends or solo against the computer.
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is