🚀 Inspiration
Turning ideas into real products is hard — especially for students, beginners, and non-developers. You have a vision for a cool website or app... but no clue how to start building it.
That’s where DeepSite comes in.
We built DeepSite to bridge the gap between “I have an idea” and “Here’s a working app.” It’s an AI-powered web app generator that turns natural language prompts into fully functional HTML, CSS, and JavaScript apps — with live preview, export, and deploy features.
Think ChatGPT meets CodePen, but instant.
💡 What it does
- Accepts plain-English prompts like: “Build a to-do app with dark mode and local storage.”
- Uses GPT-4 and DeepSeek Coder to generate full-stack web code
- Renders live previews using the Monaco Editor
- Supports exporting the code as a
.zipor saving it - Plans to support one-click deploy to GitHub Pages or Netlify
🛠️ How we built it
- Frontend: React + TailwindCSS + Monaco Editor
- Backend: Flask (Python) + LangChain
- AI Models: GPT-4 (OpenAI) + DeepSeek Coder (via Hugging Face)
- Other Tools: Gradio (for model testing), Vercel (optional hosting), Redis (prompt caching)
🧱 Challenges we ran into
- Prompt engineering for clean, consistent code structure
- Handling multi-line language outputs from LLMs
- Making Monaco render live code safely inside browser sandbox
- Preventing UI lag while LLMs processed large prompts
- Avoiding malformed HTML + inline JS errors during injection
🏆 Accomplishments that we're proud of
- Built a zero-to-live web app pipeline using just natural language
- Successfully integrated GPT + DeepSeek with React and Flask
- Enabled real-time preview and export of AI-generated apps
- Created a working MVP in less than 48 hours — production-ready
📚 What we learned
- How to work with code-generating LLMs and clean their output
- Deep understanding of frontend sandboxing and safe rendering
- Improved skills in prompt design, chaining, and fallback logic
- Realized how powerful GPT + coding tools can be for education and prototyping
🚀 What's next for DeepSite – AI Web App Generator
- Add backend generation (Node.js, Flask, Django templates)
- One-click deploy to Netlify / GitHub Pages
- Create a template gallery for different site types (portfolio, startup, landing page)
- Add login and project saving via Firebase/Supabase
- Enable multi-user, collaborative AI coding sessions (like Google Docs for devs)
Built With
- coder
- deepseek
- flask
- gpt-4
- monaco
- python)
- react.js
Log in or sign up for Devpost to join the conversation.