Skip to content

v1.0.0

Latest

Choose a tag to compare

@PankajKumardev PankajKumardev released this 25 Apr 15:33

Features

  • Prompt-to-Code Generation
    • Users can input prompts, and Gemini LLM generates full code snippets in response.
  • Live Preview using WebContainers
    • Code is executed in-browser using StackBlitz WebContainers for instant live demo and testing.
  • Editor Features
    • Integrated Monaco-based code editor for real-time editing.
    • Syntax highlighting and formatting for a smoother experience.
  • Download as ZIP
    • Users can download the generated codebase as a .zip file.
  • UI & Experience
    • Built using ReactTypeScriptTailwindCSS, and Framer Motion for smooth animations and transitions.
    • Fully responsive and optimized for modern browsers.
  • Backend Services
    • Express.js server that communicates securely with Gemini LLM API.
    • Handles prompt submission, response formatting, and error handling