Self-hosted, zero-cost platform to deploy any project and get a live URL.
Upload a .zip → Language detected → Docker container started → Live URL ready.
| Language | Detection |
|---|---|
| 🐍 Django | manage.py present |
| 🐍 Flask | requirements.txt + flask in deps |
| 🐍 Python | requirements.txt or Pipfile |
| 💚 Node.js | package.json |
| 💚 Express | package.json + express in deps |
| ▲ Next.js | package.json + next in deps |
| 🌐 Static HTML | index.html only |
| 🐹 Go | go.mod present |
| 🐘 PHP | .php files present |