Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Creek Awesome

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.


Contents


Official

First-party Creek repositories, packages, and services.

Repositories

  • solcreek/creek — Main monorepo. CLI, SDK, runtime, control plane, sandbox API, dispatch workers.
  • solcreek/adapter-creek — Next.js 16+ adapter for Creek. Enables creek deploy on Next.js projects without OpenNextJS wrappers.
  • solcreek/templates — Official template catalog consumed by create-creek-app and creek deploy --template.

npm Packages

  • 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.

Templates

Deployable starter projects. Click the badge, site goes live in under a minute.

Sites (visual pages)

  • landing — Landing page with hero and CTA.
  • blog — Blog with image uploads.
  • link-in-bio — Social links page.
  • waitlist — Waitlist with AI user segmentation.

Apps (interactive + backend)

  • 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.

Workflows

Browse the full catalog at templates.creek.dev.


Deploy to Creek Buttons

Community repositories that ship a working "Deploy to Creek" button in their README. Copy-paste them to deploy instantly.

Documentation Sites

Blogs & Themes

CMS Starters

Got a repo with a Deploy to Creek button? Add it.


Frameworks

Framework-specific support notes, adapters, and examples.


Integrations

Using Creek with other services.

Be the first to add one — see Contributing.


Guides & Tutorials

Written guides and tutorials about Creek.

Be the first to add one — see Contributing.


Videos

Video tutorials, talks, and demos.

Be the first to add one — see Contributing.


Tools & Utilities

Third-party tools that extend Creek's CLI, runtime, or deploy pipeline.

Be the first to add one — see Contributing.


Examples

Open-source applications deployed on Creek that can serve as reference implementations.

Be the first to add one — see Contributing.


Community


Contributing

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).

License

CC0

To the extent possible under law, the maintainers have waived all copyright and related rights to this work.

About

A curated list of Creek resources — deployable templates, integrations, tutorials, and community projects.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors