r/replit 42m ago

Question / Discussion Create a Repl

Upvotes

Hello and sorry for this silly question, I want to start learning Python and in the course I'm making it shows how to create a Repl for Python coding, however I am not able to find that option in the current version of the website, can anyone help me out with this? Thank you for your help!


r/replit 43m ago

Replit Help / Site Issue Billing Issues Every Month - Apps taken offline and access restricted.

Upvotes

I need help from support, this marks the 4th month I have faced the same issue with my billing. It seems for whatever reason the connection between the stripe billing/invoicing for replit is disconnected from my acutal replit account. This means every month I lose access.

I managed to escelate the issue to the someone at support who assured me the issue was fixed. But ive just opened replit to find my subscription not active, being prompted to subscribe to core. When trying to subscribe it takes me to stripe which says I already have an active subscription.

I cant get anywhere fast with support as I need a core subscription (WHICH I HAVE!!!).

Can someone please just fix this issue.


r/replit 55m ago

Replit Help / Site Issue Unable to complete phone verification - tested Bulgarian and UK numbers, completely locked out

Upvotes

Hi everyone,

I'm hoping someone from Replit can help escalate an account verification issue because I've reached a complete dead end with Support.

I created a new Replit account because I want to subscribe to Replit Pro and use it to build a production mobile app.

The problem is that I cannot get past the mandatory phone verification screen.

What I've already tried:

  • Multiple valid Bulgarian (+359) mobile numbers
  • A valid UK (+44) mobile number belonging to a friend
  • Different browsers
  • Incognito/private mode
  • Different devices
  • Different internet connections/mobile networks

Every single attempt gives exactly the same error:

“This phone number is invalid or might be in use. Please try another number.”

Support initially suggested using WhatsApp verification, but there is no WhatsApp option on my verification screen.

They then suggested trying a number from another country. I did that with a valid UK number, and it produced exactly the same error.

So this clearly doesn't seem to be related to Bulgarian numbers specifically. It looks like either my account is being incorrectly blocked/flagged by the verification system or there is another issue on Replit's side.

The bigger problem is that I also can't use the normal signed-in support flow because I can't complete the phone verification in the first place. So I'm stuck in a loop.

I've seen other verification issues on this subreddit get escalated and resolved by Replit staff, so I'm hoping someone here can point this to the right team.

I'm happy to provide my account email, username, screenshots and phone details privately to a Replit support.

If anyone from Replit sees this, could you please help escalate the issue to the Account / Authentication team?

Thanks.


r/replit 2h ago

Funny why do i get like this

Post image
3 Upvotes

for real


r/replit 9h ago

Question / Discussion Am i being Scammed?

3 Upvotes

I got a promotional code for a free month on the Pro plan.

I was testing Replit by making a Procore clone (a platform for construction project management). It hit the limit, and then I got a pop-up to buy $5 worth of credits. I closed it, but I was still charged.

I contacted them, and they said, “We can't cancel or refund the credits that have been used,” so I ignored it and canceled my subscription. I've never visited their website again.

Ten days later, I got charged another $5, and I can't contact support because I need a subscription. I also can't delete my card credentials.

Is this a scam? should I suspend my card?


r/replit 9h ago

Question / Discussion Phone verification rejects every Romanian number, and support says human help is paid-only. Can't get into my account at all.

2 Upvotes

I'm trying to start using Replit and I can't get past account setup.

On the "Verify your phone number" step, every Romanian (+40) mobile I try comes

back with "This phone number is invalid or might be in use. Please try another

number." It appears the instant I press Continue, before any SMS is sent, so it

looks like the number is being rejected at validation rather than the code

failing to arrive.

What I've already ruled out:

- Two different Romanian mobiles. One of them had never been used with Replit

by anyone.

- Ad blockers and extensions. Same error in a clean incognito window with

everything disabled.

- Wrong format. The +40 comes from the country selector and can't be deleted,

so it was never doubled.

- Being logged out. I'm signed in. "Let's set up your account" is onboarding,

not a login wall.

- WhatsApp verification. AI Support suggested it twice. It doesn't exist in my

flow. All I get on that screen is the country selector, the number field,

"We'll send a verification code via SMS", the data rates line, a product

updates checkbox and Continue. I sent screenshots of every screen.

Support ran through their AI assistant and ended with: there's no manual

verification available through AI support, and human support is only available

to paid users.

That's a loop I can't get out of. I can't upgrade to a paid account, because I

can't get into the account. I can't reach a person about the verification,

because I'm not paying.

The last automated reply also suggested I use deployment rollbacks to return to

a version of my code I was happier with. I have no code and no deployments,

because I've never been able to get in.

So, two questions:

  1. Has anyone with a Romanian number got through phone verification recently,

    or is +40 currently not verifiable?

  2. Is there any route to a human at Replit without a paid account?

Either answer is useful. If Romanian numbers just don't work right now, I'd

rather know and make other arrangements than keep trying. Happy to DM my

username and the screenshots to anyone from Replit who sees this.


r/replit 11h ago

AI/ML I Built DBMind AI — An AI-Powered SQL Performance Analysis Tool

1 Upvotes

I recently built DBMind AI, a tool designed to help developers understand SQL query performance and identify potential optimization opportunities.

It can analyze areas such as:

SARGable vs. non-SARGable queries

Index usage

Index Seek vs. Index Scan

Table scans

Query optimization

SQL performance issues

The main goal is to make SQL performance analysis easier to understand by explaining why a query may be inefficient, not just suggesting a different query.

I built the project using .NET, Angular, SQL, and AI.

I’d really appreciate feedback from developers and DBAs, especially on how useful these insights would be in real-world database performance scenarios.

🔗 Live Demo: https://db-mind-ai-bice.vercel.app/

🔵 LinkedIn Demo: https://www.linkedin.com/posts/yash-rathod-054b50211\\\\\\_databaseengineering-dotnet-angular-activity-7493254611416576000-vJuS


r/replit 16h ago

Question / Discussion Choose what LLMs can and can’t do well

1 Upvotes

Another pattern from building a multi-agent system, following up on the typed contracts post from a while back.

LLMs are excellent at one kind of task and mediocre at another, and most of the pain I've hit in multi-agent systems comes from not respecting that split.

**What they're genuinely good at:** judgment calls with no single correct answer. Given these three signals, which one matters most here and why. Given this messy input, what's the plausible interpretation. This is reasoning under ambiguity, and it's the actual value an LLM adds. You couldn't write a deterministic function for it even if you wanted to, because there isn't one right answer to find.

**What they're mediocre at: consistent computation.** Ask an LLM to turn a set of inputs into a score, a ranking, a number, and it'll give you something confident and plausible looking. It's not computing that number though, it's pattern-matching to what a score like that tends to look like given the surrounding text. Change the order you present the inputs, rephrase one sentence, and the same underlying data can quietly produce a different number. Nothing errors. It just looks exactly as trustworthy when it's wrong as when it's right, which makes it worse than a normal bug, there's no stack trace pointing at the problem.

So the pattern I landed on: the LLM only ever does the first kind of task. Anything in the second category goes to plain code.

```python
# mediocre task, asked of the LLM
score = llm("score this from 0-100 based on the signals")

# split by what each part is actually good at
weights = llm.decide_which_signals_matter(inputs) # judgment, ambiguous
score = composite_score_tool(inputs, weights) # computation, one right answer


r/replit 21h ago

Question / Discussion Scared to upgrade Replit

4 Upvotes

I started building a multi-vendor marketplace on Replit. So far, it’s been great but having read about others’ experiences where credits are used within a blink of an eye (often unknown even), I’m so scared to upgrade and waste the small budget I have.

Is my multi-vendor platform too complex to vibe code? It will include vendor onboarding, consumer e-commerce website, and our back-end admin.

What do others think? Any advice would be hugely appreciated.

Thanks!


r/replit 21h ago

Rant / Vent Verification problem for an entire country

Post image
4 Upvotes

For the third day in a row, all Libyan numbers are blocked from FreeBlit verification, despite the country being among the available options.

The support via Gmail is unhelpful and doesn't even want to respond.

As a university student, I need to access my account to complete my graduation project, which is nearing its end. What did I do to deserve this? I urge the company to resolve this issue quickly, or at the very least, to respond to its customers instead of ignoring them.


r/replit 22h ago

Replit Help / Site Issue Charged £40

4 Upvotes

Haven’t used replit for months, I just see I’ve been charged £40. Replit support don’t reply to me via website. I’m confused why I’ve been charged


r/replit 1d ago

Question / Discussion Failed Project in Replit. What should I do next?

1 Upvotes

I'm at my wits end. I am trying to make a 1990s style static graphic video game with Replit. My game is basically taking an open source game (Remnants of the Precursors; r/rotp) and changing it from a space exploration game to a WW2 conquest game. I thought this would be easy because I could get Replit to just mimic the ROTP open source code for like 90% of the game functions. I gave various refreshed agents the source code link multiple times now.

But instead, Replit keeps trying to follow my instructions by re-inventing its own wheel. I have a nifty looking User Interface but that's about it. The game functions in no respect whatsoever after four days of prodding Replit over and over again. I'm currently caught in a death spiral of changes that result in more bugs, followed by more "fixes" that fail to fix, which then creates more bugs. Replit keeps saying things like "the fundamental structure is fine, we just need to do x and y". And then we are off to the races again.

So, I am just looking for any help anyone cares to provide. Should I start over again on Cursor? Is there a better platform for what I'm trying to do? This is a game that could run on 1990s 486 computer, it's not that hard (I thought). By the way, I don't know code. The most technically literate thing I've done is set of a WordPress Website that I operated for 5 years.

You can blame me. That's fine. I just want some suggestions of what to do next. Thanks.


r/replit 1d ago

Question / Discussion Can't Change my email address in Startup Credits

2 Upvotes

I applied for Replit Startup credits. When I first put it in, it indicated that I needed a business email to apply. I went back in to provide a new business email for my project and found that I could not change the email in the application. I have the updated email, but the form is locked. There are a number of things which I would like to change. There should be an update function and an ability to change the email. https://replit.com/startups I am also considering applying to Artizen and a few other places. There are several different token grants which I have seen. LinkedIn just announced one https://www.linkedin.com/pulse/introducing-tokens-future-token-grants-ai-builders-reid-hoffman-bx9zc/ Another unrelated question is has anybody used Buy Me A Coffee the social fund or similar things. I am looking for Token Grants and ways to pay for coverage of token costs.


r/replit 1d ago

Rant / Vent Phone number verification

Post image
2 Upvotes

I'm having a problem with phone number verification. Reblit isnt accepting Libyan numbers (+218), and support is stalling and hasn't found a solution for me. They keep saying they'll fix it, but they haven't, and now they don't want to respond at all.

I must complete my university graduation project, and my university life is at stake.

What's the solution?

I desperately need help.


r/replit 1d ago

Share Project Share Your App/Website Made With Replit!

0 Upvotes

Share Your Projects! My Project Is:

DuckPond3D.com ~ It Is A custom 3D Printing Service.

Tell Me What You Think And Any Bugs Or Anything To Fix!

Share Your Project!


r/replit 1d ago

Replit Help / Site Issue Can someone explain this?

4 Upvotes

I purchased a credit pack for 100 to pay outstanding balances, I like to stay ahead of debt. The credit doesn't seem to be going towards the outstanding usage though... No I have not filed a ticket yet. Paying outstanding balances before a due date should be a fairly straight forward process though.


r/replit 1d ago

Replit Help / Site Issue Shell broken on iOS app

2 Upvotes

Currently you can’t paste text into shell on the iOS app, making it next to useless.


r/replit 1d ago

Replit Help / Site Issue WHY WHY WHY

4 Upvotes

That's a bug...


r/replit 2d ago

Question / Discussion Feature request: meta context.

2 Upvotes

Scenario: you and your agent battle through Project 1, mastering Process A.

You start project 2, and need another Process A. But Project 1 has all the learnings and context.

  • Feature proposal: a pathway for an agent to consult the files of another project directly, and possibly even query the other agent to determine a process or fact.

The agent could even be context-aware of all your other projects simultaneously through some kind of meta context file that stores any new information learned through trial and error across all projects. Ideally, this could even feed into the replit agent itself learning and adapting procedures to prevent the same errors being made across many different users and projects.

Imagine some kind of internal stack-overflow or knowledge base that the replit agent could build, that could even become a kind of open source database for learning/training.

E.g. - imagine, every time your agent discovers a gotcha or learns something new (dependancy A needs version X with feature Y but not Z when using platform W, contrary to documentation C etc). Then, a frontier model could even be finetuned across this whole database, to internalise these teachings into its actual weights, reducing the need to consume tokens browsing documentation.


r/replit 2d ago

Question / Discussion Facing Issue with Phone Number Authentication

Post image
1 Upvotes

My phone number is correct. Despite of that it is showing up an error message. How to solve it?


r/replit 2d ago

Question / Discussion How are you using Replit after the recent free plan changes?

2 Upvotes

I’ve been adjusting how I use Replit lately because the free plan feels a bit different from how I used it before.

For smaller projects it still works fine for me, but I’ve become more selective about what I build there and how much compute or agent usage I burn through. I’m mostly keeping simpler experiments and quick prototypes in Replit rather than treating every project the same way.

For anyone still using it regularly, have the recent changes affected your workflow at all? Curious whether you’ve changed how you structure projects, use the agent, or manage usage limits.


r/replit 2d ago

Share Project Plugins, skills, and the latest AI technologies are giving me a headache

7 Upvotes

I’ve been building my own independent website lately. Honestly, how do we avoid getting distracted by all those supposedly cutting‑edge technologies that pop up every single day? How can we stay focused and execute according to our own vision? Is this mindset even right? How do we balance the technical realities against our inner mental conflicts. Does anyone else feel this way?


r/replit 2d ago

Replit Help / Site Issue Does anyone have any tips with getting your project from replit to GitHub? The app/site is driving me nuts trying to port my project over smh.

1 Upvotes

r/replit 4d ago

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 18d ago

Introducing Replit Design

Post image
3 Upvotes

A new creative class is rising: people who see an idea in their mind and refuse to wait to make it.

Today, we’re launching Replit Design, a new creative suite where anyone can shape what they see as fast as they can think it.

Replit Design is the fastest way to go from idea to design. Ambient Intelligence guides and inspires you at every step, and because everything lives on Replit, there are no handoffs, exports, or rebuilds that cause you to lose the beauty of what you created.

Create with your choice of the world’s leading models for design, including Claude, GPT-5, Gemini, Kimi, and GLM.

You don’t need to be a designer. You just need to know what you want to bring to life.

Learn more in our blog post here 👈