Databases
3 items
Hosting Static Web Pages
You can host web pages and static websites on Replit. Every Repl that hosts websites, including web servers, has a unique URL that you can share with others.
Deploying HTTP servers
For deploying HTTP servers, you can use any framework so long as it can be imported or the port can be opened. However, we also provide templates for Ruby on Rails, Django, Node (Express), and Sinatra.
Custom Domains
Connecting your domain to your repl
Sharing Your Repl
Ok, so you've built a fantastic project on Replit and are ready to share it. Now what? How do you get your first users? How do you make it stand out?
Authenticating users with Repl Auth
This tutorial is an expansion of this one written by Mat
Repl Auth 2.0 (beta)
This feature is not out to all users yet, and is hence in beta.
Streaming native graphics using VNC
Replit offers virtual network computing (VNC) functionality. VNC is a mature virtual desktop protocol that allows your Repl to stream a native desktop to your web browser. This protocol allows native applications (developed in Python, Java, C++, etc.) to open desktop windows as they would on any physical computer.
Embedding Repls
With embeds, you can easily embed any public Repl you have. Simply add the ?embed=true attribute to the end of the Repl's URL. The following example demonstrates how to use an iframe to embed a Repl:
Add a "Made with Replit" badge to your Webview
You can add a "Made with Replit" badge in your public Repl's webview. It will link back to your Repl's cover page so that visitors can learn more about your creations.
Status Manager
Overview