Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions templates/saas-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: SaaS Dashboard App
wallet: 0x10E3c524B02FD21b246B2Bb316B7c2285977deD8
# SaaS Dashboard — AutoGit Prompt Template

## App Type
SaaS Dashboard

## Description
Build a multi-tenant SaaS analytics dashboard with user
authentication, subscription tiers, and real-time data charts.

## Stack
- Frontend: React + Vite + TypeScript + Tailwind CSS
- Backend: Node.js + Express
- Database: PostgreSQL
- Auth: Clerk
- Charts: Recharts

## Core Features
- User signup and login with protected routes
- Dashboard with KPI cards (revenue, users, churn rate)
- Line and bar charts for trend analysis
- Admin panel for managing users
- Settings page for billing and profile
- Fully responsive mobile layout

## AutoGit Build Instructions
1. Scaffold React + Vite + TypeScript app with Tailwind
2. Set up Clerk authentication with protected routes
3. Create sidebar navigation layout
4. Build reusable KPI card and chart components
5. Connect to mock API for data
6. Add admin panel with user management table
7. Make fully responsive for mobile

## Output Checklist
- [ ] Clean component-based folder structure
- [ ] Environment variables for all secrets
- [ ] README with setup and deployment steps
- [ ] Deployed to GitHub Pages via gitbankbot