Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
epicflare logo

A starter and reference for building full-stack web applications on Cloudflare Workers

Build Status TypeScript Bun Cloudflare Workers Remix


epicflare ships a Remix-powered UI, server routing, and OAuth-protected MCP endpoints so you can build both a user-facing app and tooling APIs on the same Worker.

Quick Start

bunx create-epicflare

This will clone the template, install dependencies, run the guided setup, and start the dev server.

See docs/getting-started.md for the full setup paths and expectations.

Tech Stack

LayerTechnology
RuntimeCloudflare Workers
UI FrameworkRemix 3 (alpha)
Package ManagerBun
DatabaseCloudflare D1
Session/OAuthCloudflare KV
MCP StateDurable Objects
E2E TestingPlaywright
Bundleresbuild

How It Works

Request → worker/index.ts
              │
              ├─→ OAuth handlers
              ├─→ MCP endpoints
              ├─→ Static assets (public/)
              └─→ Server router → Remix components
  • worker/index.ts is the entrypoint for Cloudflare Workers
  • OAuth requests are handled first, then MCP requests, then static assets
  • Non-asset requests fall through to the server handler and router
  • Client assets are bundled into public/ and served via the ASSETS binding

Documentation

DocumentDescription
docs/getting-started.mdSetup, environment variables, deploy
docs/environment-variables.mdAdding new env vars
docs/cloudflare-offerings.mdOptional Cloudflare integrations
docs/agents/setup.mdLocal development and verification

Built with ❤️ by Epic Web

关于 About

A starter and reference for building full-stack web applications on Cloudflare Workers

语言 Languages

TypeScript97.7%
HTML1.1%
CSS1.1%
JavaScript0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
163
Total Commits
峰值: 75次/周
Less
More

核心贡献者 Contributors