EdgeSpark for Gemini CLI

Let Gemini CLI ship it live.

Install the EdgeSpark extension and Gemini CLI can build a full-stack app and deploy it to the edge — with a database, auth, and storage wired in.

One extensionGemini CLI deploysLive URL in seconds

What the extension adds

Deploy from the terminal

Gemini CLI runs the EdgeSpark CLI for you — build, then ship, without leaving your terminal session.

Managed SQL database

TypeScript schemas with Drizzle ORM; Gemini CLI runs the migrations so your app stores real data.

Auth and storage included

Managed OAuth and email sign-in plus object storage — configured, not hand-coded.

Edge by default

Apps run on Cloudflare Workers infrastructure at your-app.edgespark.app, close to your users.

Set it up

Three steps to a live app.

  1. 1

    Install the extension

    Add the EdgeSpark extension to Gemini CLI — or paste the one-line setup guide and let it install everything.

    gemini extensions install https://github.com/edgesparkhq/gemini-extensions
  2. 2

    Sign in & pick a workspace

    Unlock the live URL your agent deploys into — less than a coffee.

    $1/mo · Starter plan

  3. 3

    Tell Gemini CLI to deploy

    Say it in plain words. You get back a live URL with a database, login, and storage.

    deploy this

Launch plan

Pick a plan, then ship.

Choose a paid workspace and unlock the live URL Gemini CLI deploys into. A free tier is available later from the dashboard.

Starter

$1/mo
Projects per organizationUp to 5
Database?Relational data per project — user accounts, posts, orders, etc. Good for most early-stage projects.Unlimited during Beta100 MB
Storage?Files, images, and videos per project. Upgrade when serving lots of product images, media uploads, or asset-heavy content.Unlimited during Beta512 MB
SupportCommunity

Pro

Most popular
$5/mo
Projects per organizationUp to 50
Database?Relational data per project — user accounts, posts, orders, etc. Good for most early-stage projects.Unlimited during Beta512 MB
Storage?Files, images, and videos per project. Upgrade when serving lots of product images, media uploads, or asset-heavy content.Unlimited during Beta256 GB
SupportPriority

Frequently asked questions

How do I install EdgeSpark for Gemini CLI?
Run “gemini extensions install https://github.com/edgesparkhq/gemini-extensions”, or paste “Fetch and follow the guide on https://cdn.edgespark.dev/onboarding/install.txt” and Gemini CLI installs the CLI and extension itself.
What can Gemini CLI deploy?
A full-stack web app — frontend plus a backend with a managed database, authentication, and object storage — on Cloudflare Workers infrastructure.
Does EdgeSpark work with other agents too?
Yes. Claude Code, Codex, Cursor, and GitHub Copilot have first-class integrations, plus a generic skills + MCP path for any MCP-compatible agent.