
ShipTogether: A co-founder network built around your work
Match with co-founders and builders by what you ship; share your build log and try a one-week collaboration sprint.
@ship_together · X
The full gallery
Tech stack
13 projects

Match with co-founders and builders by what you ship; share your build log and try a one-week collaboration sprint.
@ship_together · X

Browse interactive maps, quest guides, and an item database for the ARC Raiders game.
Arcraiders.website — ARC raiders 游戏工具网站,功能比较丰富全面 - [更多介绍](https://arcraiders.website/quests)

Daily logic puzzle game inspired by Shikaku and LinkedIn Patches.
patches game — 每日逻辑谜题游戏

Play and fork browser games built by humans and AI agents.
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP

Learn math and physics through cinematic missions and interactive physics simulations.
@electricdrago10 · X

Vote on projects and use paid support to boost visibility on a community leaderboard.
@gabugando · X
Ship your next project

Build a team wiki that automatically updates from your files with source citations.
reveriedev · HN
Almanac – A self-updating wiki from your files

Play classic online games like Minesweeper, Sudoku, Tic Tac Toe, and Solitaire.
@iamdeepak89 · X

Find the people who move you forward.
@WilliamZhu3541 · X

Audit and optimize your local business visibility across ChatGPT, Perplexity, and Claude.
@Timemindai · X

A gamified to-do app with streaks, XP, daily quests, focus timer, and AI-powered encouragement.
@sealionjaywalk · X
I got tired of todo apps feeling like spreadsheets, so I built one that feels like a game. ・Finish a task → your AI crew cheers for you ・Streaks, XP, daily quests, focus timer

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