
Friendship Quiz — What Are You Two Actually? | KnowUsWell
KnowUsWell 两人友谊测试,发现你们的关系类型。
完整作品展
技术栈
60 projects

KnowUsWell 两人友谊测试,发现你们的关系类型。

ValuePair 是一个基于共同价值观的友谊匹配应用,通过问卷帮你找到志同道合的朋友。
zloy88 · HN
ValuePair – a friendship app that cares about values first


与朋友滑动电影和剧集,找到你们都同意的选择。
@that80zguy · X
Check out what I just built with Lovable!

通过互动故事游戏和真实想法来发现志同道合的朋友。
@MoCha408 · X
为了更好的找到聊得来的朋友,我最近自己写了一个网站,里面是我vibe coding的一个文字型交互游戏,都是我的真实故事或者我思考的侧重点。玩了以后可以私信我你的昵称和你的思考,不然我是不知道你是谁的。我会不停的更新章节内容~(有bgm,建议带耳机且电脑端体验会更好)


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

分享你喜欢的东西,找到志同道合的人。
@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 :

实时多人竞答游戏,配有AI主持人、30+游戏模式和考试备考包。
@deebee230730 · X

五位历史人物为您的人生难题辩论,由马可·奥勒留给出最终裁决。
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

用AI辅助解决和协作数学问题的社交平台。
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.

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
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