diff --git a/templates/saas-dashboard.md b/templates/saas-dashboard.md new file mode 100644 index 0000000..f38773c --- /dev/null +++ b/templates/saas-dashboard.md @@ -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