https://github.com/tobilg/awesome-cloudflare-containers
https://github.com/tobilg/awesome-cloudflare-containers
List: awesome-cloudflare-containers
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobilg/awesome-cloudflare-containers
- Owner: tobilg
- License: mit
- Created: 2025-06-24T10:26:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T12:27:54.000Z (4 months ago)
- Last Synced: 2025-06-24T13:26:34.880Z (4 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Awesome Cloudflare Containers
A curated list of awesome [Cloudflare Containers](https://containers.cloudflare.com) projects, resources, blog posts and tools.## Contents
- [Projects build with Cloudflare Containers](#projects-build-with-cloudflare-containers)
- [Resources](#resources)
- [Tools](#tools)
- [Contribute](#contribute)
- [Code of Conduct](#code-of-conduct)## Projects build with Cloudflare Containers
- [Cloudflare DuckLake](https://github.com/tobilg/cloudflare-ducklake): Running [DuckLake](https://ducklake.select/) on top of [DuckDB](https://duckdb.org) behind a Hono-based API
- [Cloudflare DuckDB](https://github.com/tobilg/cloudflare-ducklake): Running [DuckDB](https://duckdb.org) behind a Hono-based API
- [Claude Code on Cloudflare](https://github.com/ghostwriternr/claude-code-containers): An environment for Claude Code to process GitHub issues
- [wifski](https://github.com/megaconfidence/wifski/): Create high-quality GIFs from your videos on the web
- [Sandboxing Day Containers](https://github.com/craigsdennis/sandboxing-day-containers): Use Cloudflare Containers to execute sandboxed code## Resources
- [Cloudflare Containers landing page](https://containers.cloudflare.com/): Landing page for the Open Beta launch event
- [Containers Documentation](https://developers.cloudflare.com/containers/): Official documentation for Cloudflare Containers
- [Containers Beta Info & Roadmap](https://developers.cloudflare.com/containers/beta-info/): Information about the Open Beta program & its roadmap
- [Containers Instance Types & Limits](https://developers.cloudflare.com/containers/platform-details/): Description of the different instance types & the platform limits
- [@cloudflare/containers](https://www.npmjs.com/package/@cloudflare/containers): npm package for interacting with Containers on Cloudflare Workers
- [Official Containers Demos](https://github.com/cloudflare/containers-demos): Repo with the official Cloudflare Container Demos
- [Basic Workers Container Template](https://github.com/cloudflare/templates/tree/main/containers-template): A basic Containers template for usage with `npm create cloudflare@latest`
- [Static frontend, Container backend template](https://github.com/mikenomitch/static-frontend-container-backend): A static frontend with a Containers backend template for usage with `npm create cloudflare@latest`
- [Cron Container](https://github.com/mikenomitch/cron-container): A template for Cron Worker using a Container, for usage with `npm create cloudflare@latest`## Blog posts
- [The age of $10/month Lakehouses](https://tobilg.com/the-age-of-10-dollar-a-month-lakehouses): Using DuckLake on Cloudflare Containers, with R2 Data Catalog, R2 and Neon database
## Tools
## Contribute
Contributions welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first before opening a PR. Thank you very much!
## Code of Conduct
Please also review the [Code of Conduct](CODE_OF_CONDUCT.md) for this repository.