58ca4e68db
- Go backend API with full CRUD for all modules (CRM, Sales, Finance, HR, Legal, Marketing, Support, Purchase, Inventory, Projects, Automation, Analytics) - Rust analytics service with parallel report generation - C runtime with POSIX shared memory IPC - PostgreSQL schema with 30+ tables, full migrations - Redis cache, sessions, pub/sub - Kafka event streaming with Zookeeper - WebSocket hub for real-time updates - Automation engine with cron jobs, workflows, event triggers - JWT authentication, multi-tenant from start - Docker Compose with all services - Nginx reverse proxy with rate limiting - Integration tests passing - Feature gap analysis against Fortnox/Odoo/Visma Refs: BOC-001
20 lines
764 B
HTML
20 lines
764 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>quiXzoom — Coming Soon</title>
|
|
<link rel="stylesheet" href="/assets/css/quixzoom-apple.css">
|
|
</head>
|
|
<body>
|
|
<nav class="nav-inner" aria-label="Main navigation">
|
|
<a href="/" class="nav-logo">quiXzoom</a>
|
|
</nav>
|
|
<main style="padding: 120px 24px; text-align: center;">
|
|
<h1 style="font-size: 48px; font-weight: 700; color: var(--ink); margin-bottom: 24px;">Coming Soon</h1>
|
|
<p style="font-size: 21px; color: var(--text-secondary);">This page is under construction.</p>
|
|
<a href="/" class="layer-cta-btn" style="margin-top: 40px; display: inline-block;">Back to Home</a>
|
|
</main>
|
|
</body>
|
|
</html>
|