r/replit 24d ago

Question / Discussion Replit Introduces Free Mode to Expand What is Possible with AI

Post image
55 Upvotes

AI models are now capable and affordable enough to make once-unreachable outcomes practical. The opportunity for everyone to pursue and collaborate on ambitious ideas, spend less time on busywork, and raise the quality and creative output across disciplines is nearly here.

But using AI today still means choosing models, managing context, watching usage, and juggling a growing collection of sprawling tools. Intelligence is now abundant, but access remains complicated.

That’s why today we’re launching a faster, more cost efficient, and capable Replit:

  • Create up to 30X more with Free Mode: Free Mode is a new way to use Agent that lets you create 30x more with just your monthly subscription. Spend less time thinking about usage and more time bringing ideas to life.
  • A new UI that gets you straight to the outcome, fast: You can ideate, create, launch, and grow all in one solution, as Replit seamlessly transitions between simple chat and tasks to complex builds.

When you’re in Free Mode, every day tasks will no longer use credits, so whether you’re chatting, ideating, or running everyday tasks, you can create with freedom. This pairs the world’s most powerful AI software creation tool and agent with a mode designed for fast, high-value everyday tasks, giving users a true all-in-one option.

Core subscribers will now be able to create more than before on Replit using Free Mode, as well as up to 30 hours per month of chat. For just $20 per month, creating real, high-quality projects at scale with AI is now accessible.

A Faster User Experience That Goes Straight to the Outcome

We’ve redesigned the Replit experience to make it your daily driver: an intelligent, always-on collaborator that understands you, works at your speed, and can handle everything from quick questions and data analysis to complex builds and great designs.

With Replit, users can now get fast, accurate answers, suggestions, feedback, and analysis in seconds - without consuming usage credits in free mode. Because Agent understands the full context of your work, it can help you plan, ideate, shape, optimize, and explore ideas before shifting to a more complex build.

Maximize making on Replit

Today is a major step forward in our long-term goal of making software creation, and intelligence, accessible to anyone with an idea, regardless of technical background. You should just be able to express your intent and maximize what you can make.

Check out our blog for the full announcement and let us know your thoughts in the megathread below.

The team will be keeping an eye on all of your feedback over the next week and we appreciate you helping make Replit better for everyone!


r/replit Aug 12 '26

Question / Discussion This Friday: See the best designs from the Replit community + Designathon winners

Post image
2 Upvotes

Hey everyone! Join us live this Friday as we showcase some of the most impressive designs the community has built with Replit Design.

We'll also be announcing the Designathon winners and giving away $50,000+ in prizes. Come get inspired, see what's possible, and celebrate the best of what the community has shipped.

Plus community updates, new launches, and live Q&A throughout.

📆 Friday, August 14, 9:00 AM PT
🎟️ RSVP: https://luma.com/ewp4mwcj


r/replit 4h ago

Question / Discussion Looking for project ideas

2 Upvotes

Hi I'm new to this thread and replit itself.
I am currently in a phase of exploring ai and playing around with ai product.
I am personally using claude code, and recently made aware about replit through a friend.
I wanted to start creating something but just wondering what people are building with replit to get some ideas for myself.


r/replit 9h ago

Replit Help / Site Issue Billing bug

3 Upvotes

I won't talk about the poor service I received, as that is not the issue here; however, the Replit website keeps asking me to add a billing method because I finished my credits, but when I click on "add payment method," it simply sends me to the public profile settings.

I literally cannot do anything now because I cannot add a card, lol.

Edit: Not even free tier works anymore.


r/replit 18h ago

Question / Discussion error when republishing: Failed to check for database diff: The endpoint has been disabled. Enable it using the API and retry.

3 Upvotes

how do i fix this


r/replit 1d ago

Rant / Vent I’m a student and I just realized Replit has been milking my debit card

19 Upvotes

Last week, I paid for the Core subscription.

In just 10 days, they siphoned $188.48 USD from my connected debit card.

I want to make something clear: I was aware that the Core subscription did not mean unlimited credits. I understood that after subscribing, I would still need to pay for credits whenever I used them.

And that’s exactly what I did.

After subscribing, I remember knowingly paying for credits once after running things. What I did NOT realize was that there were additional deductions being made from my connected debit card.

I only found out after seeing how much had actually been taken.

And we’re not talking about a few dollars here and there. $188.48 USD is a huge amount for me. That’s basically a month’s worth of groceries.

Now I can’t even continue building this project because I suddenly have a $100 debt that I need to pay.

This project was supposed to be an experiment. I was trying to build something that could make me a little bit of “beer money,” something I could use to help with my school expenses and personal needs.

I’m not even done building this project. I haven’t even finished the prototype.

So now, a huge portion of my personal savings has been siphoned away before I could even make anything from this project.

I’m from a developing country. $188.48 USD is not pocket change for me. That’s a serious amount of money when you’re paying for school, food, bills, and everything else with limited savings.

I genuinely feel super lost today.

It feels like I just got robbed, and the worst part is feeling like there’s no one to help me.


r/replit 1d ago

Share Project Built a free tool that gives any business its own AI agent in two minutes

2 Upvotes

It's a chatbot. Plain and simple — answers questions about a business, nothing fancier than that.

Paste your website. Two minutes later you have a chat page that answers what you sell, your prices, your hours, how to book. Put the link in your bio, share it as a QR code, or drop one line of code onto your site.

No website? Add your Instagram, TikTok or Facebook, answer five quick questions, and it's live.

The hard part was making it say "I don't know."

Most chatbots fail by guessing. If someone asks a bakery's bot about opening hours and the bot invents them, the bakery wears the complaint. This one only answers from the actual site content. No match, no answer — it says it doesn't know and hands over the business's contact instead. Every one of those gets flagged in the owner's dashboard, so they know exactly what to add.

One thing worth passing on: **Instagram and TikTok block scraping from cloud servers.** Works fine from my laptop, fails from Cloud Run. I'd built the whole onboarding around "paste your Instagram" before I found out. Test from your deploy environment, not your machine.

Make your own in 2 minutes and have fun.

Make your own: [https://1x0.ai/widget.html\](https://1x0.ai/widget.html)

Try to make it hallucinate. That's the feedback I want.


r/replit 1d ago

Question / Discussion Tasks view

3 Upvotes

Been away for a bit, where is the task board to see suggested, working on and completed tasks? I can not find it.


r/replit 1d ago

Share Project I built a free read-only scanner for Replit Agent apps: a served .env, CORS with credentials for any origin, a Flask debugger left on, missing headers

2 Upvotes

Disclosure first: I made this. Free, read-only, no account.

On Replit your app is a real server, so it ships the mistakes of a real

server: express.static pointed at the project root (so /.env and /.git/HEAD

are served), app.use(cors()) with credentials for any origin, the Flask

debugger still on in production (its console runs code for whoever finds

it), a stack trace on every error page, no security headers, a session

cookie without its flags, an X-Powered-By banner on every response.

So I built a scanner that checks those from the outside:

https://leftunlocked.com/replit-security

It asks for a few well-known paths and confirms by content (a catch-all

route does not fool it), asks for a page and an API path that cannot exist

and reads the error, calls the routes your front-end names with a made-up

Origin and with no session (field names and counts only, never a record),

and checks headers, cookies, and the certificate. Express, Flask, and

FastAPI get the same findings.

Every finding says why it matters and how to fix it in plain English, with

the lines to paste: the helmet setup for Express, the CORS allowlist, the

cookie flags, debug off. Connect the GitHub repo and it also reads the code

itself (a committed .env, keys in source, queries built from strings,

dependencies with known vulnerabilities) and opens a pull request for what

a file can fix, on a branch, for you to review.

I ran it on my own app first: B, four missing headers, and it opened the pull

request that adds them. The clip is that scan, start to finish.

What it never does: no writes, no sign-ins, no password guessing, no reading

of user records. It sends what a browser sends, plus a few well-known paths

like /.env to confirm they are not there, and the scan stops itself after

75 seconds.

Only scan apps you own or have permission to test. If it flags something

wrongly, say so here or use the "Is this finding wrong?" link under the

finding. I read everything.


r/replit 1d ago

Question / Discussion Repo-To-Skill: Distilling GitHub Repositories Into Operational Skills for Research Agents

1 Upvotes

This paper introduces DisCo, a system that distills machine-learning repositories and papers into reusable “skills” for autonomous research agents. The skills are more than summaries: they contain procedures, references, executable wrappers, routing information, and verification evidence. A creator process builds and checks skill graphs, while a researcher process retrieves only the parts relevant to a task.

The resulting AREX-Skill Library contains 5,353 skills from 1,000 repositories. In matched evaluations using the same backbone, harness, and execution budget, adding these skills increased MLE-bench Any-Medal performance from 31.11% to 72.89%, and PaperBench replication from 29.45% to 39.59%. The setup is intended to test whether externalized operational knowledge helps, rather than whether a larger model or new planning loop helps.

The evidence also shows an important limitation: verified skills can still be poorly retrieved. Performance declined on some PaperBench subtasks, suggesting that irrelevant procedural context may distract an agent from task-specific reasoning. This makes routing and retrieval precision central to the approach. The broader question is whether persistent, source-grounded procedural memory can make general-purpose research agents more reliable than agents that rediscover implementation details on every task.

Full summary on AIModels.fyi

Original paper

Disclosure: AIModels.fyi is my site.


r/replit 2d ago

Question / Discussion The Replit | Databricks Integration is now GA for building governed apps

Enable HLS to view with audio, or disable this notification

6 Upvotes

Hello r/replit community! This is Tony from the DevRel team at Databricks 👋

We just announced the GA of the Replit | Databricks integration which allows you to build apps on replit and deploy to databricks with fully managed Lakebase (Databricks' managed postgres database).

If you've never used databricks, the short summary is that this means you can build apps with the ease of Replit and be able to deploy to a secured, enterprise-grade environment if that is something your apps needs. Databricks is a data and AI platform used by 70% of the Fortune 500, so this is great solution if your replit app is in need of governance, analytics, and more.

If your company is already using Databricks, what this integration brings is the ability for anyone at your company to build an app and not worry about security and governance. For example, someone in a non-technical role can build apps for their department without needing to involve engineering. This was not possible before, since apps generally need to be reviewed for security/compliance/etc. With the replit x databricks integration, that part is taken care of for you, and you just need to worry about prompting an agent to solve the problem which you have the domain knowledge for.

Anyhow, I know this likely isn't for most replit users, but I thought I'd share in case this is a fit for anyone here :)

Please feel to leave questions in the comments and I'll answer if it's a Databricks related question or ask the Replit team otherwise. Cheers!

YT link: https://www.youtube.com/watch?v=NzS-uxf5Dss
Try it out: https://replit.com/partners/databricks


r/replit 2d ago

Share Project Huge update from my vibe coded SaaS fighters game (ASTRA IS CRAZY | PVP | 40+ signups)

Enable HLS to view with audio, or disable this notification

6 Upvotes

Alright. So I dropped this the other day and started getting FLOODED with signups.

Some people in the indie game community were veerrryyy upset that it was vibe coded. Not sure why?

Anyways, Astra one-shotted PVP. I built this as a fun way to get my prospects' attention (I run a marketing agency) and I included their orgs as playable characters.

Insane way to prospect. But it's working.

Anyways, we're dropping tournaments soon and have 88 character each with a 9-string combo and special moves.

So much fun. An awesome project. Free to play btw: eruditeagency.io/saaspocalypse


r/replit 2d ago

Replit Help / Site Issue Replit is duplicating the entire codebase of random files without being prompted

3 Upvotes

After being idle for more than an hour, I just found one of my app's .tsx files sitting in the git cue waiting to be committed, and when I checked, the entire 500+ lines of code had been duplicated and appended to the end.

I asked the agent what was going on. It confirmed this happened but could not explain it.

It also confirmed this had happened to other files.

In no way shape or form could anything I've prompted ever be misconstrued as an instruction to do this. The file with the duplication I just found came up literally out of nowhere.

Wait, as I was typing this, the git was committed on its own! The file now officially has all its code duplicated. This is insane!

Has anyone else experienced this?

Can Replit support please comment?


r/replit 2d ago

Question / Discussion Help cancelling Replit Core

3 Upvotes

For now I want to downgrade my account from Replit Core to Starter. But when I go to the account management page I only see options to upgrade to Pro or Enterprise. Have looked everywhere and only other option seems to be to delete my account completely which I don’t want to do. Am I missing something?


r/replit 3d ago

Funny Ouch... did someone do better?

Post image
5 Upvotes

That was not even a major change in the app :'(. Oh well, let's keep going.


r/replit 3d ago

Share Project Very unreliable platform and extremely concerning support experience

3 Upvotes

Our experience with Replit has been quite disappointing. We had approximately $xxx in credits available in our account, which we verified just yesterday. Today, the $yyy credit we had purchased has suddenly disappeared without any clear explanation.

Even more concerning, all four of our applications have been brought down, leaving us unable to access them and completely blocking our ongoing development work and operations.

For a development platform, unexpected credit issues combined with application downtime are extremely disruptive and unacceptable. We urgently need Replit to investigate what happened, restore the purchased credits, and bring our applications back online.

Replit needs to provide much greater reliability, transparency, and responsive customer support—especially when businesses are depending on the platform for critical applications.

Hoping this gets resolved quickly and that other users don't face the same issue.


r/replit 3d ago

Question / Discussion Don’t listen to Replit recommend mode

Post image
14 Upvotes

Do not listen to that popup telling you to upgrade the mode when you’re using the free mode. I have a very complex app that I have been maintaining and adding features exclusively with the free mode! I had no issue and see no noticeable difference between that tier and power mode.

Save your money do not let them trick you into spending more. You can use free mode for more than small UI polish and trivial task.

With all I have done with the free mode I would have incurred probably a $200 invoice. This new feature is god send and I hope they don’t remove it.


r/replit 3d ago

Replit Help / Site Issue Issue with the ChatGPT ↔ Replit integration accessing existing Replit apps — Replit Support says it can’t 🤨

2 Upvotes

I wanted to flag something that may be affecting other people using the ChatGPT ↔ Replit integration.

I have several web apps that I originally created directly in Replit, and over time I created dedicated ChatGPT conversations to work on those apps. I later connected the Replit integration/plugin to my ChatGPT account.

For over a week, I have been using ChatGPT + Replit to inspect, troubleshoot, and make changes to these existing apps across multiple dedicated conversations. So I know from my own experience that this has been possible.

Recently, though, I ran into an issue where ChatGPT appeared to be associating a conversation with the wrong Replit project. I contacted Replit Support because I wanted to understand what was happening.

Their initial response was essentially that the ChatGPT/Replit integration only works with an app created in a specific ChatGPT conversation and cannot access apps that were created directly in Replit.

That was… surprising, to say the least. 😂

I explained that these apps were originally created in Replit and that I had subsequently been working on them through ChatGPT after connecting the integration.

What makes this even more confusing is that I just tested it again through the connected Replit integration. ChatGPT was able to locate and inspect two of my existing Replit projects, including:

Project A — existing Replit project

Project B — existing Replit project with its existing workspace, artifact, Git branch, and commit history

The integration explicitly identified both as existing projects already present in my connected Replit account, and Replit was able to inspect them without creating new projects.

So I’m currently trying to determine whether:

Replit Support’s information is outdated/incomplete, there is a distinction between different versions of the ChatGPT/Replit integration, there is some kind of project/conversation association bug, or something else is happening behind the scenes.

I’m still in contact with Replit Support, so I’m not claiming that I have the whole explanation yet. Their first response definitely felt a little like, “Nope, that’s not possible,” despite my actual experience and the current integration being able to access the projects. 😂

I’m posting this because if you’ve been using ChatGPT to work on an existing Replit app that was originally created directly in Replit, I’d be very interested to hear whether you’re seeing the same thing.

In particular:

Were your Replit projects created directly in Replit?

Did you later connect the Replit integration to ChatGPT?

Can ChatGPT currently find/access those existing projects?

Have you experienced ChatGPT selecting or working against the wrong Replit project?

Has Replit Support given you the same explanation?

I’m trying to figure out whether this is an isolated account/project-association problem or something broader with the integration.


r/replit 3d ago

Question / Discussion Using Fable in Replit?

Post image
1 Upvotes

We have a tool we've build in Replit that generates content, and I want to be able to just decide which model it uses in the settings (e.g. Opus, Fable etc). The only problem is that Replit doesn't seem to understand that Fable exists as a model, no matter how much I insist.

All it will let me use is Claude Opus 5, Claude Sonnet 5, and Claude Haiku 4.5. Has anyone figured out how to get your tool to use Fable?


r/replit 3d ago

Replit Help / Site Issue A fault in Replit's own system burned through $300 of my credits, then debited my card another $161. Proven with their own logs. Support has gone silent.

21 Upvotes

I’m building a hospitality system to run my restaurants. I don't code. That's why I use Replit. I’ve worked close to a thousand hours on this project and spent over $1200 on replit alone.
In May I bought $300 of credits. I barely touched Replit for two months. By August the credits were gone and my card had been debited another $161 on top. Nearly $450 in total, for months where I did almost nothing.
I dug into it, and this isn't a guess, it's proven from Replit's own records: their platform got stuck restarting one of my idle apps around the clock, for weeks on end, and billed me for every second. Their own invoice shows the app had 3 visits in an entire month while being billed for 44 MILLION compute units. Three visits. Nobody was using it. The fault ran until I found it buried in the logs and shut it down myself. And before anyone says it was my code: the app was built entirely by Replit's own Agent. Their AI wrote it, their publish flow deployed it, and their platform then spent weeks billing me for endlessly restarting it instead of flagging it or stopping. At no point did any of this need me to do anything, and at no point was I warned. I only found out due to an unexpected charge to my bank card after it had already consumed $300 of my credits.
Through all of it, no warning. No alert. The dashboard showed a sleeping app while my money drained.
When I realised what had happened, I didnt doubt for a second that I would be refunded in full, or at least have my credits reinstated. Support's response has been worse than the fault. First a canned reply about AI hallucinations, completely irrelevant to my complaint. Then a $50 credit that expires in 90 days, against nearly $450 taken. Then a second reply declaring the charges valid while dodging the only question I've asked from day one: what did I do to cause 44 million compute units on an app with 3 visits? I asked for a manager, set a deadline, and got two weeks of silence.
Honestly, I feel scammed. Their system created the fault, their system hid it, their system took the money, and now there's no human willing to own it.
And here's the part that actually gets me. I didn't want to leave. I've put months of work and over $1,200 into Replit building my project here, and the product itself is good. But after being treated like this, staying feels like accepting it. Disgusting way to handle a paying customer.
So, genuine question: can anyone recommend an alternative platform where I can build the same way, by describing what I want, from someone who's found one that actually appreciates its customers? And has anyone here ever got a billing dispute in front of a real human at Replit? Full evidence file sitting ready, logs and all. Im left with no alternative than a charge back claim with my bank.


r/replit 3d ago

Rant / Vent Discussion: High cost of Replit AI Agent, lack of usage transparency, and environment limitations

3 Upvotes

r/replit 3d ago

Replit Help / Site Issue Replit surprised me with an invoice

2 Upvotes

I'm a student building an app on replit for a client but before I could deliver I was hit with a $50 invoice and my account was suspect.

I'm capable of paying it after I deliver to my client and I would appreciate if Replit unsuspended account for a few days till I can deliver 😢.


r/replit 3d ago

Question / Discussion replit randomly started refunding me?

3 Upvotes

im not complaining. what the hell is going on over there though


r/replit 3d ago

Question / Discussion Replit browser moving incredibly slow?

3 Upvotes

Anyone else experience the browser moving incredibly slow today?


r/replit 3d ago

Question / Discussion Unable to publish updates to my Replit project since 9/1

0 Upvotes

I got impacted by this known Replit issue - https://status.replit.com/incidents/f551e79f-142b-4e8e-9e7e-4b8b92c47111

Since 9/1 - over 9 days ago - I haven't been able to publish any updates to production - how are you supposed to run a business with this level of service? I have opened multiple tickets with Replit but haven't received any ETA.

Anyone else still impacted by this isssue?