
SaaS2023
Sites60 — AI Website Builder
SaaS that generates websites from a prompt. Worked on core workflows, payments, and deployment.
Core workflows, payments & deployment
Next.jsMySQLStripeGCPCI/CD
Problem
A SaaS needed to take a user's prompt and produce a deployable website — with a working billing system and a reliable CI/CD path.
Solution
Built the core generation workflows, integrated Stripe payment flows, set up deployment on GCP with CI/CD, and used prompt engineering to drive the AI interface generation.
Architecture
- Next.js application with core generation/build workflows.
- Stripe payment integration for subscription/transaction flows.
- GCP deployment with CI/CD pipelines.
- Prompt-engineering layer supporting AI interface generation.
Impact
- Shipped reliable payment flows for an AI SaaS product.
- Automated deployment via CI/CD on GCP.
Challenges solved
- Wiring billing reliably into a generative product.
- Keeping generated-site builds reproducible through CI/CD.