Quick Start
Get your static site deployed in under 60 seconds
1
Connect Your Repository
Connect your GitHub, GitLab, or Bitbucket repository to automatically deploy on every push.
Terminal
# Install PageGrid CLI
npm install -g @PageGrid/cli
# Login to your account
PageGrid login
# Deploy from current directory
PageGrid deploy
ℹ️
Pro Tip
You can also drag and drop your project folder directly into the dashboard for instant deployment.
2
Configure Build Settings
PageGrid automatically detects your framework and sets up the optimal build configuration.
✅ Supported Frameworks
- • React, Next.js, Gatsby
- • Vue.js, Nuxt.js, Vite
- • Angular, Svelte, SvelteKit
- • Hugo, Jekyll, 11ty
- • Vanilla HTML/CSS/JS
⚙️ Build Commands
React: npm run build
Next.js: npm run build
Vue: npm run build
Hugo: hugo
3
Deploy & Go Live
Your site is automatically deployed to our global CDN and available instantly.
Deployment Output
$ PageGrid deploy
🔍 Analyzing project...
📦 Building site...
✅ Build completed in 1.2s
🌍 Deploying to global CDN...
🚀 Deployed successfully!
URL:
https://amazing-site-123.PageGrid.dev
🎉
Congratulations!
Your site is now live and available globally. Every git push will automatically trigger a new deployment.
Next Steps
Need Help?
Our support team is here to help you get the most out of PageGrid.