Getting Started
What is Hiveku Builder?
What is Hiveku Builder?
Hiveku Builder is a multi-tenant website and app builder for agencies, freelancers, and developers. It combines an AI assistant, VS Code-quality code editor, and managed hosting in one browser-based platform. You can build, edit, and deploy client websites without leaving your browser.
Do I need coding experience to use Hiveku?
Do I need coding experience to use Hiveku?
No. The AI assistant can build entire pages and features from plain English descriptions. However, the code editor is available if you want to make precise changes yourself. Hiveku is designed for both non-technical users and experienced developers.
What frameworks and runtimes are supported?
What frameworks and runtimes are supported?
Hiveku supports Next.js, static HTML/CSS/JS, Python, Go, PHP, Ruby, .NET, and Rust. Each project deploys to its own managed container on AWS infrastructure.
Can I import an existing website?
Can I import an existing website?
Yes. You can import from GitHub (connect your repository), from Figma (paste a design URL), or use the AI’s web scraper to clone an existing site’s structure and content.
AI Assistant
Which AI models are available?
Which AI models are available?
Hiveku offers three tiers:
- Hiveku Mini — fast and free on all plans, best for quick edits
- Hiveku Max — powered by Claude Sonnet, available on Standard and Premium plans
- Hiveku Ultra — powered by Claude Opus, available on Premium plans
What can I ask the AI to do?
What can I ask the AI to do?
The AI can create pages, write and edit code, generate images, search the web, manage your database, deploy your project, set up SEO, and more. Use direct, action-oriented language — say “add a contact form” rather than “how do I add a contact form” to get the AI to act.
What are AI modes?
What are AI modes?
Modes are specialized personas that shape how the AI responds. Available modes include Code (default), Ask, Architect, Debug, Designer, Test, Security, and Refactor. Switch modes from the dropdown in the chat toolbar — no need to start a new conversation.
What happens when I run out of AI credits?
What happens when I run out of AI credits?
The AI assistant switches to read-only mode — it can still answer questions but won’t make changes to your project. Credits reset on the 1st of each month. You can also add a BYOK (Bring Your Own Key) Anthropic API key to bypass the credit system entirely.
Hosting & Deployment
How does deployment work?
How does deployment work?
Click Deploy in the editor or ask the AI to deploy. Hiveku builds your project, publishes it to managed infrastructure, and serves it globally via CDN. Most deployments complete in under 2 minutes.
Can I use my own domain?
Can I use my own domain?
Yes. Go to Project Settings > Custom Domains, run through the setup wizard, and add a CNAME record at your DNS provider. SSL certificates are provisioned automatically at no extra cost.
What is the difference between Serverless and Container hosting?
What is the difference between Serverless and Container hosting?
Serverless is the default — it serves static files and supports serverless API functions. Fast, low cost, and auto-scaling. Container hosting runs your app in a persistent container for features like WebSockets, streaming, and long-running processes.
My deployment failed. What should I do?
My deployment failed. What should I do?
A failed deployment does not affect your live site — the previous version stays online. Check the error in Settings > Deployment History. Common causes include syntax errors in code, missing dependencies, or build configuration issues. See Troubleshooting for specific errors.
Account & Billing
How much does Hiveku cost?
How much does Hiveku cost?
Three plans are available:
- Hosting Only — $39/month (includes Hiveku Mini AI)
- Standard — 10/month AI credits, Hiveku Max)
- Premium — 30/month AI credits, Hiveku Ultra)
Can I add team members?
Can I add team members?
Yes. Go to Settings > Team Members and click Invite. Three roles are available: Owner (full control), Admin (manage team and settings), and Member (edit projects). All team members can access all projects under the account.
What is BYOK (Bring Your Own Key)?
What is BYOK (Bring Your Own Key)?
BYOK lets you connect your own Anthropic API key. When active, AI requests use your key instead of Hiveku’s credit system, so you never run out of credits. Your key is encrypted with AES-256-GCM and never exposed in plain text. See AI Credits for setup instructions.
Where can I find my invoices?
Where can I find my invoices?
Go to Settings > Billing and scroll to Invoice History. Each invoice shows a line-item breakdown of your plan, AI usage, hosting, and any overages. You can download invoices as PDF.
Integrations
Do I need GitHub to use Hiveku?
Do I need GitHub to use Hiveku?
No. GitHub integration is entirely optional. Your project works fully without it. Connect GitHub when you want external version control, team collaboration via pull requests, or to use your repository as the source of truth.
How does Figma import work?
How does Figma import work?
Connect your Figma account from project settings or paste a Figma URL directly into the AI chat. The AI extracts the visual structure, colors, and typography and generates code files. It works best when you import one section at a time and use Figma auto-layout.
Can I automate tasks?
Can I automate tasks?
Yes. Hiveku Workflows let you connect triggers (webhooks, schedules, database changes) to actions (deploy, send notifications, run queries). Build workflows visually in the workflow editor. See Workflows for details.