Replit integration

Set up a Replit project with Untitled UI React in seconds. Our Replit starter kit includes providers, routing, and everything you need to get started.

Start using Untitled UI in Replit

We have prepared starter kits specifically for Replit so that you can get started with Untitled UI in seconds. You can get started with either Next.js or Vite:

You can use these starter kits at the base for your Untitled UI projects and copy and paste any Untitled UI components you need.

How to open existing projects in Replit

If you had started your project outside Replit and have made changes to it, you can still open it in Replit by directly importing your GitHub repository via their import URL by adding replit.com/ in front of your repository URL:

1

Find your repository URL

Open your GitHub repository in the browser:

i.e. https://github.com/untitleduico/untitledui-vite-starter-kit

2

Import your repository

Add replit.com/ in front of your repository URL:

i.e. https://replit.com/github.com/untitleduico/untitledui-vite-starter-kit

This will open the repository in Replit and you can continue working on it there.

This will open the repository in Replit so you can continue working on it there. If it's a private repository, you may need to grant Replit access to your GitHub account.

For more information, please refer to the Replit documentation regarding how to import a project from GitHub or other sources in Replit.