Features

Create Vinoflare comes packed with features to help you build modern, scalable applications on Cloudflare's edge platform.

🏗️ Multiple Templates

Choose from 6 pre-configured templates to match your project needs:

  • Full Stack - Complete application with frontend, API, database, and authentication
  • Full Stack (No Auth) - Full-stack app without authentication overhead
  • Full Stack (No DB) - Frontend with API backend, perfect for external data sources
  • API Only - REST API with database and authentication
  • API Only (No Auth) - Simple API with database access
  • API Only (No DB) - Stateless API for microservices

⚡ Lightning Fast

Powered by modern tools for exceptional performance:

  • Bun for ultra-fast package installation
  • Vite for instant hot module replacement
  • Hono for minimal overhead API routing
  • Edge-first architecture for global low latency

🔧 Zero Configuration

Everything works out of the box:

  • TypeScript configuration optimized for edge runtime
  • ESLint and Biome for consistent code style
  • Vitest for unit and integration testing
  • Git hooks for code quality checks
  • Environment variable management

📦 TypeScript First

Full type safety across your entire stack:

  • Database schema types with Drizzle
  • API route types with Hono RPC
  • Auto-generated API client types
  • Type-safe routing with TanStack Router
  • Environment variable types

🌐 Edge Native

Built specifically for Cloudflare Workers:

  • D1 database integration
  • KV storage support
  • Durable Objects ready
  • R2 storage compatible
  • WebSocket support

✨ Modern Stack

Best-in-class tools and libraries:

  • React 19 - Latest React features
  • Tailwind CSS v4 - Utility-first styling
  • Drizzle ORM - Type-safe database queries
  • Better Auth - Flexible authentication
  • TanStack Query - Powerful data fetching
  • Orval - Auto-generated API clients

🛠️ Developer Experience

Tools that make development a joy:

  • Hot Reload - See changes instantly
  • Module Generator - Scaffold new features quickly
  • Type Generation - Automatic types for routes and APIs
  • Testing Setup - Write tests with confidence
  • Error Handling - Helpful error messages
  • VS Code Integration - Full IntelliSense support

🚀 Production Ready

Built for real-world applications:

  • Authentication - Discord OAuth pre-configured
  • Database Migrations - Version control for schemas
  • API Documentation - Auto-generated OpenAPI specs
  • Security - Best practices built-in
  • Performance - Optimized for edge deployment
  • Monitoring - Structured logging included