Replit
How to set up a Replit project and point your owns.it.com subdomain towards it.
Setting up Replit with an owns.it.com subdomain
This guide will walk you through the process of setting up a Replit project and pointing your owns.it.com subdomain towards it.
Create a Replit Project
First, you’ll need to create a project on Replit:
- Go to the Replit Workspace Guide
- Follow the instructions to create your project
- Make sure your project is deployed and running
Connect Your Domain to Replit
Next, you’ll need to connect your owns.it.com subdomain to your Replit project:
- Go to the Replit Custom Domains Guide
- Follow only the “Connecting your domain to your repl” section
- Copy your Replit domain (it will be in the format
siteid.id.repl.co
) - Return to this guide for the next steps
Important: Do not add any TXT records, even if Replit instructs you to do so.
Create the Domain File
Create a JSON file inside the domains directory (domains/subdomain.json
) with the following content and submit a pull request:
Replace:
your-github-username
with your GitHub username[email protected]
with your email addresssiteid.id.repl.co
with your Replit domain
Your website should be live!
After your pull request has been merged, your website should be accessible at your owns.it.com subdomain. The process may take a few minutes for DNS changes to propagate.
Troubleshooting
If your site isn’t working:
- Check that your domain file is correctly formatted
- Verify that the CNAME record matches your Replit domain exactly
- Confirm that your Replit project is running
- Make sure your project’s web server is configured correctly
- Wait for DNS changes to propagate (this can take up to 48 hours)
Need More Help?
For additional assistance:
- Visit the Replit Documentation
- Check the Replit Help Center
- Join the Replit Discord
Note: owns.it.com is not affiliated with Replit. For Replit-specific issues, please use their support channels.