Nanoo Stack
Nanoo Stack is a curated collection of frontend, backend, and database primitives designed to work seamlessly together. It serves as our internal “Starter Kit” built for speed, efficiency, and maximum developer velocity.
The Architecture
Section titled “The Architecture”The stack focus on the “Edge-First” philosophy, leveraging modern runtimes to minimize latency and operational overhead.
Components
Section titled “Components”- Frontend: Astro/Solid optimized for Core Web Vitals.
- Backend: Hono on Cloudflare Workers for ultra-low latency API.
- Database: D1 (SQLite at the Edge) with efficient ORM patterns.
Design Philosophy
Section titled “Design Philosophy”- Zero Bloat: Only include what is necessary for production.
- Type Safety: TypeScript integration from DB to UI.
- Scalability: Architected to handle global traffic by default.
Currently used as the internal foundation for all Nanoo Labs projects and research experiments.