{
  "name": "instancez",
  "url": "https://instancez.ai",
  "tagline": "Take the next project without hiring.",
  "description": "instancez is a backend-as-a-service that your AI coding agent operates directly. Describe an app in Cursor or Claude Code and the agent builds a production backend, auth, database schema, row-level permissions, storage and server functions, deployed and running before kickoff. It is a single Go binary, wire-compatible with @supabase/supabase-js, open source under Apache-2.0, and self-hostable.",
  "category": "Backend-as-a-Service",
  "keyPoints": [
    "Your AI coding agent builds the backend over MCP from inside Cursor or Claude Code.",
    "Wire-compatible with @supabase/supabase-js: existing client code works against a new URL and key.",
    "You own the output: schema, policies and functions are plain YAML and JavaScript in your own repo.",
    "Self-hostable single Go binary, open source under Apache-2.0.",
    "Preview every change on a private copy before publishing; no training on your data or prompts."
  ],
  "connect": {
    "mcp": "claude mcp add instancez --transport http https://my.instancez.ai/mcp",
    "selfHostCli": "curl -fsSL https://get.instancez.ai | sh"
  },
  "docs": "https://instancez.github.io",
  "source": "https://github.com/instancez/instancez",
  "contact": {
    "email": "hello@instancez.ai",
    "linkedin": "https://linkedin.com/company/instancez",
    "github": "https://github.com/instancez"
  }
}
