
AI Discord Server Generator (SaaS)
A full-stack SaaS that generates a structured Discord server blueprint (roles, categories, channels) from a text prompt and applies it to a real Discord server via a bot.
Users authenticate using Discord OAuth2. The backend stores generated blueprints and validates AI output using Zod to ensure correct JSON structure.
The app includes a credit-based billing flow (Stripe Checkout + webhooks). Credits are updated atomically and refunded safely if AI generation fails.
Tech stack: React + TypeScript + Tailwind (shadcn/ui), Node.js + Express + TypeScript, Prisma, Discord OAuth2 + Discord Bot + Discord REST API, and Gemini/OpenAI API:s