Pricing guide · billed in dollars of credits
Replit Agent pricing & usage credits, explained (2026)
Short answer: Replit Core runs about $20–25/mo and includes roughly $25 of Agent usage credits; Pro is around $100/mo with about $100 of credits (as of Aug 2026). Credits here are counted in plain dollars — $1 of credit buys $1 of agent work — so there's no conversion to do in your head.
The catch is on the other side of the equation. Replit charges by effort: every Agent checkpoint bills according to how hard the Agent worked to reach it. That makes Replit the hardest of the six to forecast — and the easiest to be surprised by.
Replit Agent plans
| Plan | Price | What you get |
|---|---|---|
| Core | About $20–25 per month | Roughly $25 of monthly Agent usage credits, plus the place you build in and hosting for what you ship (as of Aug 2026). |
| Pro | About $100 per month | Roughly $100 of monthly usage credits, for people running the Agent most days. |
Because usage is priced in dollars rather than an abstract credit, going past your included amount typically means paying for the overage as it accrues rather than buying a pack (as of Aug 2026). Check the usage page before a long session — this is the platform where the end-of-month surprise lives.
What you get on Replit Agent
The nine things people find out late — read off Replit Agent’s own pages, with the page linked under each answer.
Does it put your app online for you?
Otherwise you need somewhere to host it and a way to get it there.
YesYes — publishes to a replit.app address. On the free plan the link goes down after 30 days.
Replit docs — Publishing ↗Can you use your own domain name?
A name like yourapp.com instead of an address with the builder's name in it.
YesYes — connect one you own or buy one through Replit; the security certificate is included.
Replit docs — Custom domains ↗Can you get your code out?
It decides whether you can leave later, or hand the project to a developer.
Is somewhere to store data included?
Almost any real app has to remember things between visits.
Are user accounts and logins included?
Sign-up and sign-in are fiddly to build and most apps need them.
PartlyBuilt in, but your users sign in with a Replit account on a Replit-branded page.
Replit docs — Replit Auth ↗Can you change things by clicking on them?
The alternative is describing every tweak in words and waiting for a rebuild.
YesYes — click any element and change text, colours, spacing and images directly.
Replit docs — Visual Editor ↗Can you try it without paying?
How far you get before a card is needed.
YesYes — daily agent credits and one published app, but that link goes down after 30 days.
Replit docs — Starter plan ↗Can other people work on it with you?
Matters the moment a co-founder, designer or client joins in.
Can it make a real phone-store app?
The kind people download from the App Store, not a website that looks like one.
PartlyA genuinely native app. Apple submission is guided; Google Play you do manually.
Replit docs — Mobile apps ↗
How Replit Agent usage credits actually work
Replit bills per checkpoint, not per message. The Agent works until it reaches a save point, then charges for the effort it took to get there — files read, code run, retries attempted. A checkpoint is just that save point: a version of your app you can go back to.
Two prompts that look identical to you can differ several times over in price, because one sent the Agent down a longer path. Nothing about the sentence you typed predicts that.
The upside is symmetrical: when the Agent gets it right first time, you pay for a small checkpoint. Naming the file or the feature up front pays for itself here more than on any other platform.
What features cost on Replit Agent
Base cost per feature in dollars of credits, before the iteration tax (the extra rounds nobody escapes) and the debug surcharge (fixing what breaks). These are the ranges our estimator adds up.
| Line item | Cost in dollars of credits |
|---|---|
| Core app — simple | $8–$16 |
| Core app — standard | $12–$25 |
| Core app — complex | $20–$40 |
| User accounts & login | $6–$12 |
| Payments / subscriptions | $8–$16 |
| Admin panel | $7–$14 |
| File & image uploads | $4–$8 |
| AI features | $7–$15 |
| Connections to other services | $6–$12 |
| Multi-user roles | $4–$9 |
Multiply by your prompting style (×1.2 to ×8), then add 40% for debugging. See the full formula →
The gotcha
You are charged for how hard the agent worked, so a request that looks simple can cost more than one that looks hard. The credits in your plan are shared across the agent, publishing your app, storing its data and everything else Replit does; once they run out, the extra is added to your bill.
Effort-based pricing means a request that looks simple to you can bill like a big one if the Agent works hard on it. A one-line change in a tangled file is not a one-line change to the Agent.
You find out the price after the work, not before, so there is no moment where you can decline the estimate.
Treat the usage dashboard as part of the build loop. Check it every session or two, not at the end of the month.
Who Replit Agent is for
People who want the real thing — somewhere to run commands, a place to keep the data, one-click publishing — with an AI agent working inside it. Closest to actual software development, with a bill that behaves like actual software development.
See real numbers
Printed receipts for three common builds on Replit Agent:
Get your build’s receipt
Pick what you’re building, pick how you prompt, and see the bill in Replit Agent usage credits before you spend any.
A plain link to the platform. Nothing on this page changes which one we call cheapest.
How it compares
Same build, same assumptions, two platforms side by side — with the gap left uncalled wherever the ranges overlap.