Skip to content

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 stack focus on the “Edge-First” philosophy, leveraging modern runtimes to minimize latency and operational overhead.

  • 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.
  1. Zero Bloat: Only include what is necessary for production.
  2. Type Safety: TypeScript integration from DB to UI.
  3. Scalability: Architected to handle global traffic by default.

Currently used as the internal foundation for all Nanoo Labs projects and research experiments.