Live Demo: https://geminivibestation.vercel.app/
The ultimate collection of "God-Tier" prompts for AI-first software development. This project allows you to browse, copy, and share structured Agent Specs to quickly spin up full-stack applications using tools like Google AI Studio, Gemini, or Cursor.
"Built in 2 hours using Google AI Studio. 100% Vibe Coded."
- Enterprise-Grade Schema: Templates are not just text; they are structured JSON objects with typed
inputs, explicitsystemRole, executionphases, andverificationsteps. - Agent-Ready: One-click "Copy JSON" to feed directly into autonomous agents.
- Google Light Theme: A clean, professional UI inspired by Google's design system.
- GitOps Workflow: Templates are managed via Pull Requests. Merging to
mainautomatically syncs data to Firestore. - Vibe Coding: Curated for high-frequency, low-friction development.
- Frontend: Next.js (Pages Router), React, Tailwind CSS (v4)
- Backend: Firebase (Firestore)
- Deployment: Vercel (Frontend) + GitHub Actions (Data Sync)
- Language: TypeScript
-
Clone the repository:
git clone https://github.com/sandy-sachin7/the-zero-debt-index.git cd the-zero-debt-index -
Install dependencies:
npm install
-
Configure Environment: Create a
.env.localfile with your Firebase Client configuration:NEXT_PUBLIC_FIREBASE_API_KEY=... NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=... NEXT_PUBLIC_FIREBASE_PROJECT_ID=... NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=... NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=... NEXT_PUBLIC_FIREBASE_APP_ID=...
-
Run the development server:
npm run dev
Open http://localhost:3000 to vibe.
We use a GitOps workflow. The source of truth for templates is data/templates.json.
- Fork & Clone the repo.
- Add your Template to
data/templates.json. Follow the schema:{ "id": "unique-id", "title": "My Awesome Agent", "description": "What does it do?", "tags": ["Web", "React"], "inputs": [], "systemRole": "You are a...", "phases": [], "verification": {} } - Submit a Pull Request.
- Once merged, a GitHub Action will automatically validate and sync your template to the live Firestore database.
Open Source. Vibe freely.