Getting Started
Get your first deployment live in under five minutes. This guide walks you through creating an account, connecting a repository, and deploying your application.
1. Create your account
Sign up at withparcel.ai/sign-in using your GitHub or Google account. This creates your personal workspace and your first team.
2. Create a project
From the dashboard, click New Project. Select a GitHub repository to connect. Parcel will detect your framework and configure build settings automatically.
3. Deploy
Push to your default branch and Parcel handles the rest: clone, install, build, deploy, and serve. You'll get a live URL within seconds of your push.
4. Preview deployments
Open a pull request and Parcel creates a unique preview URL for that branch. Review changes in a live environment before merging.
Next steps
- Configure custom domains
- Set up environment variables
- Invite your team