This is the frontend for gitagu, an open-source utility under Microsoft that helps developers leverage AI agents for their Software Development Life Cycle (SDLC).
- Elegant dark theme UI with Microsoft's Fluent design system
- Homepage showcasing different AI agents and their capabilities
- Repository-specific pages showing how agents can work with GitHub repositories
- Repository analysis feature using Azure AI Agents
- Node.js (v16+)
- npm or yarn
# Clone the repository
git clone https://github.com/microsoft/gitagu.git
cd gitagu/frontend
# Install dependencies
pnpm install
# Start development server
pnpm run devThe application will be available at http://localhost:5173
Create a .env.development file in the root directory with the following variables:
VITE_API_URL=http://localhost:8000
For production, create a .env.production file:
VITE_API_URL=https://api.gitagu.com
npm run buildThis will generate a dist directory with the production build.
src/App.tsx- Main application component with routingsrc/components/- Reusable UI componentssrc/assets/- Static assets like images and icons
Visit gitagu.com to see the live application and explore how AI agents can enhance your development workflow.
© 2025 Microsoft Corporation. gitagu is an open source project.