frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Computable – Buy, sell, and redeem GPU for the exact weeks you want

https://www.getcomputable.com/
18•yuansong98•3h ago•16 comments

Show HN: Justif – Knuth-Plass justification and microtypography for the web

https://justif.lyall.co/
82•lyall•4d ago•12 comments

Show HN: Read the Tape – Wordle for daytrading, five blind S&P 500 charts a day

https://readthetape.cc/
46•will_asouka•1d ago•35 comments

Show HN: A self-running space economy SIM in Rust and Bevy

https://github.com/Kalcode/spaceprojectsim
82•kalcode•6h ago•27 comments

Show HN: Workaround – Unstar GitHub Repos in Bulk

https://workaround.run/
7•yusveng•3d ago•3 comments

Show HN: CodeAlmanac – Karpathy-style codebase wiki from your conversations

https://github.com/AlmanacCode/codealmanac/
44•divitsheth•8h ago•15 comments

Show HN: Imagin Raw – A 9MB Open-Source Alternative to Adobe Bridge for Mac

https://github.com/cristibaluta/Imagin-Raw
54•cristi_baluta•7h ago•20 comments

Show HN: Browser Tools SDK – an optimal browser harness for agents

https://libretto.sh/browser-tools
8•tanishqkanc•4h ago•1 comments

Show HN: Orate – On-device neural text-to-speech queue for Mac

https://orate.to/
10•bherms•4h ago•8 comments

Show HN: Word in Web – Near MS Word Parity Docx Editor in Web

https://word-in-web.com/
24•theRealestAEP•7h ago•3 comments

Show HN: Anypost – transactional and broadcast email API, 8¢ per 1k

https://anypost.com
11•dancablam•10h ago•8 comments

Show HN: Language Model Builder (an app to learn about and build models)

https://languagemodelbuilder.com/
12•felixrieseberg•7h ago•2 comments

Show HN: Superserve – Firecracker microVM sandboxes for long-running AI agents

https://www.superserve.ai/
3•pavitrabhalla•2h ago•0 comments

Show HN: OSS Cross-Harness self hosted registry and analytics for AI Agents

https://github.com/Observal/Observal
20•haz3-jolt•8h ago•1 comments

Show HN: Explore 6048 YC companies as an interactive galaxy

https://artifacta.io/a/pg_x9pombpdybx90q2s16eu
35•jnakano89•2d ago•18 comments

Show HN: Designing a Static Site Generator for iPhone

https://hypertemplates.net/blog/designing-an-ssg-for-iphone/
8•calebhailey•6h ago•0 comments

Show HN: DocCharm – The help center that keeps itself up to date

https://doccharm.com/
7•yakshaving_jgt•7h ago•2 comments

Show HN: In Meeting – A native macOS Mic/Cam observer for home automation

https://github.com/fellowgeek/in-meeting
7•pcbmaker20•7h ago•0 comments

Show HN: Edky, a CLI to convert Ed25519 public keys from one encoding to another

https://github.com/artob/edky
7•arto•7h ago•3 comments

Show HN: Faceblind – In-browser only video face blurring

https://kmcheung12.github.io/faceblind/
3•a_c•3h ago•0 comments

Show HN: RootBadger – a modern Usenet-style discussion platfor

https://rootbadger.com
3•yodabytz•4h ago•0 comments

Show HN: Meltbox – where your agents send you briefs

https://meltbox.ai/
2•flysonic10•4h ago•0 comments

Show HN: Chalk: a Mac app for technical diagrams with a built-in MCP for Claude

https://chalk.appkit.studio
4•davideweaver•4h ago•0 comments

Show HN: Immersive Gaussian Splat tour of grace cathedral, San Francisco

https://vincentwoo.com/3d/grace_cathedral/
257•akanet•1d ago•56 comments

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

2905•section33•2d ago•351 comments

Show HN: Ex Situ – Open-source spatial index of displaced cultural artifacts

https://exsitu.app/map
51•hbyel•20h ago•38 comments

Show HN: Web-based Jujutsu revset explorer and debugger

https://juju.bi/tools/revset
3•pksunkara•7h ago•0 comments

Show HN: TunD. Make friends' PCs appear on the same VLAN

https://github.com/danterolle/tund
3•danterolle•5h ago•0 comments

Show HN: SciStudio: organize chaos data analysis pipelines with workflow runtime

https://scistudio.io/
2•jiazhenz•5h ago•1 comments

Show HN: Datalevin – a simple, fast, and versatile Datalog database

https://github.com/datalevin/datalevin
4•huahaiy•5h ago•0 comments
Open in hackernews

Show HN: Superserve – Firecracker microVM sandboxes for long-running AI agents

https://www.superserve.ai/
3•pavitrabhalla•2h ago
Hey HN, I built Superserve, a compute layer that lets AI agents live inside isolated Firecracker microVMs with no session time limits.

The problem I kept running into: most sandbox providers kill your agent after 24 hours. If you're running something autonomous that needs to work for days — refactoring a codebase, running tests in a loop — you're constantly fighting timeouts and rebuilding state.

Superserve lets you snapshot a running VM at any point, fork it into parallel branches, and resume exactly where you left off. Each agent gets its own VM, no shared kernels. There's also a credentials broker so agents never touch raw API keys directly, and egress is locked to URLs you specify.

You bring your own agent (Claude Code, Codex, etc.). We handle the durable compute underneath. TypeScript and Python SDKs, MCP support, open-source and self-hostable.

Would love to hear feedback, especially from anyone building long-running agents.