Start clean.
Ship with momentum.
A reusable project foundation with a polished UI, predictable module boundaries and realtime infrastructure that works from day one.
app/ routes and server boundaries
(app)/ dashboard · realtime · settings
components/
ui/ domain-free primitives
features/ isolated dataflow
providers/ app infrastructure
lib/ http · realtime
server/ Socket.IO service
Ready to customize
Change branding and navigation in two config files.
Foundation included
The useful parts are already wired.
Keep the structure, replace the examples and build the domain your next product actually needs.
Reusable UI system
Theme tokens and accessible primitives stay independent from product business.
Clean dataflow
Clear boundaries for routes, feature components, API transport and providers.
Realtime ready
Socket.IO provider, room events, ack, reconnect and an isolated server are included.
Production-minded
Environment validation points, payload limits, optional JWT and graceful shutdown.
Deployable
Standalone Next.js build and separate Docker images for web and realtime.
Easy to extend
Add auth, database and domain modules without rewriting the application shell.