Quick Start

Deploy your first project to the global edge in under 2 minutes. No config files required.

Tip: Doggy Deploy auto-detects your framework. Just point it at a repo and we'll handle the rest.

1. Create an account

Head to the registration page and create a free account. No credit card needed.

2. Connect your repository

From the dashboard, click New project and paste your GitHub repository URL.

# Example
https://github.com/your-username/your-repo

3. Configure (optional)

Doggy Deploy auto-detects most frameworks. You can override settings with a doggy.json in your repo root:

{
  "build": "npm run build",
  "output": "dist",
  "node": "20"
}

4. Deploy

Click Deploy now. Your site will be live at your-project.doggy.app within seconds.

Every push to your configured branch triggers an automatic re-deployment.

Environment Variables

Set environment variables in your project settings. They are injected at build time and kept encrypted at rest.

# These are available during build
NEXT_PUBLIC_API_URL=https://api.example.com
DATABASE_URL=postgres://...

Custom Domains

Add a custom domain from your project settings. Point your DNS CNAME to edge.doggy.app and SSL is provisioned automatically.