Skip to content

macrombilux/billowing-cloud-2bfc

Repository files navigation

SaaS Admin Template

SaaS Admin Template

A complete admin dashboard template built with Astro, Shadcn UI, and Cloudflare's developer stack. Quickly deploy a fully functional admin interface with customer and subscription management capabilities.

Features

  • 🎨 Modern UI built with Astro and Shadcn UI
  • 🔐 Built-in API with token authentication
  • 👥 Customer management
  • 💳 Subscription tracking
  • 🚀 Deploy to Cloudflare Workers
  • 📦 Powered by Cloudflare D1 database
  • ✨ Clean, responsive interface
  • 🔍 Data validation with Zod

Tech Stack

Important

When using C3 to create this project, select "no" when it asks if you want to deploy. You need to follow this project's setup steps before deploying.

Setup Steps

  1. Install dependencies:
npm install
  1. Set up your environment variables:
# Create a .dev.vars file for local development
touch .dev.vars

Add your API token:

API_TOKEN=your_token_here

An API token is required to authenticate requests to the API. You should generate this before trying to run the project locally or deploying it.

  1. Create a D1 database with the name "Macrombi Depot":
npx wrangler d1 create Macrombi Depot

...and update the database_id field in wrangler.json with the new database ID.

  1. Run the database migrations locally:
$ npm run db:migrate

Run the development server:

npm run dev

If you're testing Workflows, you should run npm run wrangler:dev instead.

  1. Deploy to Cloudflare Workers:
npm run deploy
  1. Run the database migrations remotely:
$ npm run db:migrate:remote
  1. Set your production API token:
npx wrangler secret put API_TOKEN

Usage

This project includes a fully functional admin dashboard with customer and subscription management capabilities. It also includes an API with token authentication to access resources via REST, returning JSON data.

It also includes a "Customer Workflow", built with Cloudflare Workflows. This workflow can be triggered in the UI or via the REST API to do arbitrary actions in the background for any given user. See customer_workflow.ts to learn more about what you can do in this workflow.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published