Quickstart
Get Started with Revlo
Learn how to create your first project, connect integrations, and deploy your application.
1. Create Your Account
Sign up for a Revlo account to get started. You can register with email or use GitHub OAuth for quick access.
Create Account2. Create Your First Project
Step by step
- Navigate to the Dashboard after logging in
- Click Create New Project
- Choose a project name (framework: Vite + React)
- Your project workspace will be created with a chat interface
3. Generate Your Application
Using the Chat Interface
Describe what you want to build using natural language. Revlo's AI will generate the code for you.
Example Prompts
Create a landing page with a hero section and feature cards
Add a user authentication system with email and password
Build a todo app with create, read, update, and delete functionality4. Connect Integrations
Where to Connect
Go to /integrations to connect services:
- GitHub: OAuth for repository access
- GitLab: OAuth for GitLab.com projects
- Supabase: Database and authentication
- Netlify: Deploy Vite projects
- DigitalOcean: Deploy via App Platform
Security & Permissions
All integration credentials are stored securely and encrypted.
- OAuth tokens are stored per-user
- Integrations require project-level permissions
- You control which projects can access integrations
5. Deploy Your Application
Once you're happy with your generated code, deploy it with a single click:
Deployment Steps
- Use Push to GitHub or Push to GitLab to save your code to a repository
- Click Netlify Deploy to deploy your static site
- Your app will be live with a public URL in minutes
Tip: Make sure to connect GitHub/GitLab and Netlify integrations first from the Integrations page.
Next Steps
Explore our integration guides to learn more about connecting your favorite tools.