Get to GitHub·Beginner

Replit → GitHub

Push your Replit project to GitHub so FinishKit can scan it.

Replit has a built-in Git integration that lets you push to GitHub directly from the Replit editor.

Step 1: Open your Repl

Go to replit.com and open the project you want to export.

Step 2: Open the Git panel

In the left sidebar, click the Git icon. If you don't see it, click the three-dot menu and enable Git.

Step 3: Connect to GitHub

Click Connect to GitHub. Authorise Replit to access your GitHub account.

Step 4: Create a new repo

Click Create a GitHub repository. Give it a name and set visibility (private is recommended). Replit will create the repo and push your code.

Step 5: Make your first commit

In the Git panel, stage all files, write a commit message like Initial commit, and click Commit & Push.

Step 6: Verify

Go to github.com/yourusername/your-repo. Your files should be there.

Next step

Connect your repo to FinishKit →