Skip to main content
Every Hiveku project gets a live URL at yourproject.hiveku.com as soon as you deploy. You can choose between two hosting types depending on your project’s needs.

Hosting types

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.
1

Enable cron jobs

Go to Hosting > Cron Jobs and toggle the feature on.
2

Choose environment

Select whether the cron job runs in your serverless or container environment.
3

Add a job

Enter a cron expression (e.g., 0 */6 * * * for every 6 hours), the command to run, and an optional description.
4

Run now (optional)

Click Run Now to test the job immediately without waiting for the schedule.

Redirects

Manage URL redirects from the Hosting > Redirects tab.
FieldDescription
FromThe source path (e.g., /old-page)
ToThe destination URL or path (e.g., /new-page)
StatusHTTP status code: 301 (permanent), 302 (temporary), or 307 (temporary, preserves method)
MatchExact or pattern matching
You can also:
  • 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:
IntegrationWhat it does
Visitor AnalyticsTrack page views, visitors, and referral sources
Cookie ConsentDisplay a GDPR-compliant cookie consent banner
Security HeadersAdd security headers (CSP, HSTS, X-Frame-Options, etc.)
SEOAuto-generate sitemaps, robots.txt, and meta tags
PWAEnable Progressive Web App support with a service worker and manifest
AccessibilityAdd an accessibility widget for font size, contrast, and navigation
Made in HivekuDisplay a “Made in Hiveku” badge on your site