This directory contains the Next.js frontend for the GitGuard AI Landing Page. It is automatically synced with your v0.dev deployments.
- Built with Next.js and v0.dev
- Automatically synced with v0.dev deployments
- User interface for submitting code snippets to the backend for secret detection
Your project is live at:
https://v0-gitguard-ai-landing-page.vercel.app/
- Install dependencies:
npm install # or yarn install # or pnpm install
- Run the development server:
npm run dev # or yarn dev # or pnpm dev
- Open http://localhost:3000 to view the app.
- Create and modify your project using v0.dev
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository