vite-flare-starter
Vite Flare Starter clones and configures a complete Cloudflare full-stack template into a standalone, production-ready project. It bundles React 19, Hono on Workers, D1 with Drizzle ORM, better-auth, R2 storage, Workers AI, and TanStack Query—all pre-wired and ready to deploy after running setup.
Vite Flare Starter scaffolds a production-ready full-stack Cloudflare app with React, Hono, D1, auth, and Workers AI.
AI-generated summary based on this skill's SKILL.md
Install
jezweb/claude-skills/vite-flare-starter · repository language: Python
git clone https://github.com/jezweb/claude-skills
cp -r claude-skills/plugins/cloudflare/skills/vite-flare-starter ~/.claude/skills/vite-flare-starterFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I create a Cloudflare full stack app with React and Hono?
Vite Flare Starter scaffolds a production-ready full-stack Cloudflare app by cloning and configuring a complete template into a standalone project. It includes React 19 on the frontend, Hono on Cloudflare Workers for the backend, D1 SQLite with Drizzle ORM for the database, better-auth for authentication, R2 for storage, Workers AI, and TanStack Query—all pre-wired and ready to deploy after running setup.
What does vite flare starter scaffold include?
Vite Flare Starter provides a batteries-included boilerplate with React 19, Tailwind CSS, shadcn/ui components, Hono backend on Cloudflare Workers, D1 SQLite database with Drizzle ORM, better-auth for Google OAuth and email authentication, R2 storage integration, Workers AI capabilities, and TanStack Query for data fetching—all configured and ready to customize for your project.
Can I set up Google OAuth and email auth with vite-flare-starter?
Yes. Vite Flare Starter includes better-auth pre-configured for both Google OAuth and email authentication on Cloudflare. The template handles the auth setup so you can focus on customizing credentials and user flows for your app.
How do I deploy a React app to Cloudflare with Workers AI?
Vite Flare Starter deploys your React app to Cloudflare Workers with Workers AI already integrated into the Hono backend. After cloning and configuring the template, you can add AI features to your backend routes and deploy using Cloudflare's CLI—the full stack (frontend, backend, database, and AI) ships together.
What database and ORM does vite-flare-starter use?
Vite Flare Starter uses Cloudflare D1 (SQLite) as the database with Drizzle ORM for type-safe queries. The template includes migrations and schema setup, so you can start defining your data models immediately after cloning and configuring the project.
Is vite-flare-starter licensed and ready for production?
Yes. Vite Flare Starter is released under the MIT license and designed as a production-ready template. Clone it, run setup to configure your project, customize the auth, database schema, and AI integrations, then deploy to Cloudflare Workers with confidence.
SKILL.md
rendered from the published skill — quoted content, verbatim
Vite Flare Starter
Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, deployable full-stack app.
Stack
| Layer | Technology | Version |
|---|---|---|
| Frontend | React, Vite, Tailwind CSS, shadcn/ui | 19, 6.x, v4, latest |
| Backend | Hono (on Cloudflare Workers) | 4.x |
| Database | D1 (SQLite at edge) + Drizzle ORM | 0.38+ |
| Auth | better-auth (Google OAuth + email/password) | latest |
| Storage | R2 (S3-compatible object storage) | — |
| AI | Workers AI binding | — |
| Data Fetching | TanStack Query | v5 |
Cloudflare Bindings
| Binding | Type | Purpose |
|---|---|---|
DB |
D1 |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 3 files
plugins/cloudflare/skills/vite-flare-starter/SKILL.md
plugins/cloudflare/skills/vite-flare-starter/assets/dev-vars-template.txt
plugins/cloudflare/skills/vite-flare-starter/assets/wrangler-template.jsonc