QuikDB Compute
QuikDB Compute lets you deploy web applications to a decentralized network of community-powered nodes. No servers to manage, no infrastructure to maintain.
What You Can Deploy
QuikDB auto-detects your stack and handles the rest:
| Runtime | Frameworks |
|---|---|
| Node.js | Next.js, Nuxt, React, Vue, Svelte, Angular, Express, Fastify, Hono, Koa, NestJS |
| Bun | Any Node.js framework (detected via packageManager: "bun" in package.json) |
| Python | Flask, FastAPI, Django |
| Go | Any Go application |
| Ruby | Rails, Sinatra, Rack |
| Java | Maven, Gradle |
| .NET | Any .NET application |
| PHP | Laravel |
| Rust | Any Cargo project |
| Deno | Any Deno project |
| Static | HTML/CSS/JS sites |
| Docker | Bring your own Dockerfile or docker-compose |
How It Works
- Connect your GitHub or GitLab account
- Select a repository and branch
- Configure build settings (or let QuikDB auto-detect them)
- Deploy — QuikDB selects healthy nodes, builds your app, and routes traffic
Your app gets a *.quikdb.net URL immediately. You can add custom domains on Builder tier and above.
Key Features
- Auto-detection — QuikDB reads your repo and generates the right build config automatically
- Zero-downtime deploys — Blue-green deployment strategy on every redeploy
- Real-time logs — Stream build and runtime logs live from the dashboard
- Environment variables — Encrypted at rest with AES-256-GCM
- Custom domains — Point your domain to QuikDB with automatic SSL
- Rollbacks — Roll back to any previous deployment instantly
- Replicas — Scale across multiple nodes for redundancy (Startup tier and above)
Getting Started
- Go to compute.quikdb.com and sign in
- Connect your Git provider
- Pick a repo and deploy
For a step-by-step walkthrough, see the Deploying Your App guide.