The frontend for DocomateAI, a smart AI-powered documentation assistant that helps developers auto-generate project documentation, preview markdown output, and interact with their codebase visually and intuitively.
📌 For the backend and full-stack implementation, visit our GitHub organization
- Sleek, responsive UI built with ShadCn + TailwindCSS
- AI integration to generate READMEs and chat with codebase.
- Markdown editing and live preview support
- Secure user authentication (via backend API)
- Seamless API interaction with Groq.
- Built with Vite for super fast dev experience
- Node.js (v18+ recommended)
- npm
-
Clone the repository
git clone https://github.com/docomate-ai/docomate-ai-frontend.git cd docomate-ai-frontend
-
Installing Dependencies
npm install
-
Update the axios configuration: Open
src/lib/axios.ts
and do following changes.axios.defaults.baseURL = "<write your backend URL>";
-
Start the development server:
npm run dev
-
Open
http://localhost:5173
in your browser.
- Check out the live site here: Docomate AI