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)