frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A CSS-Only Terrain Generator

https://terra.layoutit.com
240•rofko•7h ago•72 comments

Show HN: I built a local-first daily planner for iOS

https://apps.apple.com/ca/app/to-do-list-planner-zesfy/id6479947874
70•zesfy•7h ago•54 comments

Show HN: I built a highly customizable mental arithmetic trainer for iOS

https://apps.apple.com/us/app/athena-math/id6747783222
3•dempedempe•3h ago•0 comments

Show HN: Pion/rtwatch – Watch video in sync with friends, pause/seek on back end

https://github.com/pion/rtwatch
2•Sean-Der•4h ago•1 comments

Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

https://mytimers.app/
40•y3k•16h ago•27 comments

Show HN: Nallely a modular reactive Python framework for custom MIDI instruments

https://github.com/dr-schlange/nallely-midi
2•drschlange•5h ago•0 comments

Show HN: I got fired so I built a bank statement converter

https://aussiebankstatements.com
3•matherslabs•5h ago•0 comments

Show HN: a Rust ray tracer that runs on any GPU – even in the browser

https://github.com/tchauffi/rust-rasterizer
91•tchauffi•1d ago•26 comments

Show HN: Tamagotchi P1 for FPGAs

https://github.com/agg23/fpga-tamagotchi
61•agg23•1w ago•11 comments

Show HN: Agor → Figma for AI Coding (Open Source)

https://agor.live
6•caravel•7h ago•2 comments

Show HN: I made a website that vibe-codes itself

https://theboard.stavros.io
14•stavros•8h ago•4 comments

Show HN: FinBodhi – Local-first, double-entry app/PWA for your financial journey

https://finbodhi.com/
38•ciju•1d ago•20 comments

Show HN: I Built a Prototype for a Universal Causal Language (UCL)

https://github.com/ndbroadbent/universal_causal_language
2•nathan_f77•9h ago•0 comments

Show HN: Centia.io – Open PostgreSQL/PostGIS back end for developers

https://centia.io/
23•mhoegh•1w ago•6 comments

Show HN: Strange Attractors

https://blog.shashanktomar.com/posts/strange-attractors
790•shashanktomar•3d ago•75 comments

Show HN: Anki-LLM – Bulk process and generate Anki flashcards with LLMs

https://github.com/raine/anki-llm
57•rane•2d ago•22 comments

Show HN: Why write code if the LLM can just do the thing? (web app experiment)

https://github.com/samrolken/nokode
433•samrolken•3d ago•317 comments

Show HN: Serie – A rich Git commit graph in your terminal

https://github.com/lusingander/serie
16•lusingander•1d ago•2 comments

Show HN: Pipelex – Declarative language for repeatable AI workflows

https://github.com/Pipelex/pipelex
121•lchoquel•1w ago•27 comments

Show HN: Yourshoesmells.com – Find the most smelly boulder gym

https://yourshoesmells.com
43•boshenz•12h ago•41 comments

Show HN: Chess960v2 – Stockfish tournament with different starting positions

https://chess960v2.com/en
2•lavren1974•17h ago•1 comments

Show HN: In a single HTML file, an app to encourage my children to invest

https://roberdam.com/en/dinversiones.html
247•roberdam•5d ago•435 comments

Show HN: Glitch Text Generator – Create stunning unicode text effects

https://glitch-text.com/
3•chwiho•19h ago•0 comments

Show HN: An AI to match your voice to songs and artists you should sing

https://coach.singonesong.com
45•JacobSingh•1d ago•4 comments

Show HN: Quibbler – A critic for your coding agent that learns what you want

https://github.com/fulcrumresearch/quibbler
114•etherio•4d ago•27 comments

Show HN: Learn German with Games

https://www.learngermanwithgames.com/
125•predictand•6d ago•106 comments

Show HN: Secret Management for Local Development

https://github.com/athishrao/crux-vault
3•athish-rao•23h ago•0 comments

Show HN: WebAudio Data-Driven audio engine

https://github.com/mikezaby/blibliki
3•mikezaby•1d ago•1 comments

Show HN: AgentML – SCXML for Deterministic AI Agents (MIT)

https://github.com/agentflare-ai/agentml
5•jeffreyajewett•1d ago•1 comments

Show HN: Give your coding agents the ability to message each other

https://github.com/Dicklesworthstone/mcp_agent_mail
13•eigenvalue•1d ago•2 comments
Open in hackernews

Show HN: Agor → Figma for AI Coding (Open Source)

https://agor.live
6•caravel•7h ago

Comments

caravel•7h ago
So I built “Figma for AI coding” to stay sane while coordinating agents across projects, git worktrees, AI sessions and my team. Called it Agor the, "AGent ORchestrator". Built it in a month using Agor to build Agor, plus an army of agents. Open sourcing it today. It's a 2D spatial canvas where you can coordinate an infinity of agents (managed git worktrees, shared dev environments, comments+reactions, m-site, + a proper scheduler). Solid docs at https://agor.live . Pretty stoked about this one.
caravel•7h ago
Hey, creator here. I built this over the past month to try and stay sane while coordinating Claude Code, Codex, and Gemini across projects.

Quick feature rundown:

- Real-time collaboration with spatial comments/reaction + live cursor sync - Full MCP support + agents are self-aware of the workspace via internal MCP server - Built-in scheduler for agent tasks - Session forking/subsession spawning (sessions shown as trees on the canvas) - Shared dev environment management - Mobile site for prompting on-the-go

Built the whole thing using Agor itself with multiple agents collaborating. Watching agents build the tool they're working in is pretty wild. Happy to answer questions