Simple
Publish your website with a simple configuration file and a git push. No FTP or other tooling.
Fast
Lightning-fast Edge delivery. Your site is live in seconds, globally distributed on our edge.
Private
EU-hosted. No tracking, no analytics, no data collection. Your privacy matters.
Getting Started
1. Sign up for your api key
2. Add git remote
git add remote staticspace https://api.staticspace.app/repo/[your site].git
3. Add staticspace.yaml config
cat > staticspace.yaml << EOF
name: yoursite
primary_branch: [your primary deploy branch]
domains: {}
EOF
4. Commit & Deploy
git add staticspace.yaml git commit -m "Add staticspace.yaml" git push staticspace [your primary deploy branch]
5. Done
Your site is live at https://yoursite.staticspace.app