Deploy with zero friction

Made for agents. Not humans.

Your agent reads the project, picks the specs, ships the deploy. Drop one prompt into Claude Code, Codex, Cursor — any AI coding agent.

You:   install github.com/ImpossibleFinance/impossible-hosting-skill
and deploy this project to ifhost
Agent: adds the skill, installs the CLI, picks specs, deploys:
$ curl -fsSL https://impossible-api.fly.dev/install | sh
$ ifhost init --app my-api --port 3000 --memory 512
$ ifhost deploy
→ live at https://my-api.fly.dev

That's it. The skill picks RAM, region, and scale; writes the config; runs the deploy.

A new UX for code

For decades, deploys meant humans. ifhost flips it. No terminal. No dashboard. No CLI to learn. You say "ship it" — it ships. This is what coding should look like.

Works for

Whatever your agent can install — these are the common shapes.

Static sites

Portfolios, docs, landing pages, SPAs. Served from a tiny nginx container, with auto-scaling and a free *.fly.dev URL.

SSR web apps

Next.js, Remix, SvelteKit, Astro, Rails, Django, anything with a start script. Ship the project's Dockerfile, or let your agent write one.

APIs & backends

REST, GraphQL, webhooks, workers, long-running jobs. Any language, any runtime — if Docker builds it, ifhost deploys it.

AI agents & bots

Telegram, Discord, Slack, scrapers, LLM gateways. No Dockerfile? ifhost deploy --runner boots a shell; your agent installs through the console.

Stateful services

SQLite-backed tools, embedded caches, single-node databases, session stores. storage = "local" gives a persistent /data that survives redeploys.

Cron & always-on workers

Nightly reports, polling loops, schedulers, queue consumers. Pin min-machines = 1 + autostop = false and the worker never sleeps.

Get started

3 steps, 2 minutes.

  1. Install the CLI
    $ curl -fsSL https://impossible-api.fly.dev/install | sh
  2. Sign in with GitHub
    $ ifhost login
    Opens a browser tab for GitHub auth. Or grab a token from the dashboard.
  3. Tell your agent to deploy
    install github.com/ImpossibleFinance/impossible-hosting-skill
    and deploy this project
    Paste that prompt into Claude Code, Codex, Cursor, or any AI coding agent. The skill teaches it the full workflow — it picks specs, writes config, and deploys in 2-4 min. What the agent learns →

Built for agents, not humans

Every surface is shaped for the thing that's actually using it: a model, not a person.

Agent-first CLI

Every flag is declarative. Every command returns structured JSON with --json. No prompt gets in the way when args are fully specified. Your agent never has to guess a default or block on stdin.

Interactive setup via console

Run install wizards, config prompts, and long-lived daemons inside a tmux-backed session your agent drives through console input/output.

Persistent /data

storage = "local" auto-creates a volume that survives redeploys. Perfect for SQLite, session history, agent memory.

Auto-scaling

Scale to zero when idle, auto-scale up under load, or pin machines for zero-cold-start daemons. Pay only for what you use.

Secrets, not env vars

Pass sensitive values with --secret KEY=VALUE or machines secrets set. Injected at runtime, never stored in our DB.

Persistent disk, on demand

Need to keep data between deploys? Set storage = "local" and you get a 3 GB /data volume. Perfect for SQLite, file caches, or anything single-machine.

Simple pricing

Start free. Scale when you need to.

Free

$0/mo
  • 1 project
  • 256 MB RAM pool
  • 1 GB volume pool
  • 1 shared CPU
  • 100 GB bandwidth
  • Scale to zero
Get Started

Hobby

$15/mo
  • Unlimited projects
  • 2 GB RAM pool
  • 5 GB volume pool
  • 2 shared CPUs/app
  • 100 GB bandwidth
  • 3 custom domains
Subscribe

Team

$149/mo
  • Unlimited projects
  • 24 GB RAM pool
  • 50 GB volume pool
  • 8 shared CPUs/app
  • 1 TB bandwidth
  • Unlimited domains
Subscribe

Pool = total across all your machines. Spend it on one fat machine or many small ones. Volume above pool: $0.30 / GB·month. Egress above pool: $0.05 / GB (NA/EU), $0.08 (APAC), $0.18 (Africa/India). No surprise shutoffs — set a spend cap with ifhost billing alert.