UI for the AI website builder web app
GROWFLOW is the frontend (UI) for an AI-powered website builder. It provides a responsive, accessible, and intuitive interface that lets users generate, customize, preview, and publish websites created with AI assistance. The project is implemented primarily in JavaScript with supporting reactJS and tailwindCSS.
About GROWFLOW provides the client-side user experience for creating AI-generated websites. It focuses on a smooth UX for:
- entering site goals or prompts
- previewing generated pages
- customizing content, layout, styling
- managing assets (images, logos)
- publishing or exporting site code
Key features
- Prompt-driven site generation UI
- Page preview with live updates
- Layout and style customization controls
- Asset management (image uploads, selections)
- Simple publishing/export flows
- Responsive UI built for both desktop and mobile
Tech stack
-
ReactJs(front-end logic)
-
Framer-motion(animation)
-
TailwindCSS (styling)
-
Getting started (local development)
- Clone the repo git clone https://github.com/sachingwala/GROWFLOW.git
- Change into project directory cd GROWFLOW
- Install dependencies npm install or yarn install
- Start the dev server npm start or yarn start