Product · 2026
IndieOS
A calm console for indie hackers running 5+ projects. Persistent project narratives, conservative attention model, and assistive (not autonomous) agents.
Shipping nowWhy I built it
If you run a portfolio of side projects, your brain is the integration layer. Everything else is a tab. I wanted a system where the agent helps me remember, not replace me.
Process
- Anchored on 'project narratives' — long-form, append-only docs that the agent reads + appends to instead of starting from zero each session.
- Built a conservative attention system: the agent picks ONE project per session unless I override.
- Reuse layer: any integration (Stripe, GitHub, Linear, Resend) shared across all projects with one auth.
- Assistive, not autonomous. The agent never ships. It drafts and waits.
Screens
Project narrativeAppend-only, agent-augmented.
Reuse layerOne auth, every project.
Lessons
- Memory beats context window. Always.
- The most valuable feature is the one that stops the agent from doing something dumb.