/replit-tutorials

How to share Replit projects publicly

Learn how to share Replit projects publicly with simple steps to publish, collaborate, and showcase your code effectively.

Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Starting a new venture? Need to upgrade your web app? RapidDev builds application with your growth in mind.

Book a free No-Code consultation

How to share Replit projects publicly

To share a Replit project publicly, you either publish it directly to Replit's public platform (called the “Apps” tab, previously “Community”) or you make the Repl itself public so anyone with the link can view or remix it. In both cases, Replit gives you a public URL. Publishing is best for stable or portfolio‑ready projects; setting visibility to public is better when you want people to see the code or collaborate.

 

Two Ways to Share Your Replit Project Publicly

 

You can share a project in Replit in two main ways, depending on what you want people to do:

  • Public Repl (share the code): This makes your whole workspace visible — files, code, and the runnable app. Anyone with the link can open it, see the code, and optionally remix (copy) it.
  • Published App (share as a finished product): This publishes your project to Replit’s public "Apps" section, with a clean project page, description, tags, and screenshots. People see and run your app, but not your internal workspace unless you allow remixes.

The choice depends on whether you want users to see the code or just use the app.

 

How to Make a Repl Public (the simplest way)

 

This is what you do if you want people to access the Repl itself — the code, files, and the Run button.

  • Open your project in Replit.
  • Click the project name in the top-left corner to open project settings.
  • Find the Visibility option.
  • Change it from Private to Public.
  • Copy the URL from your browser and share it.

Once it’s public, anyone with the link can open your Repl. They can't edit your actual code, but they can create their own copy using Fork.

 

How to Publish a Project to the Replit “Apps” Section

 

This is what you use when you want it to look like a polished public project with a clean landing page.

  • Open your Repl.
  • Click the Publish button (top-right in most layouts).
  • Add a title, description, tags, and optional screenshots.
  • Choose whether others can remix it.
  • Publish — now it lives in the "Apps" public gallery.

This creates a public app page with a custom URL, a “Run” environment, and optionally access to the source code.

 

Important Things to Know (Real Replit Pitfalls)

 

  • Secrets are never exposed publicly. The Secrets tab (environment variables) stays hidden even if the Repl is public. Still, never hardcode API keys in files, because those will be visible.
  • Public Repls cannot be made private again if someone already forked them. You can change the visibility back to private, but any forks out there will still contain your old code.
  • Deployments have their own public URLs. If you use Replit Deployments, you’ll get a separate production URL that stays online even when the editor is closed.
  • Your project must actually run without dev-only hacks. Public users will click “Run”; they won’t know to install packages manually. Make sure your replit.nix or package.json is correct.

 

Optional: Adding a Friendly Public Run Command

 

If your Repl needs a specific run command, make sure it's set in the Run tab or defined in package.json for Node:

 

{
  "scripts": {
    "start": "node index.js" // This ensures Replit knows how to run your app!
  }
}

 

Quick Summary

 

If you just want to share your code, set the Repl visibility to Public and share the link. If you want a clean, user-friendly page where people can run your app, use the Publish button and create a public App listing.

Still stuck?
Copy this prompt into ChatGPT and get a clear, personalized explanation.

This prompt helps an AI assistant understand your setup and guide you through the fix step by step, without assuming technical knowledge.

AI AI Prompt

Want to explore opportunities to work with us?

Connect with our team to unlock the full potential of no-code solutions with a no-commitment consultation!

Book a Free Consultation

Client trust and success are our top priorities

When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.

Rapid Dev was an exceptional project management organization and the best development collaborators I've had the pleasure of working with. They do complex work on extremely fast timelines and effectively manage the testing and pre-launch process to deliver the best possible product. I'm extremely impressed with their execution ability.

CPO, Praction - Arkady Sokolov

May 2, 2023

Working with Matt was comparable to having another co-founder on the team, but without the commitment or cost. He has a strategic mindset and willing to change the scope of the project in real time based on the needs of the client. A true strategic thought partner!

Co-Founder, Arc - Donald Muir

Dec 27, 2022

Rapid Dev are 10/10, excellent communicators - the best I've ever encountered in the tech dev space. They always go the extra mile, they genuinely care, they respond quickly, they're flexible, adaptable and their enthusiasm is amazing.

Co-CEO, Grantify - Mat Westergreen-Thorne

Oct 15, 2022

Rapid Dev is an excellent developer for no-code and low-code solutions.
We’ve had great success since launching the platform in November 2023. In a few months, we’ve gained over 1,000 new active users. We’ve also secured several dozen bookings on the platform and seen about 70% new user month-over-month growth since the launch.

Co-Founder, Church Real Estate Marketplace - Emmanuel Brown

May 1, 2024 

Matt’s dedication to executing our vision and his commitment to the project deadline were impressive. 
This was such a specific project, and Matt really delivered. We worked with a really fast turnaround, and he always delivered. The site was a perfect prop for us!

Production Manager, Media Production Company - Samantha Fekete

Sep 23, 2022