# Replit

> Source: https://aiwiki.ai/wiki/replit
> Updated: 2026-06-21
> Categories: AI Code Generation, AI Infrastructure, Developer Tools
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Replit** is an online [integrated development environment](/wiki/integrated_development_environment) (IDE) and AI-powered coding platform that lets users write, run, and deploy software directly from a web browser, including by describing an application in plain language and having Replit [Agent](/wiki/agent) build and deploy it autonomously. 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](/wiki/ai_agents) system that can autonomously build full applications from [natural language](/wiki/natural_language_processing) 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 led by Georgian [2][21]. 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, and users from 85% of the Fortune 500 building on the platform, Replit has positioned itself as a leading platform in the "[vibe coding](/wiki/vibe_coding)" movement, where users describe what they want in plain language and let AI handle the implementation [4][21].

## History

### Amjad Masad's background

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](/wiki/facebook) (now [Meta](/wiki/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. Framing the March 2026 funding round, Masad wrote that "anyone should be able to build an app without ever learning to code," and that "humans and agents working together will create a future where anyone anywhere can turn an idea into something real" [21]. 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].

### Founding (2016)

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.

### Early growth (2016-2021)

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:

- **Multiplayer mode**: Real-time collaborative coding, allowing multiple users to edit the same file simultaneously
- **Replit Database**: A built-in key-value store for simple data persistence
- **Hosting (Always On)**: The ability to keep projects running 24/7, useful for bots and web servers
- **Nix-based environment**: A reproducible build system that allowed support for virtually any programming language or tool

### Early funding rounds

| Round | Date | Amount | Valuation | Lead investors |
|---|---|---|---|---|
| Seed | 2018 | $4.5M | Undisclosed | [Andreessen Horowitz](/wiki/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].

## The AI pivot

### Ghostwriter (2022-2024)

Replit's first major AI product was Ghostwriter, an AI coding assistant launched in April 2022. Ghostwriter integrated [machine learning](/wiki/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](/wiki/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](/wiki/chatbot), 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].

### Replit AI (unified branding)

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](/wiki/anthropic)'s [Claude](/wiki/claude), [Google](/wiki/google_deepmind)'s [Gemini](/wiki/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 |

### What is Replit Agent? (September 2024)

Replit Agent, launched in September 2024, represented the company's most significant product evolution. Built on [Anthropic](/wiki/anthropic)'s [Claude](/wiki/claude) model, Replit Agent is an AI system that can autonomously construct entire applications from natural language prompts [1].

#### How Replit Agent works

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:

1. **Planning**: The Agent analyzes the request and creates a development plan, breaking the application into components and identifying the required technologies
2. **Code generation**: The Agent writes the application code across multiple files, setting up the project structure, frontend, backend, database schemas, and configuration
3. **Testing**: The Agent runs the application, checks for errors, and iterates on issues it encounters
4. **Debugging**: When errors occur, the Agent reads error output, diagnoses problems, and applies fixes autonomously
5. **Deployment**: Once the application is working, the Agent can deploy it to a live URL on Replit's hosting infrastructure

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 (February 2025)

Agent v2, released in February 2025, added several improvements:

- **Real-time design previews**: Users can see visual previews of the application as the Agent builds it, rather than waiting for the final result
- **Smarter backtracking**: When the Agent encounters errors or dead ends, it can recognize the situation and backtrack to a previous working state rather than compounding mistakes
- **Improved code quality**: Better code generation with fewer bugs and more maintainable output [1]

#### Mobile Agent (February 2025)

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 (September 2025)

Agent 3, released on September 10, 2025, brought a major leap in autonomy and capability. Replit described it as "our most advanced and autonomous Agent yet" and "10x more autonomous" than its predecessor [22]. Where Agent 2 could run for roughly 20 minutes, Agent 3 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 [17][22]. 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. According to Replit, this proprietary testing system was "3x faster and 10x more cost-effective than Computer Use models" [22].

Agent 3 was also the first version that could build other agents and automations, letting users automate repetitive workflows in natural language [22]. It expanded integration support, allowing users to seamlessly connect their applications with third-party services including [OpenAI](/wiki/openai), Anthropic, Google Services, [Perplexity](/wiki/perplexity_ai), 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 (March 2026)

Agent 4, launched on March 11, 2026, is Replit's latest and most capable [AI coding agent](/wiki/ai_coding_agent). Replit positioned it around four pillars (Design Freely, Move Faster, Ship Anything, and Build Together) designed to keep users in creative flow and "ship production-ready software 10x faster" than previous versions [18]. Whereas Agent 3 emphasized autonomy, Replit said Agent 4 shifts the emphasis to creative control: "With Agent 4, we're building on that foundation by putting human creativity at the center of the process" [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. Because every task runs in isolation, parallel execution is safe, and the system flags and resolves conflicts when two tasks touch the same files. |
| 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, backend, 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, described as "plan or design while the Agent builds in parallel, no more constant context switching," so users can continue moving forward without waiting for one stage to finish before starting the next [18].

## How fast did Replit's revenue grow?

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 |
| Annualized revenue | ~$525M | April 2026 |
| Revenue growth (YoY) | ~2,350%-2,500% | 2024 to 2025 |
| Revenue target | $1B run-rate | 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, and that annualized revenue had climbed to roughly $525 million by April 2026 [10][23]. CEO Amjad Masad stated during the March 2026 Series D announcement that the company is "on track to hit $1 billion in run-rate revenue by the end of 2026," a goal that would represent another roughly fourfold increase, noting that customers include 85% of the Fortune 500 [2][21].

## Products and features

### Browser-based IDE

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:

- Real-time collaborative editing (multiple users can work on the same project simultaneously)
- Integrated terminal and console
- Version control with [Git](/wiki/git) integration
- Package management and dependency installation
- File management and project organization
- Nix-based environment configuration for reproducible builds
- Mobile support via iOS and Android apps

As of 2025, Replit hosts over 450 million projects, 9 million full applications, and 5 million AI-generated applications on the platform [16].

### Replit Agent

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.

### Deployments

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:

- Custom domain support
- HTTPS by default
- Secrets management for API keys and environment variables
- One-click deploy (introduced February 2025)
- Domain purchasing directly within Replit (introduced July 2025)

### Replit Database and PostgreSQL

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].

### Replit Auth

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 and Figma Import

Design Mode launched in November 2025 as a visual design tool powered by [Google](/wiki/google_deepmind)'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](/wiki/lovable_ai) and [Bolt.new](/wiki/bolt_new) [19].

### Stripe Payments Integration

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].

## Pricing

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].

### Effort-based pricing for Agent

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](/wiki/windsurf) ($15/month) or [Cursor](/wiki/cursor) (credit-based with clear limits) remains one of Replit's competitive vulnerabilities [11].

## User base and community

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 |
| Fortune 500 penetration | 85% | March 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:

- **Students and educators**: Replit's browser-based IDE and free tier make it popular in educational settings, from K-12 computer science classes to university courses. The zero-setup nature of the platform means students can start coding immediately without installing development tools.
- **Non-technical builders**: Replit Agent attracted a new category of users: entrepreneurs, small business owners, and other non-programmers who can now build software through natural language. This segment has driven much of the revenue growth since late 2024.
- **Professional developers**: Developers use Replit for rapid prototyping, side projects, and collaborative development. The platform's built-in deployment infrastructure makes it convenient for quickly shipping projects.
- **Startups**: Y Combinator reported that 25% of startups in its Winter 2025 batch had codebases that were 95% AI-generated, reflecting the broader trend that Replit is part of [13].
- **Enterprise organizations**: Larger companies use Replit for internal tooling, prototyping, and enabling non-engineering staff to build applications. By March 2026, Replit reported that users from 85% of the Fortune 500 were building on the platform, with named enterprise customers including Zillow, Labcorp, Atlassian, PayPal, and Adobe [21]. The Enterprise plan includes SSO, SCIM, and compliance controls needed by larger organizations.

## Competition

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.

### Direct competitors

| 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](/wiki/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](/wiki/openai) for $3B in May 2025. |
| [GitHub Copilot](/wiki/github_copilot) | AI coding assistant | $10/month | Largest user base among AI coding tools, deep GitHub ecosystem integration |
| [v0](/wiki/v0) (Vercel) | UI and app builder | $0 (free tier) | Focus on frontend components and [Next.js](/wiki/next.js) applications, three AI model tiers (Mini, Pro, Max), tight Vercel deployment integration |

### How does Replit differ from Cursor, Bolt.new, and Lovable?

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].

## Funding history

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 |
| **Total raised** | | **~$922M** | | |

Notable investors across rounds include [Andreessen Horowitz](/wiki/andreessen_horowitz), Coatue Management, Craft Ventures, Prysm Capital, Georgian, G Squared, Y Combinator, Accenture Ventures, Okta Ventures, [Databricks](/wiki/databricks) Ventures, Bloomberg Beta, Amex Ventures, Google's AI Futures Fund, and Reach Capital. Angel investors include Shaquille O'Neal and Jared Leto [2][21].

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 in the six months between the last two rounds [2][21].

## 2025-2026 developments

### Key product milestones in 2025

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].

### Mobile development support

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: Agent 4 and Series D

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 [2][18][21]. Agent 4's parallel agents, Design Canvas, and multi-artifact support represent the most ambitious version of Replit's AI capabilities to date. Framing the round, Masad wrote: "Humans and agents working together will create a future where anyone anywhere can turn an idea into something real" [21].

The company reported over 50 million registered users, 750,000+ business organizations on the platform, users from 85% of the Fortune 500, and a stated goal of reaching $1 billion in run-rate revenue by the end of 2026 [2][21].

## Technical architecture

Replit's platform runs on a cloud-based infrastructure that provisions isolated containers for each user project. Key architectural decisions include:

- **Nix-based reproducibility**: Replit uses the Nix package manager to ensure that development environments are reproducible. When a user creates a project in a specific language, Nix handles the installation of the language runtime, libraries, and tools.
- **Container isolation**: Each project runs in its own isolated container, providing security and preventing one user's code from affecting another's.
- **Multi-model AI backend**: Replit's AI features are powered by a combination of models, including Anthropic's Claude for Agent capabilities, Google's Gemini for Design Mode, and Replit's own fine-tuned models for code completion.
- **Edge deployment**: Replit's deployment infrastructure uses edge computing to serve deployed applications with low latency globally.

## See also

- [AI code generation](/wiki/ai_code_generation)
- [Cursor](/wiki/cursor)
- [GitHub Copilot](/wiki/github_copilot)
- [Large language model](/wiki/large_language_model)
- [Anthropic](/wiki/anthropic)
- [Claude](/wiki/claude)
- [Integrated development environment](/wiki/integrated_development_environment)
- [Vibe coding](/wiki/vibe_coding)
- [AI agents](/wiki/ai_agents)

## References

1. [Replit - Wikipedia](https://en.wikipedia.org/wiki/replit)
2. [Replit snags $9B valuation 6 months after hitting $3B - TechCrunch](https://techcrunch.com/2026/03/11/replit-snags-9b-valuation-6-months-after-hitting-3b/)
3. [From $10M to $100M ARR in 5.5 Months: Inside Replit's AI Coding Rocketship - SaaStr](https://www.saastr.com/100mreplit/)
4. [Amjad Masad: Replit's $3B AI Coding Platform - Digidai](https://digidai.github.io/2025/11/21/amjad-masad-replit-billion-software-creators-deep-analysis/)
5. [Amjad Masad - Wikipedia](https://en.wikipedia.org/wiki/Amjad_Masad)
6. [The history of Replit - from collaborative coding tool to AI powerhouse - RPLT Builders](https://rpltbldrs.com/p/the-history-of-replit)
7. [Replit revenue, funding & news - Sacra](https://sacra.com/c/replit/)
8. [Meet Replit Ghostwriter, your partner in code - Replit Blog](https://blog.replit.com/ghostwriter)
9. [Replit Review 2026: We Tested Agent 3 AI, Pricing, Performance & Real Development Speed - Hackceleration](https://hackceleration.com/replit-review/)
10. [Replit at $253M ARR growing 2,352% YoY - Sacra](https://sacra.com/research/replit-at-253m-arr-growing-2352-yoy/)
11. [Replit Pricing Breakdown: Is It Worth It in 2026? - Superblocks](https://www.superblocks.com/blog/replit-pricing)
12. [Introducing Effort-Based Pricing for Replit Agent - Replit Blog](https://blog.replit.com/effort-based-pricing)
13. [The 2026 AI Coding Platform Wars: Replit vs Windsurf vs Bolt.new vs Lovable - Medium](https://medium.com/@aftab001x/the-2026-ai-coding-platform-wars-replit-vs-windsurf-vs-bolt-new-f908b9f76325)
14. [Amjad Masad of Replit: 10x'ing in a Year and Building the Future of Code - Vanta Frameworks for Growth](https://www.vanta.com/resources/replit-future-of-code)
15. [Replit Closes $250 Million in Funding to Build on Customer Momentum - Replit News](https://replit.com/news/funding-announcement)
16. [2025: Replit in Review - Replit Blog](https://blog.replit.com/2025-replit-in-review)
17. [Replit Introduces Agent 3 for Extended Autonomous Coding and Automation - InfoQ](https://www.infoq.com/news/2025/09/replit-agent-3/)
18. [Introducing Replit Agent 4: Built for Creativity - Replit Blog](https://replit.com/blog/introducing-agent-4-built-for-creativity)
19. [Import Figma and Other Design Tools into Agent with Replit Import - Replit Blog](https://blog.replit.com/import)
20. [Replit Pro Is Here and Core Now Offers Even Better Value - Replit Blog](https://blog.replit.com/pro-plan)
21. [The Future is Actually Very Human (Series D announcement) - Replit Blog](https://replit.com/blog/replit-raises-400-million-dollars)
22. [Introducing Agent 3: Our Most Autonomous Agent Yet - Replit Blog](https://blog.replit.com/introducing-agent-3-our-most-autonomous-agent-yet)
23. [Replit revenue and ARR - GetLatka](https://getlatka.com/companies/replit.com)

