You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository only includes open source tools based on Cloudflare, to provide a time-saving toolset for independent developers in the early figuring out period, continue to organize ......
The entity known as the Cybersattva, Cloudflare, provides content delivery network (CDN) services, DDoS mitigation, internet security, and distributed domain name server (DNS) services. It sits between the visitor and the hosting provider of the Cloudflare user, acting as a reverse proxy for the website.
Inclusion Criteria:
Helps but is not limited to independent developers increase development efficiency
Helps but is not limited to independent developers reduce costs
Simple and convenient enough
Feel free to submit PRs and issues to update the content. If you have any questions during deployment or operation, you can raise an issue or message me privately for consultation.
Additionally, two other projects, if interested, can be checked out
Built on Cloudflare Workers runtime, lightweight and completely free to use, supports multiple image hosting services (Telegram/Cloudfalre R2/Backblaze B2, more image hosting services are being supported), quick deployment with Wrangler.
A Telegram Bot based on Cloudflare Email Routing Worker that converts emails to Telegram messages. You can forward emails to the Bot with any recipient prefix, and then create a Bot with an infinite number of temporary email addresses.
A blog program running on Cloudflare Workers, using Cloudflare KV as the database, with no other dependencies. Compatible with the speed of static blogs and the flexibility of dynamic blogs, easy to build without fuss.
A lightweight Content Management System (CMS) self-hosted on Cloudflare. With microfeed, you can easily publish various content (such as audio, video, photos, documents, blog posts, and external URLs) in Web, RSS, and JSON formats to feeds. Perfect solution for individuals who want to self-host their CMS without running their own server.
Access the operation page using a secret path. Supports custom short links. API not publicly available. Cache pages with set short links. Long link text box pre-searches localStorage. Add a button to delete a short link. Add a button to read KV. Transform into a network notepad Pastebin. Transform into an image bed Image Hosting. A URL Shortener created using Cloudflare worker and KV.
This is a fork of crazypeace's Url-Shorten-Worker. Access the operation page using a secret path. Supports custom short links. API not publicly available. Cache pages with set short links. Long link text box pre-searches localStorage. Add a button to delete a short link. Add a button to read KV. Transform into a network notepad Pastebin. Transform into an image bed Image Hosting. A URL Shortener created using Cloudflare worker and KV.
Optimized the page based on the original branch and crazypeace branch, added administrator user, visitor identity, added regular expression matching function, supported environment variable configuration, and other detailed improvements.
A free and open-source web visitor counter, Webviso is a completely free online web visitor statistics service based on Cloudflare Worker service + Cloudflare D1 database. Its functionality is similar to the minimalist web page counter Not Baidu - Webviso is completely open source, and you can implement custom requirements. Based on Cloudflare's microservices architecture, it can be quickly deployed and launched.
Counterscale is a simple web analytics tracker and dashboard, similar to Umami, that you can self-host on Cloudflare. Its design is easy to deploy and maintain, and even with high traffic, your operating costs should be close to zero (assuming Cloudflare's free plan can handle up to 100,000 clicks per day).
An acceleration project for GitHub releases, archives, and project files, supporting cloning. It has a Cloudflare Workers serverless version as well as a Python version.
Introduces an open-source Pastebin deployed on Cloudflare Workers, allowing sharing of "text" or "files" via URL. For CF's free tier: allows 100k reads, 1000 writes, and deletes per day, with a size limit of under 25 MB, sufficient for lightweight use. Can be self-hosted or used directly. It also features "deletion time settings" and "password" functionality, allowing you to set a time for your paste to be deleted. Great for sharing files and text on Twitter.
Many foreign websites use Cloudflare CDN, but the IPs allocated to visitors from mainland China are not friendly (high latency, packet loss, slow speed). Although Cloudflare has publicly released all IP ranges, it's daunting to find the right one among so many IPs, so this software was created.
A serverless website monitoring tool based on Cloudflare Worker. It supports monitoring ports for multiple protocols including HTTP/HTTPS/TCP. It can initiate geographically specific checks from hundreds of cities worldwide, with customizable request parameters and response validation rules, adaptable for various monitoring scenarios.
Monitor your website, display status (including daily history), and receive Slack notifications when the website status changes. Utilizes Cloudflare Workers, CRON triggers, and KV storage.
Frequent appearance of Cloudflare human verification, you can use this official Cloudflare plugin to solve it, after installation, you will no longer encounter human verification prompts.
This project allows you to use WARP+ through subscription, supporting clients such as Clash and Shadowrocket. The project has built-in functions to obtain WARP+ traffic, allowing you to bypass restrictions on your WARP+ traffic (1GB traffic every 18 seconds), and equipped with IP optimization function. It supports one-click deployment with Docker compose, so you can enjoy your own WARP+ private high-speed node without extra operations!
Easily deploy your own Telegram ChatGPT bot on Cloudflare Workers, with detailed video and graphic tutorials, and an easy setup process even for beginners.
This article introduces how to interact with Prisma and Cloudflare D1 database. First, it introduces the basic concepts and architecture of Prisma, and then explains in detail how to connect to and query the Cloudflare D1 database. Finally, it provides some practical tips and best practices for using Prisma with Cloudflare D1 database.