Arch Framework
A foundation worth building on.
The Premise
Most projects spend their first week wiring the same plumbing — sessions, sockets, data fetching, a build that doesn't fight you. Arch Framework was the attempt to make that week disappear: a robust full-stack foundation that folded modern best practices into the framework itself, so the boring-but-critical layers were already solid the moment you cloned it.
The idea was to hand you a strong starting line, not a blank file — and let you spend your attention on the part that's actually yours.
At a glance
- Full-stack
- Scope
- 4
- Built-in pillars
- OSS
- License
- Dec 2,025
- Status
Front to back, one framework
Auth · real-time · state · build
Public on GitHub, Nexel Lab
Discontinued — kept open
What was built in
Four things came standard. Authentication — sessions, providers and protected routes ready out of the box rather than bolted on later. Real-time — a first-class live layer, so presence, updates and streams weren't an afterthought. API state management — an opinionated, optimized approach to fetching, caching and synchronising server state on the client. And an optimized build pipeline — tuned defaults for fast, lean production output.
The bet underneath all of it: a small set of strong, well-integrated conventions beats a large pile of loosely-coupled choices.
The pillars
Authentication
Identity
Sessions, providers and protected routes wired in from the start.
Real-time
Live
A first-class layer for presence, streams and live updates.
API State
Sync
Optimized fetching, caching and server-state synchronisation.
Build
Ship
Tuned defaults for fast, lean production builds.
The arc
Arch was discontinued in December 2025. The full-stack-framework space moved fast, the meta-frameworks it sat alongside absorbed much of the same ground, and keeping an opinionated foundation current is its own full-time project.
It's kept here as an open, honest artifact — a record of a design stance about what a framework should hand you on day one, left public for anyone who'd rather read the source than the pitch.
A small set of strong, well-integrated conventions beats a large pile of loosely-coupled choices. Arch was the argument made in code.