
Getting Started Guide
How to Use Replit
A practical guide to get you up and running with Replit. Written by Delv Editorial, Delv Team.
Getting started with Replit
In this guide, you will learn how to set up your Replit account and create your first application using its AI coding agent. By the end, you'll be able to build, run, and deploy a simple project with ease.Step 1: Sign up and set up
- Go to replit.com.
- Click on the Sign Up button in the top right corner.
- You can sign up using your email, GitHub, or Google account. Choose your preferred method and follow the prompts.
- Once signed in, you’ll be taken to your dashboard. Familiarise yourself with the interface; you’ll see options like Create, My Repls, and Templates.
Step 2: Your first project
- From the dashboard, click on the + Create button.
- Select a programming language (e.g., Python or JavaScript) from the dropdown menu.
- Name your project in the Title field and click Create Repl.
- In the code editor, type a natural language prompt for the AI, such as “Create a simple calculator that adds two numbers.”
- Click on the Run button at the top of the editor. The AI will generate code based on your prompt.
- Review the generated code, make any adjustments if necessary, and click Run again to see it in action.
Step 3: Get better results
- When typing prompts, be specific about what you want. Instead of "create a game", say "create a tic-tac-toe game with a user interface".
- Use the Settings icon (gear icon) in the top right corner of the editor to adjust your environment, such as switching themes or enabling/disabling features.
- Explore the Templates section for pre-made projects to learn from or modify.