Skip to content

andiupn/antigravity-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Antigravity Starter πŸ›°οΈ

English | Bahasa Indonesia

AI Agents are incredibly smart. But they are blind in a messy workspace.

Antigravity Starter is a pristine, AI-first Next.js 16 sandbox that gives your AI editors perfect vision.

Stop wasting tokens, suffering from AI hallucinations, and struggling with messy folder structures. Coding with AI should feel like magicβ€”and now it does.

πŸ“¦ Free template by andiupn (kuncimu.com) Β· Licensed under MIT License
β˜• If useful, buy me a coffee Β· πŸš€ Need status-first multi-project monorepos? Try the PRO version

License: MIT GitHub release Ko-Fi Patreon Trakteer Saweria


πŸ’‘ The Problem: Why Traditional Workspaces Fail AI

AI Agents (Cursor, Gemini, Claude) are phenomenally capable. But when dropped into standard, cluttered directories, they get lost. They read irrelevant folders, blow through your token budget, hallucinate, and place files in the wrong directories because there are no clear boundaries.


⚑ The Solution: Three Pillars of Premium AI Scaffolding

1. πŸ›°οΈ Perfect Vision for AI (AI-First Layout)

We designed every folder, config, and .gitignore rule to act as roadmaps for your AI. The workspace is extremely clean, allowing Cursor or Gemini to understand your entire Next.js 16 + React 19 + Tailwind v4 architecture in less than 3 seconds. Zero wasted tokens, maximum accuracy.

2. πŸ€– Specialized Team, Not a Generic Chatbot

You don't talk to a blank AI box. You get a team of 2 pre-configured, highly specialized, and autonomous AI agents:

  • @code-reviewer β€” Your rigorous, strict QA team that reviews code quality, lints, and structure before commits.
  • @research-assistant β€” A high-speed, cost-effective research agent tailored to explore new API docs and libraries safely.

3. ⚑ One-Click Skills (Workflows)

Execute complex development workflows with simple commands. Equipped with 8 reusable automation workflows (/skills) that turn manual scaffolding, environment checking, and test writing into a 1-second task.


πŸ“Š LITE vs PRO: The Premium Upgrade

What You Can Do πŸ†“ LITE (Free) πŸ’Ž PRO (Paid)
Specialized Agents 2 5 (+ planner, architecture, security)
Workflow Skills 8 23 (+ Drizzle sync, Docker, rules-audit, etc.)
Workspace Structure Simple (src/, docs/) Status-first Monorepo (active/, staging/, etc.)
Ops Ready Config ❌ βœ… (Docker Compose, Caddyfile)
Project Presets 1 (Next.js) 4 (Next App, SPA, Laravel, Flutter)

πŸ‘‰ View Full Feature Comparison & Upgrade Guide


πŸ“‚ Workspace Blueprint

your-workspace/
  .gemini/             # AI agent configs, automation skills, and wiki
  docs/                # Pristine research and implementation plans
  src/                 # Main directory for your application source code
  .env.example         # Template for environment variables
  .gitignore           # Standard Git ignore file
  .mcp.json            # Model Context Protocol (MCP) configuration
  GEMINI.md            # AI coding rules & workspace guidelines
  LICENSE              # Project license (MIT License)

πŸš€ Get Started in 3 Steps

1. Copy configurations:

cp .env.example .env

(Insert your GITHUB_TOKEN to enable repository integrations).

2. Setup AI permissions:

cp .gemini/settings.local.example.json .gemini/settings.local.json

(Uncomment and set permissions according to your OS).

3. Start Coding:

Open this workspace in your favorite AI-friendly editor, and experience the speed.


πŸ’– Support This Project (Donations)

If this template has accelerated your coding workflow, consider supporting:


πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for more information.