cloudflare-pages

Top 23 cloudflare-page Open-Source Projects

  • microfeed

    a lightweight cms self-hosted on cloudflare, for podcasts, blogs, photos, videos, documents, and curated urls.

  • Project mention: Ask HN: What apps have you created for your own use? | news.ycombinator.com | 2023-12-12
  • supermemory

    Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.

  • Project mention: SuperMemory: ChatGPT for Your Bookmarks | news.ycombinator.com | 2024-04-16
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • next-on-pages

    CLI to build and develop Next.js apps for Cloudflare Pages

  • Project mention: How is the experience of hosting a Next 14 app on Cloudflare Pages, with ISR and Server Actions? | /r/nextjs | 2023-11-16

    Recent thread about ISR: https://github.com/cloudflare/next-on-pages/issues/529

  • howtoprofessionallysay

    📖 A guide for your daily "professional" interactions

  • browser-ml-inference

    Edge Inference in Browser with Transformer NLP model

  • chappe

    🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.

  • crisp-react

    React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • supaflare

    URL shortener / redirection service powered by Supabase, Cloudflare Workers, Workers KV and Cloudflare Pages.

  • idm

    An open-source URL shortener to create shorten link with Cloudflare worker and pages. Deploy on Cloudflare for custom domain for free! (by dayschedule)

  • Project mention: I built an URL shortener with Cloudflare KV | dev.to | 2023-12-09

    I am building an open source, highly scalable, and low-cost URL shortener with Cloudflare KV

  • astro-status-page

    An open source astro status page

  • Project mention: Show HN: Built a self hosted clean status page and batteries | news.ycombinator.com | 2024-01-22

    At OpenStatus we also provide a self hosted status page on Cloudflare Pages

    https://github.com/openstatusHQ/astro-status-page

  • doh-cf-pages

    DNS-over-HTTPS proxy on Cloudflare Pages

  • hugo-site

    This is the repository from which the Hugo-generated version of https://www.brycewray.com is built.

  • Project mention: Ask HN: Could you show your personal blog here? | news.ycombinator.com | 2023-07-04
  • test-sales-page

    A site for accepting orders and stripe payments for digital items.

  • cloudflare-pages-shared-password

    Demonstration of a static site hosted on Cloudflare Pages with HTTP basic authentication

  • cf-wasm

    ⛅ A collection of wasm packages those work on Cloudflare workers

  • Project mention: Show HN: OS Image processing API running on edge functions using Rust and WASM | news.ycombinator.com | 2024-04-04

    Image processing/transformations with built-in CDNs is one of the more common solutions you would find out there but can get pretty expensive and locked in over time.

    Vercel is a good example that provides a built-in “next/image” solution for the NextJS framework that optimises images for better performance, however, it gets very expensive as you scale.

    Alternatively, running your own service with one of the most common image processing libraries like SharpJS is great but can get pretty difficult to run in a serverless environment with CDNs and all the other bells and whistles alongside all your other code while the cold startup time of Sharp in a serverless environment can be pretty brutal.

    With all the growth around rebuilding engines in Rust for performance gains, I thought there must be an image processing library written in Rust which could be compiled to WebAssembly (WASM) and run way faster. That’s when I discovered Photon https://github.com/silvia-odwyer/photon by Silvia, who has done amazing work with the library.

    This eventually led me to discover https://github.com/fineshopdesign/cf-wasm/tree/main/packages... that has already transcribed the Photon package into a WASM binary for easy use in edge v8 environments like Cloudflare workers or NextJS Edge functions.

    Using these packages I built an API layer on the NextJS framework allowing you to easily process local and remote images at blazing fast speeds with a bunch of helper functions making it similar to use as most paid Image processing APIs. If hosted on Vercel, you can make use of the built-in CDN cache for files less than 10 MB at no extra charge with Edge caching.

    Some of the features:

    - Blazing fast image processing

    - Fully serverless, runs on Vercel Edge functions

    - Resize, crop, compress, tint, rotate, format and more

    - Global distribution with Edge functions

    - Automated CDN cache with Edge functions

    - Replacement for `next/image` processing on Vercel

    - Local and remote image processing

    Some problems:

    - The Photon lib has last been updated in 2020

    - There are still a few obvious bugs when using it for more advanced requirements like 8k image processing on edge function due to poor memory management in Rust

    - No sexy features right now like AI image optimisation and selective background blurring

    - If you are looking for an all-in-one solution with Image Storage + image processing/CDN, this is not it (something we will be releasing soon on JigsawStack.com)

    I think the Photon library and the API have a lot more potential for growth and will be hoping for more contributions from the community as Rust gets more popular!

  • vanityURLs

    Shorten, personalize, and share fully branded short URLs with continuous integration on Cloudflare

  • Project mention: Shorten, personalize, and share fully branded short URLs with continuous integration on Cloudflare | /r/CloudFlare | 2023-11-16

    gitHub/bhdicaire/vanityURLs

  • wifi-qr-code

    Wifi QR code generator

  • pgedge-northwind

    pgEdge Northwind Demo

  • Project mention: Querying Distributed Postgres from Cloudflare Workers | news.ycombinator.com | 2024-02-27

    Source code available here:

    https://github.com/pgedge/pgedge-northwind

    You can also read more about how this works in the companion blog post:

    https://www.pgedge.com/blog/pgedge-cloud-cloudflare-workers-...

  • lastfmprofile

    An example of to get data from the API of Last.fm and show with Vue 3.

  • denopkg.dev

    🦕 Deno 📦 Package Registry for your GitHub or GitLab repository

  • sveltekit-content-security-policy

    SvelteKit Content Security Policy: how you can add CSP to reduce your Svelte site's cross-site scripting (XSS) attack surface.

  • ai-paint

    AI Image Generator

  • Project mention: Image Generator with Cloudflare | dev.to | 2024-04-11
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

cloudflare-pages related posts

  • SuperMemory: ChatGPT for Your Bookmarks

    1 project | news.ycombinator.com | 16 Apr 2024
  • Supermemory – ChatGPT wrapper for Bookmarks / notes

    1 project | news.ycombinator.com | 14 Apr 2024
  • Shorten, personalize, and share fully branded short URLs with continuous integration on Cloudflare

    1 project | /r/CloudFlare | 16 Nov 2023
  • Show HN: Open-source CMS on serverless Cloudflare

    1 project | news.ycombinator.com | 2 Jun 2023
  • Show HN: Open-source podcast/blog/video/images hosting on Cloudflare

    1 project | news.ycombinator.com | 20 Feb 2023
  • edge-blog

    2 projects | /r/CloudFlare | 27 Dec 2022
  • Show HN: Self-hosted CMS on Server-less Cloudflare for podcast/blog/img/videos

    1 project | /r/patient_hackernews | 27 Dec 2022
  • A note from our sponsor - SurveyJS
    surveyjs.io | 20 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Index

What are some of the best open-source cloudflare-page projects? This list will help you:

Project Stars
1 microfeed 3,201
2 supermemory 2,781
3 next-on-pages 1,073
4 howtoprofessionallysay 1,047
5 browser-ml-inference 294
6 chappe 199
7 crisp-react 185
8 supaflare 180
9 idm 54
10 astro-status-page 43
11 doh-cf-pages 35
12 hugo-site 32
13 test-sales-page 18
14 cloudflare-pages-shared-password 15
15 emo-link 13
16 cf-wasm 11
17 vanityURLs 9
18 wifi-qr-code 7
19 pgedge-northwind 7
20 lastfmprofile 7
21 denopkg.dev 5
22 sveltekit-content-security-policy 4
23 ai-paint 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com