// getting started
What is Wokku? ▼
Wokku is a managed web UI for Dokku, an open-source platform-as-a-service. It lets you deploy apps via
git push, install open-source tools like n8n or Ghost in one click, and manage databases, domains, and SSL from a dashboard.How do I sign up? ▼
Create an account with email, Google, or GitHub. You can start deploying immediately on the free tier — no credit card required.
Do I need to provide my own server? ▼
No. Wokku Cloud runs your apps on our managed infrastructure. If you prefer self-hosting, Wokku is open source (AGPL-3.0) and can run on any Dokku server you own.
What languages and frameworks are supported? ▼
Anything Dokku supports via Heroku buildpacks or a
Dockerfile: Ruby, Python, Node.js, Go, PHP, Java, Rust, Elixir, and more.// billing & pricing
How does billing work? ▼
Wokku uses a prepaid deposit model. Top up your balance in IDR (via iPaymu) or USD (via Stripe). Usage is debited daily based on the dyno tiers and add-ons you run.
Is there a free tier? ▼
Yes. Free dynos and a shared PostgreSQL add-on (up to 150 MB) are available for hobby projects. See the pricing page for details.
What payment methods do you accept? ▼
In Indonesia: QRIS, Virtual Account (BCA, BNI, BRI, Mandiri, Permata), and e-wallets via iPaymu. Internationally: credit/debit cards via Stripe.
Will I be charged automatically? ▼
No. Wokku never charges your card without a top-up action you initiate. When your balance runs out, apps enter a grace period before being paused.
Can I get a refund? ▼
Unused prepaid credits can be refunded within 14 days of the top-up. See our Refund Policy for the full details.
// deployment
How do I deploy my app? ▼
Create an app from the dashboard, add your SSH public key, then
git push to the Wokku remote. You can also connect a GitHub repo for deploy-on-push.Can I deploy a Docker image? ▼
Yes. Push a
Dockerfile in your repo, or deploy an existing image from a registry.Can I use a custom domain? ▼
Yes. Add your domain from the dashboard and point a CNAME to your app. SSL via Let's Encrypt is automatic and free.
How many apps can I deploy? ▼
There is no hard limit — you can run as many apps as your balance supports. Shared PostgreSQL add-ons are unlimited on the free tier.
// data & security
Where is my data stored? ▼
Your application data runs on servers we operate. Backups are stored encrypted in Cloudflare R2. We do not share your data with third parties outside the processors needed to operate the Service (see Privacy Policy).
Are backups included? ▼
Managed databases on paid tiers include daily backups with 7-day retention. You can also trigger on-demand backups from the dashboard.
What happens if I delete my account? ▼
All apps, databases, and backups associated with your account are permanently deleted within 30 days. Any remaining balance can be refunded — see the Refund Policy.
Is two-factor authentication supported? ▼
Yes. TOTP-based 2FA is available for all accounts and required for admin users.
// support
How do I contact support? ▼
Email support@wokku.cloud or message us on WhatsApp at +62 851 2194 8822.
Where is Wokku based? ▼
Our office is at Jl. Ir. Sutami, Sukawati, Gianyar, Bali, Indonesia.
Can I contribute or report a bug? ▼
Yes — issues and pull requests are welcome at github.com/johannesdwicahyo/wokku.