Replit is an online integrated development environment (IDE) and AI-powered coding platform that allows users to write, run, and deploy software directly from a web browser. Founded in 2016 by Amjad Masad, Faris Masad, and Haya Odeh, Replit evolved from a simple browser-based code editor into one of the fastest-growing AI software development platforms, largely driven by the September 2024 launch of Replit Agent, an AI agent system that can autonomously build full applications from natural language prompts [1].
Replit has raised a total of $922 million in venture funding, reaching a $9 billion valuation after a $400 million Series D round in March 2026 [2]. The company's annual recurring revenue surged from approximately $10 million at the end of 2024 to over $100 million by mid-2025, one of the fastest revenue growth trajectories in SaaS history [3]. With over 50 million registered users as of early 2026, Replit has positioned itself as a leading platform in the "vibe coding" movement, where users describe what they want in plain language and let AI handle the implementation [4].
Amjad Masad was born and raised in Amman, Jordan, in a family with Palestinian heritage. His father, a civil engineer from a Palestinian refugee background, emphasized the importance of education. Growing up, Masad did not have regular access to a computer, an experience that would later shape his mission to make programming accessible to everyone. He attended Mashrek International School for his IGCSE studies (1993-2005) and earned a Bachelor of Science in Computer Science from Princess Sumaya University for Technology in Jordan (2005-2010) [5].
Before founding Replit, Masad built a career in Silicon Valley. He was a founding engineer at Codecademy from November 2011 to October 2013, where he worked on making coding education more accessible. He then joined Facebook (now Meta) as a software engineer from October 2013 to April 2016, working on developer tools and overseeing the JavaScript infrastructure team. His earlier open-source project, JSRepl (2011), was a JavaScript REPL (Read-Eval-Print Loop) used by educational platforms including Udacity and Codecademy [6].
Masad has spoken publicly about his long-term vision of enabling one billion software creators, a goal that positions Replit not just as a development tool but as a platform for democratizing software creation. In a January 2025 interview with Semafor, Masad made a strategic declaration that drew attention across the technology industry: "We don't care about professional coders anymore" [14]. The statement reflected Replit's pivot from serving primarily developers to targeting the much larger market of non-technical users who want to build software through AI.
The $400 million Series D round and $9 billion valuation further cemented Masad's standing as one of the notable founder figures in the AI era. Forbes estimated his net worth at $2 billion following the September 2025 round, a figure likely higher after the March 2026 valuation tripled [2][15].
Masad co-founded Replit (originally called Repl.it) in April 2016 with his wife Haya Odeh and his brother Faris Masad, headquartering the company in San Mateo, California. The core idea was to create a browser-based IDE that replicated the seamless real-time collaboration of Google Docs but for software development. Rather than requiring developers to install software, configure environments, and manage dependencies locally, Replit provided a complete development environment accessible through any web browser [6].
The name "Repl.it" came from the concept of a REPL (Read-Eval-Print Loop), a fundamental programming concept where a user enters an expression, the system evaluates it, prints the result, and loops back for the next input. This interactive approach to coding became central to Replit's design philosophy.
Replit grew steadily through its first five years, building a loyal user base primarily among students, educators, and hobbyist programmers. The platform supported dozens of programming languages and offered real-time collaborative editing, making it popular in educational settings. By December 2021, Replit had reached 10 million users [7].
Despite the user growth, monetization proved difficult. For nearly a decade, Masad worked through multiple failed business models, and the company's annual revenue remained stuck at approximately $2.8 million. The platform had a large free user base but struggled to convert users into paying customers [3].
During this period, Replit introduced several features that differentiated it from traditional IDEs:
| Round | Date | Amount | Valuation | Lead investors |
|---|---|---|---|---|
| Seed | 2018 | $4.5M | Undisclosed | Andreessen Horowitz |
| Series A | 2021 | $20M | Undisclosed | Andreessen Horowitz |
| Series B | December 2021 | $80M | Undisclosed | Coatue Management |
| Series B extension | April 2023 | $97.4M | $1.16B | Andreessen Horowitz |
| Bridge round | November 2023 | $20M | Undisclosed | Craft Ventures |
The April 2023 Series B extension was notable for crossing the $1 billion valuation threshold, making Replit a unicorn. By this point, the platform had 22.5 million users, though revenue remained modest relative to the user base [7].
Replit's first major AI product was Ghostwriter, an AI coding assistant launched in April 2022. Ghostwriter integrated machine learning models directly into the Replit editor to provide real-time coding assistance. In early 2023, Replit followed up with Ghostwriter Chat, described as the first conversational AI programmer built directly into an IDE [8].
Ghostwriter's core features included:
| Feature | Description |
|---|---|
| Complete Code | In-line code suggestions generated as the user types, similar to GitHub Copilot. Ghostwriter analyzes the current file context and predicts the next lines of code the developer is likely to write. |
| Explain Code | Highlight any block of code and receive a step-by-step explanation in plain English. Useful for learning and understanding unfamiliar codebases. |
| Transform Code | Describe desired changes to a piece of code and have Ghostwriter rewrite it accordingly. For example, a user could ask Ghostwriter to convert a synchronous function to an asynchronous one. |
| Generate Code | Describe a function or program in natural language and have Ghostwriter produce the code. This feature worked across 50+ programming languages supported by the platform. |
| Ghostwriter Chat | A conversational interface within the IDE that is aware of the user's project context. Unlike general-purpose chatbots, Ghostwriter Chat could reference specific files and code in the current project. |
Ghostwriter was an important step in Replit's evolution from a development environment into an AI-powered platform. However, it operated primarily as a code completion and assistance tool rather than an autonomous builder. The real transformation came with Replit Agent [8].
By late 2024, Replit consolidated its AI features under the unified "Replit AI" branding, moving away from the separate Ghostwriter name. Replit AI encompasses all AI-powered features on the platform, including code completion, chat assistance, and the Agent system. The underlying models powering Replit AI include Anthropic's Claude, Google's Gemini, and Replit's own fine-tuned models trained on code from the platform [16].
Key Replit AI capabilities include:
| Capability | Description |
|---|---|
| Code completion | Context-aware suggestions as the user types, drawing from the full project context |
| AI chat | Conversational coding assistance with awareness of the current project's files and structure |
| Debug assistance | Automatic error detection with suggested fixes when code fails to run |
| Code transformation | Natural language instructions to refactor, optimize, or restructure existing code |
| Agent mode | Autonomous application building from natural language descriptions |
Replit Agent, launched in September 2024, represented the company's most significant product evolution. Built on Anthropic's Claude model, Replit Agent is an AI system that can autonomously construct entire applications from natural language prompts [1].
A user describes what they want to build in plain language. For example, a prompt like "build a habit-tracker web app with login" initiates a multi-step process:
The entire process, from prompt to deployed application, often completes in under five minutes for straightforward applications [1]. For more complex projects, the Agent may take longer and occasionally require user guidance to resolve ambiguities or make design decisions.
Agent v2, released in February 2025, added several improvements:
Also launched in February 2025, Mobile Agent brought autonomous app-building capabilities to iOS and Android. Users can build and deploy functioning software entirely from a phone's chat interface, without a desktop computer [1].
Agent 3, released in September 2025, brought a major leap in autonomy and capability. The system could operate for up to 200 minutes continuously, giving it the capacity to plan, write, test, and refine entire software components without requiring constant user intervention. Agent 3 introduced visual testing: rather than just reading error logs, the agent could open a browser, visually inspect the application, identify layout bugs or broken UI elements, and fix them automatically [17].
Agent 3 also expanded integration support, allowing users to seamlessly connect their applications with third-party services including OpenAI, Anthropic, Google Services, Perplexity, Firebase, Slack API, SendGrid, and Stripe. This meant that complex applications requiring external API connections could be built entirely through natural language instructions [17].
Agent 4, launched on March 11, 2026, is Replit's latest and most capable AI coding agent. It is built around four pillars designed to keep users in creative flow and ship production-ready applications up to ten times faster than previous versions [18].
| Feature | Description |
|---|---|
| Parallel Agents | Multiple agents can work on different parts of an application simultaneously. Authentication, database setup, backend logic, and frontend design can all be tackled at once, with progress across tasks clearly visible. |
| Design Canvas | An infinite board that replaces the earlier Design Mode. Supports all artifact types, live previews, and direct manipulation tools. Users can generate design variants, tweak them visually, and apply the best one directly to their app. |
| Multi-Artifact Support | A single Replit project can now contain web apps, mobile apps, landing pages, pitch decks, animated videos, SaaS tools, 3D games, data visualizations, and spreadsheets, all with shared context and design. |
| Framework Agnostic | Advanced users can use Replit Agent with any language or framework, not just the default stack. |
| Collaborative Building | The old fork-and-merge collaboration model is replaced by a shared project model with agent-assisted merging. Teammates submit requests in any order, and Agent 4 intelligently sequences and executes them. |
The plan-then-build workflow from earlier versions evolved into a plan-while-building approach in Agent 4, so users can continue moving forward without waiting for one stage to finish before starting the next [18].
The launch of Replit Agent triggered one of the most dramatic revenue growth stories in software history.
| Metric | Value | Date |
|---|---|---|
| Annual recurring revenue | ~$2.8M | Early 2024 |
| Annual recurring revenue | ~$10M | End of 2024 |
| Annual recurring revenue | ~$70M | April 2025 |
| Annual recurring revenue | $100M+ | June 2025 |
| Annual recurring revenue | $150M (annualized) | September 2025 |
| Annual recurring revenue (estimated) | $253M-$265M | End of 2025 |
| Revenue growth (YoY) | ~2,350%-2,500% | 2024 to 2025 |
| Revenue target | $1B ARR | End of 2026 |
Replit went from $10 million to $100 million in ARR in approximately five and a half months, a pace that ranks among the fastest in SaaS history [3]. The growth was driven almost entirely by Replit Agent: the ability to describe an application in natural language and have it built and deployed in minutes attracted a wave of non-technical users, entrepreneurs, and small business owners who had never previously been able to build software.
Sacra estimated that Replit reached approximately $253 million to $265 million in ARR by the end of 2025, representing over 1,500% year-over-year growth from $16 million at the end of 2024 [10]. CEO Amjad Masad stated during the March 2026 Series D announcement that the company aims to reach $1 billion in ARR by the end of 2026, a goal that would represent another roughly fourfold increase [2].
Replit's core product is a browser-based IDE that supports over 50 programming languages. Users can create, edit, run, and debug code without installing any software locally. The IDE includes:
As of 2025, Replit hosts over 450 million projects, 9 million full applications, and 5 million AI-generated applications on the platform [16].
The AI agent system that autonomously builds applications from natural language descriptions, as detailed above. Agent has evolved through four major versions (v1, v2, Agent 3, Agent 4) since its September 2024 launch.
Replit provides built-in hosting and deployment infrastructure. Users can deploy web applications, APIs, and bots directly from the Replit platform with a single action. Replit offers three deployment types:
| Deployment type | Description | Starting cost |
|---|---|---|
| Autoscale Deployments | Infrastructure that scales up with demand and scales to zero when there is no traffic. Best for applications with variable or unpredictable traffic patterns. | $1/month base fee |
| Reserved VM Deployments | Servers that stay on continuously. Best for projects with predictable, steady demand. Run on isolated VMs with changes applied on redeployment. | $10/month |
| Static Deployments | Hosts static files (HTML, CSS, JavaScript) with automatic caching and scaling. Best for client-side projects, landing pages, and documentation sites. | Included with paid plans |
All deployment types include:
Replit provides two database options. The original Replit Database is a built-in key-value store available to all projects, suitable for simple data persistence needs. In addition, Replit offers managed PostgreSQL databases for applications requiring relational data storage, available on the Core plan and above at $1.50 per GB per month. This eliminates the need for users to set up and manage external database services [11].
A built-in authentication system that allows developers to add user login functionality to their applications without implementing authentication from scratch. Replit Auth was introduced in May 2025 as part of the platform's push to provide all the building blocks needed for production applications within a single environment [16].
Design Mode launched in November 2025 as a visual design tool powered by Google's Gemini 3 model. It enables users to create interactive designs and static websites in under two minutes, with one-click conversion to full applications [16].
Replit Import, launched in June 2025, allows users to bring designs into Replit from external tools. Users can import Figma frames by connecting their Figma account and pasting a frame URL. The system performs high-fidelity visual conversion with intelligent component generation, maintaining strong fidelity to original designs. After import, users can paste Figma links into the Agent chat to inspect layers, extract design tokens, and request code changes. Replit Import also supports importing projects from Lovable and Bolt.new [19].
Introduced in November 2025, Stripe integration allows users to add payment processing to their applications directly through Replit Agent. A user can describe the payment flow they want in natural language, and the Agent handles the Stripe API integration, including checkout pages, subscription management, and webhook handling [16].
Replit operates on a tiered pricing model that has evolved significantly since the launch of Replit Agent. As of March 2026, the pricing structure is:
| Plan | Price | Key features |
|---|---|---|
| Starter (Free) | $0 | Limited Replit Agent trial, up to 10 development apps, basic compute resources |
| Core | $20/month | Full Agent access, private app deployment, built-in databases and storage, PostgreSQL ($1.50/GB/month), up to 5 collaborators |
| Pro | $100/month | Up to 15 builders, tiered credit discounts, priority support, credit rollover, advanced collaboration features |
| Enterprise | Custom pricing | SAML SSO, SCIM, dedicated support, custom viewer seats, advanced privacy and compliance controls |
The Core plan was reduced from $25/month to $20/month in early 2026, and the previous Teams plan ($35/user/month) was retired and replaced with the Pro plan in February 2026. Existing Teams users were automatically upgraded to Pro at no extra cost for the remainder of their billing term [11][20].
In 2025, Replit introduced effort-based pricing for Replit Agent to better reflect the computational work involved in each request. Under this model, simple changes result in a single checkpoint typically costing less than $0.25. Larger or more complex tasks are bundled into a single checkpoint that may cost more than $0.25 but reflects the total effort involved, rather than being split across multiple small checkpoints [12].
All plans include monthly AI credits, and usage-based charges for AI compute and deployments can add to the base subscription cost. On the Pro plan, unused credits roll over for one month. On the Core plan, unused credits expire at the end of each billing cycle [20].
This pricing model has been a point of discussion in the developer community. Some users have reported unexpectedly high bills for complex Agent sessions, and the unpredictability of costs compared to flat-rate competitors like Windsurf ($15/month) or Cursor (credit-based with clear limits) remains one of Replit's competitive vulnerabilities [11].
Replit has built a large and diverse user community that has grown rapidly since the launch of Agent.
| Metric | Value | Date |
|---|---|---|
| Registered users | 10M | December 2021 |
| Registered users | 22.5M | April 2023 |
| Registered users | 30M+ | Mid-2025 |
| Registered users | 40M | Q4 2025 |
| Registered users | 50M+ | Early 2026 |
| Paying customers | 150,000+ | Mid-2025 |
| Business users | 500,000+ organizations | Mid-2025 |
| Business users | 750,000+ organizations | January 2026 |
| Total projects hosted | 450M+ | 2025 |
| Full applications | 9M | 2025 |
| AI-generated applications | 5M | 2025 |
| Apps deployed to production | 250,000+ | 2025 |
The user base spans several distinct segments:
Replit operates in the increasingly crowded AI-powered development tools market. The competitive landscape has expanded dramatically since 2024, with the rise of what has been called "vibe coding" tools.
| Platform | Category | Starting price | Key differentiator |
|---|---|---|---|
| Replit | Hybrid IDE + AI agent | $0 (free tier) | Full development environment with 50+ languages, built-in database, auth, hosting, multi-artifact support |
| Cursor | AI code editor | $0 (free tier) | VS Code fork with deep AI integration, multi-model support, background agents. Reached $29.3B valuation by 2025. |
| Bolt.new | Browser-based app builder | $15/month (Pro) | Quick prototyping from prompts, Netlify integration, fastest time to deployed URL |
| Lovable | Browser-based app builder | $25/month | Supabase integration, strong design quality, bi-directional GitHub sync for code portability |
| Windsurf | AI code editor | $15/month | Cascade autonomous agent, model-agnostic, predictable flat-rate pricing. Acquired by OpenAI for $3B in May 2025. |
| GitHub Copilot | AI coding assistant | $10/month | Largest user base among AI coding tools, deep GitHub ecosystem integration |
| v0 (Vercel) | UI and app builder | $0 (free tier) | Focus on frontend components and Next.js applications, three AI model tiers (Mini, Pro, Max), tight Vercel deployment integration |
Replit occupies a unique position in the market as a hybrid platform. Unlike pure AI code editors (Cursor, Windsurf) that target professional developers, and unlike pure app builders (Bolt.new, Lovable) that generate code from prompts, Replit combines a full-featured IDE with increasingly powerful AI agents. This hybrid approach gives Replit the broadest ecosystem: 50+ languages, built-in databases, authentication, secrets management, Stripe payments, and hosting, all in one platform [13].
The AI coding tools market has attracted massive investment. The May 2025 acquisition of Windsurf by OpenAI for $3 billion signaled the scale of capital flowing into the space, validating the market that Replit helped pioneer. Cursor's valuation reaching $29.3 billion by late 2025 further underscored the size of the opportunity [13].
Each platform has distinct strengths that shape which users gravitate toward it:
| Dimension | Replit | Cursor | Bolt.new | Lovable |
|---|---|---|---|---|
| Best for | Full-stack apps with backend logic | Production-grade code for professional developers | Quick throwaway prototypes and demos | Design-focused prototypes with clean frontend code |
| Code quality | Good, improving with each Agent version | Highest production-readiness | More bugs; expect significant debugging | Clean frontend, but backend logic can be brittle |
| Complexity ceiling | Handles moderate complexity well | Handles complex multi-module applications with hundreds of files | Hits a wall around 15-20 components | Hits a wall around 15-20 components |
| Pricing model | Credit-based (can be unpredictable) | Credit-based with clear limits ($20/month Pro) | Flat rate ($15/month Pro) | Flat rate ($25-$39/month) |
| Code portability | Tied to Replit's deployment and database infrastructure; extraction requires work | Full local codebase control | Browser-based; export possible but not seamless | Bi-directional GitHub sync (strongest portability) |
| Deployment | Built-in (Autoscale, Reserved VM, Static) | External (user manages deployment) | Netlify integration | Supabase backend + external hosting |
Many development teams adopt a combined workflow, using browser-based tools like Replit or Lovable for initial prototyping and then moving to Cursor or a traditional IDE for production refinement [13].
Replit's full funding history reflects a company that grew steadily for years before experiencing explosive growth driven by AI.
| Round | Date | Amount | Valuation | Lead investors |
|---|---|---|---|---|
| Seed | 2018 | $4.5M | Undisclosed | Andreessen Horowitz |
| Series A | 2021 | $20M | Undisclosed | Andreessen Horowitz |
| Series B | December 2021 | $80M | Undisclosed | Coatue Management |
| Series B extension | April 2023 | $97.4M | $1.16B | Andreessen Horowitz |
| Bridge | November 2023 | $20M | Undisclosed | Craft Ventures |
| Series E | September 2025 | $250M | $3B | Prysm Capital |
| Series D | March 2026 | $400M | $9B | Georgian Partners |
| Total raised | ~$922M |
Notable investors across rounds include Andreessen Horowitz, Coatue Management, Craft Ventures, Prysm Capital, Georgian Partners, G Squared, Y Combinator, Accenture Ventures, Okta Ventures, Databricks Ventures, Bloomberg Beta, Amex Ventures, Google's AI Futures Fund, and Reach Capital. Angel investors include Shaquille O'Neal and Jared Leto [2][7].
The jump from the November 2023 bridge round to the September 2025 Series E skipped traditional Series C and D designations, reflecting the rapid revaluation of the company after Replit Agent's launch. The subsequent March 2026 round was designated Series D despite coming after the Series E, an unusual sequencing that underscores the speed at which Replit's fundraising outpaced conventional round naming [2][15].
The valuation trajectory is notable: Replit went from $1.16 billion in April 2023 to $3 billion in September 2025 to $9 billion in March 2026, tripling its valuation twice in less than three years.
Replit became an "Agent-first" platform in 2025, reorienting the entire product around AI-driven development while maintaining support for traditional coding workflows. The major product milestones during the year included:
| Date | Milestone |
|---|---|
| February 2025 | Agent v2 launch with real-time previews and smarter backtracking |
| February 2025 | Mobile Agent launch for iOS and Android |
| February 2025 | One-click deploy |
| May 2025 | Replit Auth launch |
| June 2025 | Replit Import (Figma, Lovable, Bolt.new) |
| July 2025 | Domain purchasing within the platform |
| September 2025 | Agent 3 launch with 200-minute autonomous sessions and visual testing |
| November 2025 | Design Mode powered by Gemini 3 |
| November 2025 | Stripe payments integration |
Agent delivered 2-3x speed improvements throughout the year across its version updates. By the end of 2025, Ghostwriter AI v2 had created over 5 million applications, with 250,000 deployed to production via one-click hosting [16].
Replit expanded beyond web applications in 2025 by adding React Native and Expo support, enabling users to build iOS and Android mobile applications through the platform. Combined with Mobile Agent, this meant users could build mobile applications from their phones, creating a unique "build mobile apps on mobile" workflow [16].
March 2026 marked a significant inflection point for Replit. On March 11, 2026, the company simultaneously announced Agent 4 and the $400 million Series D round at a $9 billion valuation. Agent 4's parallel agents, Design Canvas, and multi-artifact support represent the most ambitious version of Replit's AI capabilities to date [2][18].
The company reported over 50 million registered users, 750,000+ business organizations on the platform, and a target of reaching $1 billion in ARR by the end of 2026 [2].
Replit's platform runs on a cloud-based infrastructure that provisions isolated containers for each user project. Key architectural decisions include: