
完整作品展
技术栈
21 projects



Stories:分享短故事和想法的无粉丝社交网络。
@narenv456 · X


实时查看朋友在LoL排位赛中的段位、LP、胜率和最近比赛。
@lippi304 · X
▎ I build small apps that solve my own annoyances. ▎ ▎ 🏝️ Islet — Dynamic Island for macOS ▎ 📊 rankd — live LoL rank overlay, no alt-tab ▎ ▎ Built solo with Claude Code. ▎ [ ▎ [

The first social ecosystem where visibility is earned through contribution, not algorithms or ads. Join communities, share posts, and build your reputation.
@Woopeeu · X
You said drop your startup link, so here we go 👀 We’re building Woope — a social network where you actually find people who share your interests. No paid reach. No endless algorithm games. Just people, communities and ideas. 🚀

Public 是一个社交网络,可以发布、聊天和与社区创造的 AI 角色互动。
@public_app · X


上传朋友的照片,将其变成手机主屏幕的风格化小部件伙伴。
@depxanshu · X

Threadsnapp 将聊天和电子邮件对话转换为漂亮的可分享链接。
@DDominella · X

创建共享白板,进行素描、头脑风暴、分配任务和协作。
@claroboard · X
I built a whiteboard. The hardest part wasn't the coding. The hardest part was getting the first users. Want to give it a try?

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