A curated list of Creek resources — deployable templates, integrations, tutorials, and community projects.
Creek is an open-source deployment platform built on Cloudflare Workers. One command deploys your full-stack app — frontend, SSR, database, cron, queue — to 300+ Cloudflare locations worldwide.
This list is community-maintained. See Contributing to add your own project.
- Official
- Templates
- Deploy to Creek Buttons
- Frameworks
- Integrations
- Guides & Tutorials
- Videos
- Tools & Utilities
- Examples
- Community
- Contributing
First-party Creek repositories, packages, and services.
- solcreek/creek — Main monorepo. CLI, SDK, runtime, control plane, sandbox API, dispatch workers.
- solcreek/adapter-creek — Next.js 16+ adapter for Creek. Enables
creek deployon Next.js projects without OpenNextJS wrappers. - solcreek/templates — Official template catalog consumed by
create-creek-appandcreek deploy --template.
- creek — Umbrella package; installs CLI + runtime.
npx creek deploy. - @solcreek/cli — Deploy pipeline, dev server, project commands.
- @solcreek/sdk — Config detection, framework detection, wrangler parser, API client.
- @solcreek/runtime — Runtime bindings (
creek/db,creek/kv,creek/storage,creek/ai,creek/hono,creek/react). - @solcreek/ui — Shared UI components (shadcn + Tailwind 4).
- create-creek-app — Scaffolder.
npm create creek-app@latest.
Deployable starter projects. Click the badge, site goes live in under a minute.
- landing — Landing page with hero and CTA.
- blog — Blog with image uploads.
- link-in-bio — Social links page.
- waitlist — Waitlist with AI user segmentation.
- form — Form collector with admin dashboard.
- chatbot — AI chatbot with conversation history.
- todo — Realtime todo app (learning example).
- dashboard — Data dashboard with scheduled refresh.
- knowledge-base — Knowledge base with AI search.
- file-share — File upload/download with expiring links.
- status-page — Service status with uptime monitoring.
- survey — Survey with AI-powered analysis.
- approval-flow — Leave/expense approval with webhook triggers.
- invoice-processor — Email-triggered invoice extraction with AI.
- scheduled-report — Cron-triggered DB query → AI summary → PDF.
- data-sync — Scheduled API pull with diff notifications.
Browse the full catalog at templates.creek.dev.
Community repositories that ship a working "Deploy to Creek" button in their README. Copy-paste them to deploy instantly.
- vuejs/docs — Vue 3 official documentation (VitePress).
- vitejs/vite /docs — Vite official documentation (VitePress, monorepo subpath).
- withastro/docs — Astro official documentation.
- satnaing/astro-paper — Minimal, SEO-friendly Astro blog. Most-starred Astro theme.
- danielcgilibert/blog-template — Openblog. Elegant, SEO-optimised.
- sanity-io/sanity-template-astro-clean — Astro + Sanity headless CMS starter.
Got a repo with a Deploy to Creek button? Add it.
Framework-specific support notes, adapters, and examples.
- Astro — Full support. Static + SSR.
- VitePress — Full support. Default
.vitepress/distoutput directory. - React (Vite) — Full support.
- Vue (Vite) — Full support.
- Svelte (Vite) — Full support.
- Solid (Vite) — Full support.
- TanStack Start — Full SSR support.
- React Router — Full support (framework mode).
- Hono — Full Worker support.
- Next.js — WIP. Current: OpenNextJS wrapper. End state: adapter-creek.
Using Creek with other services.
Be the first to add one — see Contributing.
Written guides and tutorials about Creek.
Be the first to add one — see Contributing.
Video tutorials, talks, and demos.
Be the first to add one — see Contributing.
Third-party tools that extend Creek's CLI, runtime, or deploy pipeline.
Be the first to add one — see Contributing.
Open-source applications deployed on Creek that can serve as reference implementations.
Be the first to add one — see Contributing.
- GitHub Discussions — Announcements, Q&A, show-and-tell.
- GitHub Issues — Bug reports and feature requests.
Your contributions are welcome. Please read CONTRIBUTING.md before opening a pull request.
Quick rules:
- Entry format:
- [Name](link) — Short description (under 100 chars). - Sort alphabetically within each section.
- Project must be genuinely useful to Creek users and publicly accessible.
- No self-promotion without real technical content.
- Links must work and point at a stable URL (not a personal branch).
To the extent possible under law, the maintainers have waived all copyright and related rights to this work.
