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
67 lines
3.8 KiB
HTML
67 lines
3.8 KiB
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 to Thailand | Q3 2026</title>
|
|
<meta name="description" content="quiXzoom is coming to Thailand. Register your interest and be first to know when we launch in Bangkok.">
|
|
<link rel="canonical" href="https://www.quixzoom.com/markets/th/">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="quiXzoom — Coming to Thailand">
|
|
<meta property="og:description" content="quiXzoom is coming to Thailand. Earn per mission — no platform fee.">
|
|
<meta property="og:url" content="https://www.quixzoom.com/markets/th/">
|
|
<meta property="og:image" content="https://www.quixzoom.com/images/og-image.jpg">
|
|
<meta property="og:image:width" content="1200">
|
|
<meta property="og:image:height" content="630">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="https://www.quixzoom.com/images/og-image.jpg">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<style>
|
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif; background: #fff; color: #1d1d1f; min-height: 100vh; display: flex; flex-direction: column; }
|
|
nav { height: 56px; border-bottom: 1px solid #1a1a1a; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; }
|
|
.logo { font-size: 18px; font-weight: 700; color: #1d1d1f; text-decoration: none; }
|
|
.logo span { color: #0066ff; }
|
|
.nav-back { font-size: 14px; color: #0066ff; text-decoration: none; }
|
|
main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 48px 24px; }
|
|
.card { text-align: center; max-width: 480px; }
|
|
.flag { font-size: 64px; margin-bottom: 24px; }
|
|
h1 { font-size: clamp(28px, 5vw, 40px); font-weight: 700; letter-spacing: -0.5px; margin-bottom: 12px; }
|
|
h1 span { color: #0066ff; }
|
|
.launch-badge { display: inline-block; background: #e8f0fe; color: #0066ff; font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; }
|
|
p { font-size: 16px; color: #6e6e73; line-height: 1.6; margin-bottom: 32px; }
|
|
.cta { display: inline-block; background: #0066ff; color: #fff; font-size: 15px; font-weight: 700; padding: 14px 32px; border-radius: 12px; text-decoration: none; }
|
|
.cta:hover { background: #0052cc; }
|
|
footer { text-align: center; padding: 24px; font-size: 13px; color: #a1a1a6; border-top: 1px solid #1a1a1a; }
|
|
footer a { color: #0066ff; text-decoration: none; }
|
|
@media (max-width: 640px) {
|
|
.hero h1 { font-size: 2rem !important; }
|
|
.hero p { font-size: 1rem !important; }
|
|
.card { padding: 1.5rem !important; }
|
|
.grid { grid-template-columns: 1fr !important; }
|
|
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="/" class="logo">qui<span>X</span>zoom</a>
|
|
<a href="/" class="nav-back">← Back to quiXzoom</a>
|
|
</nav>
|
|
<main>
|
|
<div class="card">
|
|
<div class="flag">🇹🇭</div>
|
|
<div class="launch-badge">Launching Q3 2026</div>
|
|
<h1>qui<span>X</span>zoom is coming to <br>Thailand</h1>
|
|
<p>We're preparing to launch in Bangkok and beyond. Register your interest and be the first to know when missions go live near you.</p>
|
|
<a href="https://app.quixzoom.com/join" class="cta">Register Interest</a>
|
|
</div>
|
|
</main>
|
|
<footer>
|
|
<p>© 2026 quiXzoom · Operated by Landvex AB · <a href="privacy/index.html">Privacy</a> · <a href="terms/index.html">Terms</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|