yourproject.hiveku.com as soon as you deploy. You can choose between two hosting types depending on your project’s needs.
Hosting types
- Serverless (default)
- Container
The default option for most projects. Your site is served from a global CDN with automatic scaling. Best for static sites, JAMstack apps, and lightweight server-side rendering.
- Zero cold starts for static assets
- Automatic scaling to handle traffic spikes
- No infrastructure to manage
Hosting dashboard
The hosting dashboard shows:- Status — whether your site is live, building, or stopped
- Log viewer — real-time server logs and build output
- Integrations — hosting add-ons (see below)
Cron jobs
Schedule recurring tasks that run on your hosting environment.Add a job
Enter a cron expression (e.g.,
0 */6 * * * for every 6 hours), the command to run, and an optional description.Redirects
Manage URL redirects from the Hosting > Redirects tab.| Field | Description |
|---|---|
| From | The source path (e.g., /old-page) |
| To | The destination URL or path (e.g., /new-page) |
| Status | HTTP status code: 301 (permanent), 302 (temporary), or 307 (temporary, preserves method) |
| Match | Exact or pattern matching |
- Import/export CSV to manage redirects in bulk
- Set a custom 404 handling page
- Use up to 150 redirect rules per project
Hosting integrations
Enable add-ons from the Hosting > Integrations tab:| Integration | What it does |
|---|---|
| Visitor Analytics | Track page views, visitors, and referral sources |
| Cookie Consent | Display a GDPR-compliant cookie consent banner |
| Security Headers | Add security headers (CSP, HSTS, X-Frame-Options, etc.) |
| SEO | Auto-generate sitemaps, robots.txt, and meta tags |
| PWA | Enable Progressive Web App support with a service worker and manifest |
| Accessibility | Add an accessibility widget for font size, contrast, and navigation |
| Made in Hiveku | Display a “Made in Hiveku” badge on your site |