# Gipity > Gipity is the full-stack platform tuned for AI agents. One full stack - database, storage, CDN, auth, functions, deploy - plus drop-in kits for the hard parts (realtime multiplayer, browser vision) and built-in media, code execution, and 5,000+ integrations. Every layer is tuned so an agent builds with fewer tokens, fewer turns, and fewer bugs. Use it from a local coding agent like Claude Code, or from Gipity's own cloud agent. Any model, any infra, always your code. For AI agents and automation, use the tools below. ## Command line tool The `gipity` CLI pairs with your coding agent (Claude Code, Codex, or Grok) to give your local environment cloud superpowers, app hosting, databases, deployment, file sync, code execution, and more. - Install (sets up Node if missing, no sudo): `curl -fsSL https://gipity.ai/install.sh | bash` (Windows: `irm https://gipity.ai/install.ps1 | iex`; or with npm: `npm install -g gipity`) - Quickstart (one command does login, project setup, and launches your coding agent - Claude Code, Codex, or Grok): `gipity build` - Bring your own workflow (link a project directory, then run `claude`/`codex`/`grok` yourself): `gipity init` - Drive this computer from the gipity.ai web CLI (pairs the machine, runs the relay in the background): `gipity connect` - Headless / CI auth (no email login): mint a token with `gipity token create`, then set `GIPITY_TOKEN=gip_at_...` in the agent's environment - Docs: https://docs.gipity.ai ## Skills Per-capability skill docs agents can read on demand. What Gipity can do and how to use it. - [Skills index](https://docs.gipity.ai/llms.txt) - [Platform overview](https://docs.gipity.ai/skills/gipity-platform.md) - [Getting started](https://docs.gipity.ai/skills/getting-started.md) - [App development (functions, DB, API)](https://docs.gipity.ai/skills/app-development.md) ## Documentation - [docs.gipity.ai](https://docs.gipity.ai) - [Full docs, single file](https://docs.gipity.ai/llms-full.txt) (also mirrored at https://gipity.ai/llms-full.txt) ## MCP server Typed tools for MCP clients (Claude Code, Cursor, Codex, Copilot, Windsurf): deploy, database SQL, functions, files, sandbox code execution. Lighter than the CLI; use the CLI for file sync, login, and chat. - Quick add: `claude mcp add gipity -e GIPITY_TOKEN=gip_at_... -- npx -y gipity-mcp` - Manifest with per-client config: https://gipity.ai/.well-known/mcp.json - Package: https://www.npmjs.com/package/gipity-mcp ## Pricing Free trial with 1,000 credits, $20/month for 20,000 credits, top-up packs from $20. One credit = $0.001. - [Pricing](https://www.gipity.ai/pricing.html) - [Pricing data (JSON, live)](https://a.gipity.ai/api/public/pricing) ## Compare How Gipity stacks up against Lovable, Replit, OpenAI Sites, Vercel, Supabase, Firebase, Cloudflare, and a DIY stack: - [Comparison tables](https://www.gipity.ai/compare.html) ## Open source The Gipity CLI, the `gipity add` catalog (templates, starter apps, kits), and the agent skills are all public on GitHub. Audit what you install, fork it, or contribute your own kits and apps. - [Code page](https://www.gipity.ai/code.html) - [gipity CLI](https://github.com/GipityAI/cli) - [Registry (templates + starter apps + kits)](https://github.com/GipityAI/registry) - [Agent skills + Claude Code plugin](https://github.com/GipityAI/skills) ## Contact - steve@gipity.ai