EdgeSpark for OpenAI Codex
Give Codex a real launch stack.
Install the EdgeSpark plugin and Codex can build a full-stack app and deploy it to the edge — with a database, auth, and storage already wired in.
What the plugin adds to Codex
Deploy from the CLI
Codex runs the EdgeSpark CLI for you — build, then ship, without a dashboard or manual config.
Managed SQL database
TypeScript schemas with Drizzle ORM; Codex runs the migrations so your app stores real data.
Auth and storage built in
Managed OAuth and email sign-in plus object storage, configured by the agent.
Edge by default
Apps run on Cloudflare Workers infrastructure at your-app.edgespark.app.
Set it up
Three steps to a live app.
- 1
Install the plugin
Add the marketplace, run /plugins in Codex, and install EdgeSpark — or paste the one-line setup guide and let Codex do it.
›codex plugin marketplace add edgesparkhq/codex-plugins - 2
Sign in & pick a workspace
Unlock the live URL your agent deploys into — less than a coffee.
$1/mo · Starter plan
- 3
Tell Codex 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 Codex deploys into. A free tier is available later from the dashboard.
Starter
Pro
Most popularFrequently asked questions
- How do I install EdgeSpark for Codex?
- Run “codex plugin marketplace add edgesparkhq/codex-plugins”, then run “/plugins” in Codex and install EdgeSpark. Or paste “Fetch and follow the guide on https://cdn.edgespark.dev/onboarding/install.txt” and Codex installs everything itself.
- What can Codex deploy?
- A full-stack web app — frontend plus a backend with a managed database, authentication, and object storage — on Cloudflare Workers infrastructure.
- Does EdgeSpark support other agents?
- Yes. Claude Code, Gemini CLI, Cursor, and GitHub Copilot have first-class integrations, plus a generic skills + MCP path for any other MCP-compatible agent.