$npx skillfedfor your agent

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

943 95 MITupdated by jezweb

Decision gist · record as of 2026-07-02

Vite Flare Starter scaffolds a production-ready full-stack Cloudflare app with React, Hono, D1, auth, and Workers AI. 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.

manual: git clone https://github.com/jezweb/claude-skills → cp -r claude-skills/plugins/cloudflare/skills/vite-flare-starter ~/.claude/skills/vite-flare-starter
plugins/cloudflare/skills/vite-flare-starter/SKILL.md · version d9a8e9c5

Use it when

  • Vite Flare Starter provides a batteries-included boilerplate with React 19, Tailwind CSS, shadcn/ui components.
  • Yes.

Verify before relying

Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

jezweb/claude-skills/vite-flare-starter · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently 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)

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

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Scaffold a production-ready full-stack Cloudflare app with React, auth, and database”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

tanstack-start
by jezweb · jezweb/claude-skills

TanStack Start scaffolds production-ready full-stack applications on Cloudflare Workers from scratch, with server-side rendering, file-based routing, and integrated authentication. Every file is generated fresh—no templates or clones—using React 19, Tailwind v4, shadcn/ui, D1 databases, Drizzle ORM, and better-auth for OAuth and email/password flows.

MITupdated Jul 2026
★ 943repo stars
mkfast-deploy
by iamzhihuix · iamzhihuix/happy-claude-skills

Mkfast Deploy streamlines deploying mkfast-template and TanStarter projects to Cloudflare Workers by detecting which components you've enabled and generating only the steps you need. It handles template placeholder validation, environment setup, and production safety checks to prevent common deployment pitfalls.

MITdocs in Chineseupdated Apr 2026
★ 305repo stars
clickclack
by steipete · steipete/agent-scripts

Manage ClickClack's Cloudflare Worker deployment, container lifecycle, and operational verification. Handles app rollouts, DNS routing, and health checks across product surfaces and documentation.

MITupdated Jul 2026
★ 6,476repo stars
Cloudflare Agentic Inbox
by Aradotso · Aradotso/ai-agent-skills

Cloudflare Agentic Inbox is a self-hosted email client powered by AI agents, built entirely on Cloudflare Workers. It combines Email Routing for receiving messages, Durable Objects with SQLite for per-mailbox storage, R2 for attachments, and Workers AI for intelligent email assistance.

no license declared → metadata onlyupdated Jul 2026
★ 0repo stars
cloudflare-r2
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

This skill covers provisioning and operating Cloudflare R2 buckets via Wrangler CLI, AWS CLI, and boto3, plus binding R2 to Workers for server-side access. Learn lifecycle configuration, presigned URL generation, public bucket serving, and CORS setup to eliminate egress costs for read-heavy workloads and media delivery.

MITupdated May 2026
★ 44repo stars
Wrangler Coder
by majesticlabs-dev · majesticlabs-dev/majestic-marketplace

Wrangler Coder helps you develop and deploy Cloudflare Workers and Pages projects through the official Wrangler command-line tool. It covers project setup, configuration management across multiple environments, secrets handling, and deployment workflows. The skill also guides integration with Cloudflare's backend services including D1 databases, R2 storage, KV namespaces, and Queues.

no license declared → metadata onlyupdated May 2026
★ 44repo stars

More skills Wrangler (unlicensed) · wrangler (Apache-2.0)

Tags
edge-databasefull-stack-templateserverless-backendoauth-readyobject-storageai-integrationbatteries-includedcloudflare-nativeproduction-readymonorepo-structure