Set up your website in minutes
You have three paths to get a site live, depending on what you’re hosting. Most modern projects use the CLI or GitHub auto-deploy paths; cPanel is for traditional PHP/WordPress sites.
The fastest path for Next.js, React, Vue, Astro, Vite, Svelte, or any static site. Auto-detects your framework, runs the build, and ships to a live URL.
npm install -g @katikaws/cli
kws login
kws deploy
Within ~30 seconds you have a live URL at <slug>.katikaws.com with free SSL. Full CLI reference at /kb/kws-cli.Connect your GitHub account once, import a repo, and every git push triggers a new deploy. PR previews ship automatically. Set up at dashboard.katikaws.com/projects → Import from GitHub.
https://yourdomain.com:2083 with your welcome email credentials. Upload to public_html via File Manager, FTP/FileZilla, or use Softaculous for one-click WordPress.All KWS plans — including Free — include explicit monthly caps on bandwidth, requests, build minutes, and SSR compute. When you hit a cap, the affected site pauses until the next month resets. We never charge overage. You get heads-up emails at 50%, 80%, and 95%. Set your own narrower caps from the Spend page to lock in a strict budget.
Free-tier SSR projects auto-suspend after 5 min of inactivity and cold-start on the next request (typically 2–4 seconds). Starter plan is 30 min idle. Pro and above include “always-on slots” (Pro: 2, Business: 5, Enterprise: 25) — pin your most important SSR projects to a slot and they never sleep. Additional SSR projects on Pro/Business sleep after 30 min idle. The kws deploy command detects Next.js automatically — no config needed.
If your domain is with another registrar, update nameservers to:
ns1.katikaws.comns2.katikaws.comIn cPanel, go to “Email Accounts” to create addresses like you@yourdomain.com. Or use the dashboard Email section for the same workflow without leaving KWS.
Contact us at support@katikaws.com or use the chat widget.
Was this article helpful?