What problem does it solve? Setting up a full-stack Cloudflare application from scratch requires wiring together a React frontend, a Hono Worker backend, D1 database migrations, R2 buckets, authentication, and deployment secrets — a repetitive, error-prone process. This Skill clones and configures the vite-flare-starter template into a rebranded, deployable project in one guided workflow. ## Core Features & Use Cases - Guided scaffolding: Clones the template, renames all project identifiers (worker name, D1 database, R2 buckets, package name), and generates auth secrets automatically. - Batteries-included stack: Ships React 19 + Vite + Tailwind v4 + shadcn/ui on the frontend, Hono on Cloudflare Workers, D1 + Drizzle ORM, better-auth with Google OAuth, R2 storage, Workers AI, and TanStack Query. - Security rebranding: Replaces all starter fingerprints (page title, localStorage keys, token prefixes, GitHub links) so the deployed app cannot be fingerprinted as template-based. - Use Case: A developer wants to launch a SaaS side project on Cloudflare with login, a database, and file uploads. This Skill produces a configured, deployable project with local dev environment and production deployment checklist. ## Quick Start Ask the agent to scaffold a new Cloudflare full-stack app named my-cool-app using the vite-flare-starter template with Google OAuth enabled.