awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Dhravya avatar

Dhravya/cloudflare-saas-stack

0
View on GitHub↗

Cloudflare Saas Stack

This project is a full-stack serverless application stack and boilerplate designed for building software-as-a-service applications on the Cloudflare Workers platform. It provides a TypeScript starter that unifies the frontend and backend within a single deployment workflow, integrating essential primitives for authentication, data persistence, and storage.

The stack is distinguished by its pre-configured templates for rapid project bootstrapping. It includes integrated support for the Cloudflare D1 SQL database and Cloudflare R2 buckets, providing a predefined architecture for managing relational data and object storage.

The project covers a broad range of cloud orchestration capabilities, including serverless database migration management, object storage configuration with cross-origin resource sharing policies, and resource integration for key-value stores and message queues. Deployment is handled via a command line interface to automate the building and pushing of applications to edge runtimes.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Features

  • SaaS Scaffolding Templates - Provides pre-configured project templates for subscription-based software including authentication and database management.
  • Full-Stack Starter Kits - Ships a pre-configured monorepo template combining frontend and backend frameworks with shared TypeScript types.
  • Project Bootstrapping Templates - Ships pre-configured blueprints to generate initial directory structures and configuration files for new projects.
  • Cloud Resource Integrations - Bridges application logic with external cloud services like databases and key-value stores.
  • Hosting Deployment Pipelines - Implements automated workflows for bundling assets and pushing application builds to edge hosting.
  • Serverless Application Stacks - Provides a collection of integrated serverless primitives including databases, object storage, and authentication.
  • Cloudflare Workers Implementations - Implements a full-stack serverless application specifically on the Cloudflare Workers platform.
  • Serverless Deployment - Automates the synchronization and deployment of code to event-driven cloud environments.
  • Resource Bindings - Connects serverless functions to external databases and queues via platform-level resource bindings.
  • Edge Deployments - Deploys serverless functions to a global edge network for low-latency execution.
  • Database Migrations - Provides tools for versioning and applying schema changes to serverless SQL databases.
  • Cloud Object Storage - Implements systems for storing and retrieving unstructured data as blobs in cloud environments.
  • Bucket Management - Provides administrative controls for managing binary data storage containers.
  • SQL Database Integrations - Provides direct connectivity and query execution for SQL-based database engines.
  • Cloud Platform Binding Integrations - Integrates server-side components directly with platform-specific storage and database bindings.
  • Cloudflare R2 Object Storages - Integrates Cloudflare R2 object storage for handling file uploads and data persistence.
  • Serverless Databases - Integrates managed database services that abstract infrastructure and capacity management.
  • Database Schema Migrations - Automates versioning and updating of SQL database structures to maintain consistency across environments.
  • Project Boilerplates - Cloudflare-focused SaaS starter kit.
3,724 estrellas·340 forks·TypeScript·6 vistas

Historial de estrellas

Gráfico del historial de estrellas de dhravya/cloudflare-saas-stackGráfico del historial de estrellas de dhravya/cloudflare-saas-stack

Preguntas frecuentes

¿Qué hace dhravya/cloudflare-saas-stack?

This project is a full-stack serverless application stack and boilerplate designed for building software-as-a-service applications on the Cloudflare Workers platform. It provides a TypeScript starter that unifies the frontend and backend within a single deployment workflow, integrating essential primitives for authentication, data persistence, and storage.

¿Cuáles son las características principales de dhravya/cloudflare-saas-stack?

Las características principales de dhravya/cloudflare-saas-stack son: SaaS Scaffolding Templates, Full-Stack Starter Kits, Project Bootstrapping Templates, Cloud Resource Integrations, Hosting Deployment Pipelines, Serverless Application Stacks, Cloudflare Workers Implementations, Serverless Deployment.

¿Qué alternativas de código abierto existen para dhravya/cloudflare-saas-stack?

Las alternativas de código abierto para dhravya/cloudflare-saas-stack incluyen: supermemoryai/cloudflare-saas-stack — This project is a full-stack TypeScript template and boilerplate designed for bootstrapping software-as-a-service… firebase/quickstart-js — This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase… tbxark/chatgpt-telegram-workers — This project is a serverless framework for deploying Telegram bots that interface with large language models and AI… vercel/examples — This repository is a collection of deployable project templates, reference architectures, and starter applications for… laziestren/cloud-mail — Cloud-mail is a serverless email backend and routing service built on Cloudflare infrastructure. It provides a… shadcn/taxonomy — Taxonomy is a SaaS boilerplate and Next.js application template designed for building subscription-based web…

Alternativas open-source a Cloudflare Saas Stack

Proyectos open-source similares, clasificados según cuántas características comparten con Cloudflare Saas Stack.
  • supermemoryai/cloudflare-saas-stackAvatar de supermemoryai

    supermemoryai/cloudflare-saas-stack

    3,725Ver en GitHub↗

    This project is a full-stack TypeScript template and boilerplate designed for bootstrapping software-as-a-service applications on a global edge network. It provides a pre-configured foundation that integrates a frontend framework, styling library, and database tools to accelerate the development of serverless applications. The stack is distinguished by its focus on type-safe cloud infrastructure, using automatic type generation for environment variables and resource bindings. It enables a consistent development workflow through local emulation of cloud bindings, ensuring that behavior remains

    TypeScriptcloudflarecloudflare-saas-stack
    Ver en GitHub↗3,725
  • firebase/quickstart-jsAvatar de firebase

    firebase/quickstart-js

    5,367Ver en GitHub↗

    This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase backend services into web applications using the JavaScript SDK. It serves as a practical guide for bootstrapping projects with cloud-hosted authentication, databases, and serverless logic. The repository provides specific examples for implementing real-time data synchronization, user identity management, and event-driven cloud functions. It also includes reference code for using local service emulators to test cloud functionality on a local machine before production deployment.

    TypeScript
    Ver en GitHub↗5,367
  • tbxark/chatgpt-telegram-workersAvatar de TBXark

    TBXark/ChatGPT-Telegram-Workers

    3,797Ver en GitHub↗

    This project is a serverless framework for deploying Telegram bots that interface with large language models and AI image generators. It functions as an edge-based orchestrator and gateway that routes messages between the Telegram API and various AI service providers using a stateless architecture. The system enables the management of multiple bot instances and allows for the dynamic switching of AI models and system prompts within a single chat interface. It distinguishes itself through a modular plugin system that allows for the injection of custom logic and specialized behaviors into the m

    TypeScript
    Ver en GitHub↗3,797
  • vercel/examplesAvatar de vercel

    vercel/examples

    5,115Ver en GitHub↗

    This repository is a collection of deployable project templates, reference architectures, and starter applications for building serverless web applications on Vercel. It serves as a library of implementation patterns and full stack starter kits designed to bootstrap new projects and reduce initial setup time. The collection provides a gallery of curated design patterns for frontend architecture and serverless application design. These reference architectures demonstrate best practices for structural design and the implementation of scalable web user interfaces. The repository covers a range

    TypeScriptexamplesnextjsvercel
    Ver en GitHub↗5,115
Ver las 30 alternativas a Cloudflare Saas Stack→