Skip to content

Spark Stack is an tool for building web applications through an AI-powered chat interface. Create quick MVPs and prototypes using natural language prompts.

License

Notifications You must be signed in to change notification settings

sshh12/spark-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 16, 2025
f5f8169 Β· Mar 16, 2025
Jan 4, 2025
Dec 23, 2024
Mar 16, 2025
Mar 9, 2025
Jan 29, 2025
Mar 8, 2025
Mar 8, 2025
Feb 4, 2025
Dec 23, 2024
Mar 9, 2025

Repository files navigation

Spark Stack

Spark Stack is an tool for building web applications through an AI-powered chat interface. Create quick MVPs and prototypes using natural language prompts. [Blog Post]

chrome_vMZlrhHm0u

Deploy on Railway

Features

  • πŸ€– AI-powered code generation
  • ⚑️ Real-time development environment
  • 🎨 Multiple arbitrary starter templates (see /images)
  • πŸ‘₯ Team collaboration and management
  • πŸ“ Git version control
  • πŸ”„ Live preview
  • 🧠 Chain-of-Thought reasoning for complex asks
  • πŸ”Œ Support for OpenAI and Anthropic models
  • πŸ“± Multi-page app generation
  • πŸ“Έ Sketch and screenshot uploads
  • πŸš€ Deployment to GitHub (+ Netlify, Vercel, etc)
  • πŸŒ™ Dark mode support
  • πŸ”— Share chats and projects publicly
  • πŸ’Ύ Prompt caching for cheaper responses
  • πŸ–₯️ Virtual browser logs and screenshots for debugging

Setup

Environment Configuration

See backend/config.py for the environment variables that are used to configure the app.

  • Requires modal account to be created and configured.
  • Requires AWS account and s3 bucket to be configured.

Development

  • cd frontend && npm install && npm run dev
  • cd backend && pip install -r requirements.txt && python main.py

Deployment

Railway (docker + postgres).

chrome_E9GXwtsE87

LoC History

This project was a pressure test for writing code quickly with Cursor so I thought it was interesting to graph how it was built.

screenshot

Red is my initial 2-day sprint to get an MVP (at this point it worked fully e2e but was a bit brittle). Dots are commits that I arbitrarily checkpointed as I was working on the project.