Mahmoud A.
MA
Mahmoud A.
Developer
Small-Business (50 or fewer emp.)
"Replit Makes Browser-Based Coding and AI Prototyping Fast and Easy"
5/5
What do you like best about Replit?

I have been using Replit for coding and AI-assisted development. The platform is easy to use, works directly in the browser, and makes it simple to build and deploy projects without complicated setup.

What I like most is the integrated AI tools and the ability to work from any device. Replit helps me prototype ideas quickly and learn new technologies faster.

Overall, Replit is a great platform for developers, students, and anyone who wants a simple cloud-based coding environment. Review collected by and hosted on G2.com.

What do you dislike about Replit?

The main downside is the cost of advanced features and AI usage. For beginners, it can sometimes be difficult to understand the pricing. Other than that, the platform is very useful and easy to use. Review collected by and hosted on G2.com.

Varun S.
VS
Varun S.
Director
Small-Business (50 or fewer emp.)
"Replit Annual Plan: Monthly Credits, No Downgrade, and Costly Overage Surprises"
1.5/5
What do you like best about Replit?

Their AI is really good at understanding the issue and resolving it. Review collected by and hosted on G2.com.

What do you dislike about Replit?

I've spent $5,000+ on @Replit since February. Here's what I learned about their annual plan that nobody tells you upfront. I signed up for the annual Pro plan ($250/month) because I assumed paying for a year upfront meant I'd get a pool of credits to draw from across the year. That's a logical assumption. That's not what happens. Credits are issued monthly. So during the 2-3 months of heavy app development, I burned through monthly credits and got hit with daily overage charges — on top of the annual subscription I'd already paid in full. Now that development has slowed, I'm locked into $250/month through April 2027 for credits I'll barely use. No downgrade option. No refund. $100 goodwill credit offered on $5,000+ spent. I'm not saying the charges were wrong under their ToS. I'm saying the way annual plans are marketed creates a reasonable expectation that doesn't match reality — and that gap is expensive. If you're a developer considering @Replit's annual plan: make sure you understand that you're buying a monthly credit allocation at a yearly price, not a lump-sum credit pool. It's a meaningful difference if your usage is front-loaded. @amasad — I've raised this through support and been told there's nothing more that can be done. Happy to discuss directly if there's a commercial path forward. I'd rather stay than leave. Review collected by and hosted on G2.com.

LuRae L.
LL
LuRae L.
Founder
Small-Business (50 or fewer emp.)
"Turn PDFs Into Interactive Apps in Minutes—Inexpensive and Brilliant AI"
5/5
What do you like best about Replit?

I've been able to turn flat PDF premiums into interactive online apps in minutes leveraging my content with Claude.ai and Replit. It's incredibly inexpensive, works like a team mate, and the AI Intelligence is off the charts good. Review collected by and hosted on G2.com.

What do you dislike about Replit?

The only thing I wish it would do is retain the option to refer previous app names to the newly chosen name if you update the name of your app. Review collected by and hosted on G2.com.

Divyarajsinh  C.
DC
Divyarajsinh C.
Software Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Simple Browser-Based Coding with AI Chat and Stable Small-Scale App Performance"
4.5/5
What do you like best about Replit?

The best thing I like about Replit is its browser-based development environment, where you have the simple AI chat option. You just need to write your prompt in simple human language, and it will work for you! The user interface is very simple for a non-tech guy as well. I created a simple application earlier where I integrated the payment flow using Stripe, and overall, the experience was good. Now, initially, I was using the free version, then the client purchased the paid version, where we have the options for multiple model selection, and if we use it for creating a small-scale application, it would be great. Overall, small-scale app performance was very stable. Review collected by and hosted on G2.com.

What do you dislike about Replit?

When we’re trying to build a large-scale, enterprise-level application, it can feel stressful. Even when I’m working on a small feature, it sometimes ends up affecting other parts of the app unexpectedly, including functionality we didn’t intend to touch.

Another issue I’ve faced is that if there’s a heavy or overly long conversation, it can sometimes crash. When that happens, I have to wait for a while before things start working again. Review collected by and hosted on G2.com.

Adam E.
AE
Adam E.
Solutions Integration Engineer
Information Technology and Services
Small-Business (50 or fewer emp.)
"Fast, Growing App Builder with Helpful Preview, Hosting, and DNS"
4.5/5
What do you like best about Replit?

I like how well it performs and how quick the agents are with building apps, I also like how the product is growing and new mdoes are being added to improve development speed and make the app building process even easier. I appreciate the preview environmentand the hosting and DNS services that are provided with Replit plans. Review collected by and hosted on G2.com.

What do you dislike about Replit?

Sometimes the agent output is not the best and it is hard to specify certain tasks since the agent will get stuck, this slows down development time and I find errors in the app I need to fix later. Review collected by and hosted on G2.com.

ASHUTOSH T.
AT
ASHUTOSH T.
Senior Automation Engineer
Enterprise (> 1000 emp.)
"Super easy setup, perfect for fast builds"
5/5
What do you like best about Replit?

Instant setup: Opens in a browser so you can code immediately without setting up local files or tools.

Easy hosting: Deploys live apps in one click without complicated cloud configs.

Smart AI: The built-in AI agent can build, test, and fix whole apps just from simple prompts.

Real-time collaboration: You can code together in the same file live, like Google Docs for code.

Runs anywhere: Since it's all in the cloud, you can code from any laptop, tablet, or phone. Review collected by and hosted on G2.com.

What do you dislike about Replit?

Internet dependency: If your connection drops or Replit has downtime, you can't access your code.

Resource caps: Storage and RAM limits on lower tiers can cause crashes if your app grows. Review collected by and hosted on G2.com.

Elena Maria V.
EV
Elena Maria V.
Software Engineer
Enterprise (> 1000 emp.)
"Rapid Prototyping Made Easy with Replit’s Intuitive Interface"
5/5
What do you like best about Replit?

What I like about Replit is how quickly I can move from an idea to a working prototype. Its interface is another reason I keep coming back—it feels intuitive and easy to work in.

Getting started was straightforward, and the documentation and templates made it simple to spin up a project without much friction.

I recently used Replit to develop an AI-powered meeting minutes (MOM) generator. It lets us upload a meeting recording and then generates a transcript in English and Japanese. It also produces a PDF/Word document with the meeting minutes. The built-in console was especially helpful when debugging API responses.

Overall, I had a good experience integrating AI with external services. For my MOM generator, I exposed the application as an API and connected it to Power Automate. While it’s not intended for very high workloads, it handled my demo scenarios well. I ended up with a working prototype much sooner than I would have with traditional setups, because instead of spending time setting up a local environment, I could focus on the application logic.Hence, the time savings easily justifies the cost. Review collected by and hosted on G2.com.

What do you dislike about Replit?

One limitation I ran into was debugging problems when several external services were involved. With the MOM generator I built, I couldn’t clearly tell where the issues were originating. As a result, I sometimes had to manually inspect the API requests to track down what was going wrong. Review collected by and hosted on G2.com.

Verified User in Program Development
UP
Verified User in Program Development
Small-Business (50 or fewer emp.)
"Facilitates Seamless Collaboration, But Needs Stable Connection"
4.5/5
What do you like best about Replit?

I find Replit incredibly easy for multiple users to work on the same project simultaneously. There's no need to manually upload files, as we can easily access them from the cloud, which is great because it allows switching devices effortlessly with just an internet connection. I also like that no hosting service is required, and it's simple to plug in all of the coding aspects. The platform supports teaching and collaborative learning, and the AI features are really useful for explaining functions, debugging code errors, and building applications with natural language prompts. The initial setup is straightforward with manual installation, and I don't have to worry about complex setups. Review collected by and hosted on G2.com.

What do you dislike about Replit?

Sometimes the performance is limited due to reliance on the Internet, which can be a problem in remote areas with unstable connections. Large scale or resource-intensive transactions might not perform efficiently. Advanced enterprise projects might require powerful dedicated infrastructure, which Replit doesn't easily support. Review collected by and hosted on G2.com.

Hassan S.
HS
Hassan S.
Chief Technology Officer
Small-Business (50 or fewer emp.)
"Effortless MVP Development, but Costly at Scale"
2.5/5
What do you like best about Replit?

I use Replit for SaaS development and appreciate that it helps me vibe code, especially when building MVPs for clients. I love how I can deploy web apps effortlessly using Replit hosting and easily get feedback. Replit Agents and the hosting infrastructure really stand out for me, making the whole process of building and deploying web apps simple. I don’t have to worry about setting up IDEs or local environments, and deploying is essentially one click. It's convenient and efficient for handling web app creation and hosting. Review collected by and hosted on G2.com.

What do you dislike about Replit?

The agent hallucinates a lot and it consumes a lot of tokens/credits when the codebase gets bigger. Sometimes it goes on a loop in pursuit to fix a bug but ends up really expensive. Review collected by and hosted on G2.com.

Umair Tariq .
U
Umair Tariq .
Principal Enterprise Web Consultant
Information Technology and Services
Mid-Market (51-1000 emp.)
"Streamlined Mobile App Prototyping and Deployment"
4/5
What do you like best about Replit?

I find the feature of connecting Replit with the App Store for mobile app prototyping truly amazing. It's something I don't get from any other prototyping platform. With Replit, I can develop web and mobile applications, and the process is seamless because the applet connects directly with the App Store. This allows me to develop prototypes and easily publish apps. Additionally, I appreciate that I can work on any feedback from the Apple review under one window and resubmit the application, which simplifies the overall process. Setting up Replit was also straightforward, making it even more valuable for my needs. Review collected by and hosted on G2.com.

What do you dislike about Replit?

I suggest Replit should consider adding features like security scans and good connectors similar to what other platforms like DoorDash offer. Review collected by and hosted on G2.com.