Framework Guides
Step-by-step guides for deploying popular frameworks on Espace-Tech Cloud.
How Auto-Detection Works
When you run espacetech init, the CLI detects your framework by looking for:
| Framework | Detection |
|---|---|
| Next.js | next in package.json dependencies |
| Nuxt | nuxt in package.json dependencies |
| Express | express in package.json dependencies |
| Django | manage.py in root |
| Go | go.mod in root |
| Static | index.html in root |
If auto-detection fails, you can manually configure espacetech.json.