Build with BizKitHub
A comprehensive digital platform for business management. BizKitHub combines CRM, e-commerce, payments, invoicing, emails, and automation into one system.
Manage contacts, products, and orders. Send campaigns, issue documents, and keep everything trackable. With workflow, cron, and API, you can automate processes and integrate into your own stack.
Documentation for every module
The platform is organised into 6 categories that follow the operator's daily flow: Commerce → CRM → Finance → Outbound communication → Publishing → System & Ops. Each module ships with reference docs, integration guides, and worked examples.
Commerce
7 modules“What you sell and to whom”
CRM
6 modules“People and everything around them”
Customers, leads, suppliers — one database
Tickets and tasks tied to contacts and orders
Lead capture, surveys, validation
Meetings, reservations, availability
Billable time per contact/project
Service-business with budget + tasks
Finance
7 modules“Where the money flows”
Numbering, QR pay (SPAYD), PDF
Approval workflow, payment terms
Fio/ČSOB/KB import, AI matching
Comgate, GoPay, Stripe, recurring
Rules for VAT rates and codes
VAT ledger for control reporting
EPO tax filings (CZ)
Outbound communication
5 modules“What you send to the customer”
Publishing
4 modules“What you publish publicly”
Blog articles, landings, knowledge base
Press releases, public press kit
Auto-generated feeds for posts/newsroom
Central file storage, used across modules
System & Ops
6 modules“Platform operations and power tools”
KPIs, dashboards, cross-module reports
Audit log — who/when/what for every change
Application errors, warnings, debug
Triggers, cron, conditions, branching
Rate limits, IP allow/deny, geo-blocking
TTLock integration, calendar-driven access
Developer resources
Everything you need to build and integrate.
Powerful API for developers
RESTful API with comprehensive endpoints for all platform features. Authenticate with API keys, handle rate limits gracefully, and integrate seamlessly with your applications.
- RESTful API with JSON responses
- API key authentication
- Rate limiting with clear headers
- Webhook support for real-time events
- Comprehensive error codes
curl -X GET "https://api.bizkithub.com/api/v1/shop/order/list" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"success": true,
"data": {
"orders": [...],
"pagination": {
"total": 150,
"page": 1,
"limit": 20
}
}
}Start integrating BizKitHub today
Our documentation and support team are here to help you build, integrate, and ship faster.