Thu, Dec 4, 2025Critical Security Vulnerability in React Server Components
Yesterday, a critical vulnerability in React Server Components was announced that affects both reactjs and Vercel’s NextJs. The vulnerability is present in versions 19.0, 19.1.0, 19.1.1, and 19.2.0 of: react-server-dom-webpack react-server-dom-parcel react-server-dom-turbopack and Next.js with versions ≥14.3.0-canary.77, ≥15 and ≥16.
Sun, Nov 23, 2025Campus x Replit: Vibe Coding 101 Course
Replit Launches “Vibe Coding 101,” a New Beginner-Friendly Course with Campus.edu Replit and Campus are teaming up to launch Vibe Coding 101—a fresh, beginner-friendly course designed to take anyone from idea to fully built product, no technical background required. Registration is finally open, seats are limited, and the first cohort kicks off this January! Check it out now at campus.edu/vibe-coding Vibe Coding 101 is an immersive 8-week live online program that teaches students how to design, build, and deploy real apps using AI tools. Led by Campus’s world-class faculty, who also teach at institutions like Stanford and Northwestern, alongside industry experts from companies like Meta, PayPal, and Coinbase, the course helps learners ship real projects from week one. By the end, students will walk away with four completed apps, academic credits, and hands-on AI skills they can immediately apply in the real world. The goal: make it possible for anyone, not just engineers, to build useful tools fast. Aligned with Replit’s Core Values Replit is proud to partner with Campus, an institution known for its mission to maximize access to a world-class education. Campus embodies the same values that shape Replit: accessibility, creativity, and collaboration. This partnership is a match made in heaven as both Campus and Replit are committed to making AI upskilling accessible to all. The program also mirrors Replit’s spirit of rapid experimentation. Learners move quickly from concept to prototype, using AI at every step to speed up understanding and creation. Replit’s platform centers on shared learning and community interaction, and the course reflects this ethos through group projects, peer feedback, and open remixing. Students learn together, build together, and amplify each other’s ideas.
Wed, Nov 19, 2025Data Connectors
Introducing Enterprise Data Warehouse Connectors Build Data Apps with Agent in Minutes Today, we’re excited to roll out native data warehouse connectors for Snowflake, Databricks, and BigQuery, now available to all Replit Enterprise customers. Over the past year, data applications have become some of the most commonly built Enterprise applications on Replit. But until now, teams have lacked something fundamental: direct, secure, first-class connectivity to their data warehouses. Builders have resorted to workarounds—storing credentials as secrets, teaching the Agent how to connect, manually configuring database clients. These solutions worked, but they added friction, created security risks, and slowed down the development of tools that should have been effortless to build. With this launch, that changes.
Wed, Nov 19, 2025Fast Mode
Introducing Fast Mode: Instant, Precise Control Over Your Agent Today, we’re excited to launch Fast Mode, the fastest way to guide the Agent to perform quick changes with precision. And it's free for a limited time for all Replit users! For all the times you’ve thought “I just want to fix this one thing quickly”, Fast Mode is here. Why We Built It As Replit Agent has become more autonomous, users told us they loved the power, but missed the simplicity of small, targeted adjustments. Fast Mode bridges that gap.
Tue, Nov 18, 2025Design Mode
Introducing Design Mode Today, we’re launching a new Design Mode—the fastest way to go from idea → live website. Built with the new Gemini 3 model, Design Mode lets anyone create beautiful, interactive mockups and static sites in under two minutes. Whether you’re sketching an idea, iterating on a concept, or spinning up a landing page, you can now build something that looks great—instantly. Why We Built Design Mode For years, Replit has been the place where developers build full-stack apps. But many people told us the same thing: “I just want to make something that looks good, fast.”
Fri, Nov 7, 2025Build AI Apps Instantly with Replit AI Integrations
Getting started with AI should feel magical. But until now, building with AI meant jumping through hoops: creating developer accounts, hunting down API keys, reading docs, and spending 10+ minutes just getting set up. That ends today. Introducing Replit AI Integrations Replit AI Integrations make it effortless to build AI apps right inside Replit- no setup, no API keys, no extra accounts. Just instant access to 300+ top AI models - all from one place. We’ve done all the hard work so you can focus on what matters most: building something amazing. One Platform. Every Model You Need.
Thu, Oct 2, 2025Bring your Vercel project to Replit (in minutes)
Bring your Vercel app to Replit and let the Agent do the heavy lifting—so you can ship faster. How it works Open “Import to Replit” From the Import page, choose Vercel. Link your GitHub repo. Pick the repository that backs your Vercel project. Answer a few prompts. The Agent scans your code and asks for any required secrets/env vars. Provide them one by one—only what isn’t already standard. Grab a coffee. In a few minutes, your app boots on Replit with a clean workflow, live preview, and logs.
Tue, Sep 30, 2025Introducing Connectors
Build Apps & Automations That Work With the Tools You Already Use Today, we’re excited to launch Connectors—a new way to build apps and automations that seamlessly integrate with the tools you already rely on every day. Connectors make it effortless to extend your applications with services like Google, Dropbox, Salesforce, Linear, Notion, and more—without the hassle of managing credentials or reinventing integrations from scratch.
Tue, Sep 30, 2025Replit acquires OpenInt
Today we’re announcing that Replit has acquired OpenInt—our first acquisition. This pairing has a shared history: years ago, I referred the OpenInt team to Y Combinator and they joined the Winter 2023 batch. Since then the team has become a leading integration platform (iPaaS) for code generation. This makes OpenInt a natural product and cultural fit for joining Replit. OpenInt empowers coding agents to write code against any third party service with a focus on correctness and security. OpenInt supports over 160 connectors and now acts as the foundation for Replit Connectors. In contrast to other iPaaS solutions, OpenInt makes it safe for the code generated tools to be created on the fly. This makes it possible for Replit Agent to support the most complex of customer integration needs across the widest breadth of connectors in our industry. Check it out or learn more about it in our dedicated launch post.
Thu, Sep 18, 2025How Replit is Protecting You From the "Shai-Hulud" Worm
Recently, a sophisticated supply chain attack compromised the popular @ctrl/tinycolor NPM package, which receives over 2 million weekly downloads, alongside hundreds of other packages in what has dubbed the "Shai-Hulud" attack. The attack's worm-like behavior and automated credential harvesting capabilities make it an extremely severe JavaScript supply chain attack, and the first worm of its kind affecting npm packages, exposing sensitive developer credentials across the industry. Unlike traditional malware that targets individual systems, this attack specifically compromises JavaScript packages that developers install in the projects. When the package is being installed, it executes the malicious npm postinstall lifecycle script bundle.js . The script scans the developer’s codebase for sensitive credentials like Github tokens and NPM authentication tokens. The token credentials are then used to inject the malware into more packages under the compromised developer’s account. It is creating a rapidly spreading infection across the NPM ecosystem. Since Replit controls the network environment where users’ development environments run, we were able to take immediate action to protect our users. To ensure Replit users don't have their credentials stolen, we blocked the exfiltration endpoint across all development environments. This measure prevents the compromised packages from transmitting harvested credentials to the attacker's webhook endpoint, neutralizing the threat. In addition to this, we've upgraded our Security Scanner to detect malicious code in our users' environments. It now includes a Malicious File Detection feature: it detects known malicious files from attacks, including the the files which indicate compromise from the Shai-Hulud worm.
Thu, Sep 4, 2025Replit expands Google Cloud Collaboration with new Google Cloud Marketplace Listing
We’re excited to share that Replit is now available for purchase on Google Cloud Marketplace—marking another key milestone in our collaboration with Google. Replit’s Enterprise customers already have their apps running on Google Cloud’s world-class infrastructure, giving every app the security and scalability of Google Cloud. For example: Hosting & Deployment – Replit app deployments run on Google Cloud Storage – Replit App Storage is powered by Google Cloud Storage Security – Apps are protected against DDoS attacks with Google Cloud Armor Encryption – Secrets are safeguarded using Google Cloud’s secure storage
Wed, Sep 3, 2025Introducing Plan Mode: A safer way to vibe code
We are excited to announce Plan Mode, a new way to collaborate with Replit Agent. This mode provides a dedicated space for ideation, task outlining, and strategic discussions—all without initiating any changes to your codebase. The default mode is now referred to as Build mode. Key benefits Plan Mode allows you to: Brainstorm ideas and explore different approaches to your project
Tue, Sep 2, 2025Agent is now available to build apps with any framework
We are excited to announce that Replit Agent is now available to assist in building apps across all development frameworks. This allows more advanced users to be able to build with the Agent with the framework of their choice. Why does this matter? Until now, using Replit Agent meant choosing between two paths: Start with one of our curated app types. For example, HTML, CSS, React, ShadCN UI, built to work seamlessly with Agent. Or go fully custom—without Agent support.
Fri, Aug 29, 2025How PMs Build Fintech Prototypes with Replit + Plaid
Bringing a new product idea to life often depends on resources that aren’t always readily available, like engineering time, staging environments, or internal tooling. But with the rise of software creation platforms like Replit, product managers now have more accessible ways to prototype working integrations on their own. When combined with Plaid’s APIs, these tools make it possible to build and share working demos often in just 30 minutes. Whether you’re building a better onboarding experience or a streamlined loan application process, testing a new anti-fraud product, or exploring how to integrate account-level insights, prototyping with Plaid and Replit Agent makes it easy to validate ideas, get internal buy-in, and gather real-world feedback without engineering resources. Why prototyping matters more than ever for PMs As a product manager, your best ideas often live at the intersection of customer insight and product intuition. But moving from a hypothesis to something stakeholders can see and click on often means waiting on design or engineering resources. Rapid prototyping flips this script. When you can show, not just tell, how your product idea might work with a Plaid integration, you accelerate alignment, sharpen product decisions, and unlock better feedback from both internal teams and customers.

