More screenshots
Works with the AI tools you already use
AI SaaS Website Build Skill [Basic Ver]
by Benjamin Lim
Production-grade architecture reference for AI SaaS platforms featuring streaming, Stripe, and Firebase.
Free
See it in action
You say
I need to build an AI SaaS called 'Visionary' with a dark blue vibe. I need auth, Stripe Pro/Dev tiers, and a multi-model playground that supports streaming.
Your agent does
I will scaffold the Visionary project. I'm setting up:
- Firebase Auth with session cookies.
- Stripe Checkout for Pro ($20/mo) and Dev ($50/mo) tiers.
- An SSE streaming route for GPT-4o and Gemini.
- Tailwind v4 theme tokens with your dark blue palette. Please provide your Stripe API keys.
About this skill
Changelog
- v1.1LatestAug 1, 2026
Added Security Middleware (CybrShield): Added pattern documentation for integrating custom bot/scanner blocking, IP denylists, and CSP nonce generation into the Next.js middleware pipeline. Credit-Based Economy: Replaced the simple request-counter pattern with the real credit cost formula ((inputTokens * multiplier) + (outputTokens * multiplier)), noting that local models use a 0x multiplier. Concurrency Limiting: Added the in-memory concurrency limiter pattern (tryAcquireConcurrency / releaseConcurrency) to prevent users from opening too many simultaneous LLM streams. Edge-Compatible JWT Verification: Documented the requirement to use the Web Crypto API + Firebase JWKS for session verification in the Edge runtime, as firebase-admin is not supported. Changed Tier Names: Corrected tier designations from dev to developer (free, pro, developer) to match the live quota lookups and prevent silent failures. Rate Limiter Logic: Updated the isRateLimited function signature and behavior to correctly return true when a limit is exceeded, inverting the previous "isAllowed" assumption. Middleware Export: Updated the middleware pattern to use export default async function proxy(...) instead of the named middleware export to match Next.js 16 conventions. Pitfalls Table: Updated the common pitfalls section to include the double-escaped GOOGLE_APPLICATION_CREDENTIALS_JSON issue, tier name mismatches, and Firestore transaction racing.
[I Will update this skill progressively as i build my website. Pay once, stay updated for life]
- v1.0Aug 1, 2026
Initial release
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 13 days ago
- Free to download with an account
Frequently Asked Questions
Popular in AI Agents & LLM Ops
agentic-workflow
A risk-aware, evidence-based engineering lifecycle protocol for robust agentic task execution and safety.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.