DEV Community

Cover image for create-o3-app: Build Next.js Apps with Drizzle, oRPC, and ArkType
jQueryScript
jQueryScript

Posted on

create-o3-app: Build Next.js Apps with Drizzle, oRPC, and ArkType

create-o3-app: a CLI tool for spinning up Next.js projects. It's for anyone who likes using the absolute newest tech. It sets up a full-stack, type-safe app in seconds.

Features:

  • 🚀 Next.js 15 application generation with App Router architecture
  • 🔥 oRPC integration for type-safe client-server communication
  • 🛡️ Flexible authentication options with BetterAuth or Auth.js
  • 🗄️ Drizzle ORM database layer with automatic migrations
  • ✅ ArkType runtime validation for enhanced type safety
  • ⚡ Pre-configured NeonDB database setup
  • 🎨 Tailwind CSS styling with optimized configuration
  • 📝 Strict TypeScript configuration with comprehensive type inference
  • 🔧 Complete development tooling with Biome and Prettier
  • 🐳 Optional Docker configuration for containerized deployment
  • 🎯 Modular architecture allowing selective feature inclusion
  • 📡 Multiple package manager support (npm, pnpm, yarn, bun)

It's modular, so you only add what you need.

👉 Blog Post

👉 GitHub Repo

Top comments (0)