StackAudit is a free AI spend audit for startup founders and engineering managers who know they are paying for too many AI seats, plans, and API experiments but do not have a clean second opinion. The app turns raw stack inputs into a rules-based savings report, a shareable public URL, and an email-captured lead for Credex when the savings profile is large enough to justify a credits conversation.
Coming soon after deployment...
Install dependencies:
npm installRun locally:
npm run devRun checks:
npm run lint
npm run typecheck
npm test- Next.js App Router + TypeScript: Chosen for built-in SEO, shareable public report URLs, and robust OG preview support.
- Dynamic Audit Engine: Logic is catalog-driven (deterministic) rather than LLM-generated to ensure traceability and defensible financial recommendations.
- Supabase + Local Fallback: Seamless production lead capture while maintaining a zero-dependency local development environment.
- Premium Dark Aesthetic: Implemented a "Dark Mode" foundation with glassmorphism to establish trust and authority in a financial context.
- Honeypot + Throttling: Lightweight security for the lead form to keep user friction low while preventing automated abuse.
Deployment in progress...