Overview
Understanding the Next-Cloudflare-Turbo application architecture and features
What is the app?
The app is the main Next.js application in the Next-Cloudflare-Turbo monorepo. It is a minimal and simple implementation, focused on demonstrating the core concepts for working with Cloudflare D1 databases in a Cloudflare Worker environment.
Once configured, your Next.js development patterns would largely be exactly the same as it would be for any other application deployment.
Key Features
- ShadCN UI components
- Type-safe, domain-driven data layer
- Drizzle Kit for Cloudflare D1
- Charts and tables configured with live data
- Biome, via Ultracite
Pages & Routing
- Dashboard (
/dashboard) - Main landing page using ShadCN blocks, connected to the D1 database - User (
/users) - The full user data table - Home (
/) - A simple landing page
Next Steps
How is this guide?
Last updated on