- packages/photonjs - Photon core
- packages/adapter-cloudflare - Photon cloudflare adapter
- example/awesome-framework - Example of integrating Photon into a Vite-based framework
- example/app-cloudflare - Example of a user app using a framework powered by Photon
- example/app-hono-cloudflare - Example of a user app using a framework powered by Photon + Hono
- Nitro alternative that is unopinionated and flexible
- Like Nitro: works with any deployment target (Netlify, Vercel, Cloudflare, VPS, ...)
- Unlike Nitro: works with any server (Hono, Express, Fastify, Elysia, ...)
- Easy integration for Vite-based frameworks
- Server code-splitting: each page (and API route) can be deployed to a seperate edge worker
- HMR
- Powered by Vite's Environment API
- Official integration/partnering with Netlify, Cloudflare, Vercel, and more
- Polished DX (e.g. first-class TypeScript support)