Frontend for the Architect platform - a tool that generates complete websites from prompts. This part handles the user interface, live preview, and code editing experience.
- 🧠 Prompt Interface - Clean interface for entering website generation prompts
- ⚡ Live Preview - Real-time preview using StackBlitz WebContainer
- ✍️ Code Editor - Built-in editor for tweaking generated code with live updates
- 📦 Download Option - Export projects as ZIP files
- React with TypeScript
- TailwindCSS for styling
- Framer Motion for animations
- StackBlitz WebContainer for live previews
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run buildMade with 💡 using React, TypeScript, and TailwindCSS ✨