# react-router-hono-fullstack-template **Repository Path**: mirrors_cloudflare/react-router-hono-fullstack-template ## Basic Information - **Project Name**: react-router-hono-fullstack-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-25 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hono + React Router + Vite + ShadCN UI on Cloudflare Workers [![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/react-router-hono-fullstack-template) ![Build modern full-stack apps with Hono, React Router, and ShadCN UI on Cloudflare Workers](https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/24c5a7dd-e1e3-43a9-b912-d78d9a4293bc/public) A modern full-stack template powered by [Cloudflare Workers](https://workers.cloudflare.com/), using [Hono](https://hono.dev/) for backend APIs, [React Router](https://reactrouter.com/) for frontend routing, and [shadcn/ui](https://ui.shadcn.com/) for beautiful, accessible components styled with [Tailwind CSS](https://tailwindcss.com/). Built with the [Cloudflare Vite plugin](https://developers.cloudflare.com/workers/vite-plugin/) for optimized static asset delivery and seamless local development. React is configured in single-page app (SPA) mode via Workers. A perfect starting point for building interactive, styled, and edge-deployed SPAs with minimal configuration. ## Features - ⚑ Full-stack app on Cloudflare Workers - πŸ” Hono for backend API endpoints - 🧭 React Router for client-side routing - 🎨 ShadCN UI with Tailwind CSS for components and styling - 🧱 File-based route separation - πŸš€ Zero-config Vite build for Workers - πŸ› οΈ Automatically deploys with Wrangler - πŸ”Ž Built-in Observability to monitor your Worker ## Tech Stack - **Frontend**: React + React Router + ShadCN UI - SPA architecture powered by React Router - Includes accessible, themeable UI from ShadCN - Styled with utility-first Tailwind CSS - Built and optimized with Vite - **Backend**: Hono on Cloudflare Workers - API routes defined and handled via Hono in `/api/*` - Supports REST-like endpoints, CORS, and middleware - **Deployment**: Cloudflare Workers via Wrangler - Vite plugin auto-bundles frontend and backend together - Deployed worldwide on Cloudflare’s edge network ## Resources - 🧩 [Hono on Cloudflare Workers](https://hono.dev/docs/getting-started/cloudflare-workers) - πŸ“¦ [Vite Plugin for Cloudflare](https://developers.cloudflare.com/workers/vite-plugin/) - πŸ›  [Wrangler CLI reference](https://developers.cloudflare.com/workers/wrangler/) - 🎨 [shadcn/ui](https://ui.shadcn.com) - πŸ’¨ [Tailwind CSS Documentation](https://tailwindcss.com/) - πŸ”€ [React Router Docs](https://reactrouter.com/)