Skip to main content

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:

RuntimeFrameworks
Node.jsNext.js, Nuxt, React, Vue, Svelte, Angular, Express, Fastify, Hono, Koa, NestJS
BunAny Node.js framework (detected via packageManager: "bun" in package.json)
PythonFlask, FastAPI, Django
GoAny Go application
RubyRails, Sinatra, Rack
JavaMaven, Gradle
.NETAny .NET application
PHPLaravel
RustAny Cargo project
DenoAny Deno project
StaticHTML/CSS/JS sites
DockerBring your own Dockerfile or docker-compose

How It Works

  1. Connect your GitHub or GitLab account
  2. Select a repository and branch
  3. Configure build settings (or let QuikDB auto-detect them)
  4. 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

  1. Go to compute.quikdb.com and sign in
  2. Connect your Git provider
  3. Pick a repo and deploy

For a step-by-step walkthrough, see the Deploying Your App guide.