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
203 lines
9.8 KiB
HTML
203 lines
9.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 Comparisons — vs Mechanical Turk, Google Street View & More | quiXzoom</title>
|
||
<meta name="description" content="How does quiXzoom compare to Amazon Mechanical Turk and Google Street View? On-demand field photography, AI verification, identity-verified contributors — see all comparisons.">
|
||
<link rel="canonical" href="https://www.quixzoom.com/comparison/">
|
||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:url" content="https://www.quixzoom.com/comparison/">
|
||
<meta property="og:title" content="quiXzoom Comparisons — vs MTurk, Street View & More">
|
||
<meta property="og:description" content="How does quiXzoom field photography compare? Side-by-side vs Amazon Mechanical Turk and Google Street View.">
|
||
<meta property="og:image" content="https://www.quixzoom.com/og-image.jpg">
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "BreadcrumbList",
|
||
"itemListElement": [
|
||
{"@type": "ListItem", "position": 1, "name": "quiXzoom", "item": "https://www.quixzoom.com/"},
|
||
{"@type": "ListItem", "position": 2, "name": "Comparisons", "item": "https://www.quixzoom.com/comparison/"}
|
||
]
|
||
}
|
||
</script>
|
||
|
||
<style>
|
||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||
|
||
:root {
|
||
--orange: #FF6B00;
|
||
--orange-dark: #e05e00;
|
||
--navy: #001E50;
|
||
--bg: #ffffff;
|
||
--bg-soft: #f7f8fa;
|
||
--text: #1a1a1a;
|
||
--text-body: #333;
|
||
--text-muted: #6b7280;
|
||
--border: #e5e7eb;
|
||
--radius-sm: 8px;
|
||
--radius-md: 14px;
|
||
--radius-lg: 24px;
|
||
}
|
||
|
||
html { scroll-behavior: smooth; }
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, 'Inter', system-ui, sans-serif;
|
||
background: var(--bg); color: var(--text-body);
|
||
line-height: 1.6; -webkit-font-smoothing: antialiased;
|
||
}
|
||
a { text-decoration: none; }
|
||
|
||
nav {
|
||
position: sticky; top: 0; z-index: 100;
|
||
background: rgba(242,242,247,0.95); backdrop-filter: blur(12px);
|
||
border-bottom: 1px solid var(--border);
|
||
padding: 0 40px; height: 64px;
|
||
display: flex; align-items: center; justify-content: space-between;
|
||
}
|
||
.nav-logo { font-size: 20px; font-weight: 900; color: var(--orange); letter-spacing: -0.5px; }
|
||
.nav-cta { background: var(--orange); color: #000; padding: 9px 20px; border-radius: 20px; font-size: 14px; font-weight: 700; }
|
||
.nav-cta:hover { background: var(--orange-dark); color: #fff; }
|
||
|
||
.breadcrumb { padding: 14px 40px; background: var(--bg-soft); border-bottom: 1px solid var(--border); font-size: 13px; color: var(--text-muted); }
|
||
.breadcrumb a { color: var(--text-muted); }
|
||
.breadcrumb a:hover { color: var(--orange); }
|
||
.breadcrumb span { margin: 0 6px; }
|
||
|
||
.hero {
|
||
background: linear-gradient(135deg, #FF6B00, #e05000 50%, #b83d00);
|
||
color: #fff; padding: 72px 40px 64px; text-align: center;
|
||
}
|
||
.hero-badge { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 20px; }
|
||
.hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 20px; max-width: 700px; margin-left: auto; margin-right: auto; }
|
||
.hero h1 em { color: rgba(255,255,255,0.85); font-style: normal; }
|
||
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.85); max-width: 560px; margin: 0 auto; }
|
||
|
||
.content { max-width: 960px; margin: 0 auto; padding: 56px 40px; }
|
||
|
||
h2 { font-size: 1.5rem; font-weight: 800; color: var(--text); margin-bottom: 24px; letter-spacing: -0.3px; }
|
||
|
||
.positioning {
|
||
background: rgba(255,107,0,0.05);
|
||
border: 1px solid rgba(255,107,0,0.2);
|
||
border-left: 4px solid var(--orange);
|
||
padding: 28px 32px; border-radius: var(--radius-md); margin-bottom: 48px;
|
||
}
|
||
.positioning h3 { color: var(--text); margin-bottom: 12px; }
|
||
.positioning p { font-size: 15px; color: var(--text-body); margin-bottom: 0; }
|
||
|
||
.comparison-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-bottom: 48px; }
|
||
|
||
.comp-card {
|
||
display: flex; flex-direction: column;
|
||
padding: 28px; border: 1px solid var(--border);
|
||
border-radius: var(--radius-md); background: var(--bg-soft);
|
||
transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
|
||
text-decoration: none; color: inherit;
|
||
}
|
||
.comp-card:hover { border-color: var(--orange); box-shadow: 0 8px 24px rgba(255,107,0,0.12); transform: translateY(-2px); }
|
||
.comp-card-icon { font-size: 32px; margin-bottom: 16px; }
|
||
.comp-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }
|
||
.comp-card p { font-size: 14px; color: var(--text-muted); flex: 1; line-height: 1.5; margin-bottom: 16px; }
|
||
.comp-card-link { font-size: 13px; font-weight: 700; color: var(--orange); }
|
||
.comp-card:hover .comp-card-link { text-decoration: underline; }
|
||
|
||
/* Also see section */
|
||
.also-see { background: var(--bg-soft); border: 1px solid var(--border); padding: 28px 32px; border-radius: var(--radius-md); margin-bottom: 48px; }
|
||
.also-see h3 { font-size: 1rem; font-weight: 700; margin-bottom: 12px; color: var(--text); }
|
||
.also-see a { display: inline-block; margin: 4px 8px 4px 0; background: #fff; border: 1px solid var(--border); padding: 6px 14px; border-radius: var(--radius-sm); font-size: 13px; color: var(--navy); font-weight: 500; }
|
||
.also-see a:hover { border-color: var(--orange); color: var(--orange); }
|
||
|
||
.cta-block { background: linear-gradient(135deg, #FF6B00, #e05000); color: #fff; padding: 56px 40px; text-align: center; border-radius: var(--radius-lg); }
|
||
.cta-block h2 { color: #fff; font-size: 1.8rem; margin-bottom: 12px; }
|
||
.cta-block p { color: rgba(255,255,255,0.85); margin-bottom: 28px; }
|
||
.cta-btn { display: inline-block; background: #fff; color: var(--orange); padding: 14px 32px; border-radius: 24px; font-size: 16px; font-weight: 800; }
|
||
.cta-btn:hover { background: #fff3e8; transform: translateY(-1px); }
|
||
|
||
footer { border-top: 1px solid var(--border); padding: 40px; text-align: center; font-size: 13px; color: var(--text-muted); }
|
||
footer a { color: var(--text-muted); }
|
||
footer a:hover { color: var(--orange); }
|
||
|
||
@media (max-width: 768px) {
|
||
nav { padding: 0 20px; }
|
||
.hero { padding: 56px 20px 48px; }
|
||
.content { padding: 40px 20px; }
|
||
.breadcrumb { padding: 12px 20px; }
|
||
.cta-block { padding: 40px 24px; border-radius: var(--radius-md); }
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<nav>
|
||
<a href="https://www.quixzoom.com/" class="nav-logo">quiXzoom</a>
|
||
<a href="https://www.quixzoom.com/join" class="nav-cta">Become a Zoomer</a>
|
||
</nav>
|
||
|
||
<div class="breadcrumb">
|
||
<a href="https://www.quixzoom.com/">quiXzoom</a>
|
||
<span>›</span>
|
||
Comparisons
|
||
</div>
|
||
|
||
<div class="hero">
|
||
<div class="hero-badge">📊 Side-by-Side</div>
|
||
<h1>quiXzoom <em>Comparisons</em></h1>
|
||
<p>How does specialized field photography with AI verification compare to other platforms? Find out.</p>
|
||
</div>
|
||
|
||
<div class="content">
|
||
|
||
<div class="positioning">
|
||
<h3>📍 What makes quiXzoom different?</h3>
|
||
<p>quiXzoom is purpose-built for <strong>physical field photography at specific GPS coordinates</strong>. Identity-verified contributors (Zoomers) complete real-world missions, verified in real-time by the AAMOS Reality Engine. Unlike general crowdsourcing platforms or static mapping services, quiXzoom delivers same-day, verified, on-demand ground imagery for any accessible location.</p>
|
||
</div>
|
||
|
||
<h2>quiXzoom Comparisons</h2>
|
||
<div class="comparison-grid">
|
||
<a href="https://www.quixzoom.com/comparison/quixzoom-vs-mechanical-turk/" class="comp-card">
|
||
<div class="comp-card-icon">🔧</div>
|
||
<h3>quiXzoom vs Amazon Mechanical Turk</h3>
|
||
<p>Field photography vs digital microtasks. Identity-verified Zoomers at GPS coordinates vs anonymous remote workers. Quality, pay, and verification compared.</p>
|
||
<span class="comp-card-link">Read comparison →</span>
|
||
</a>
|
||
<a href="https://www.quixzoom.com/comparison/quixzoom-vs-street-view/" class="comp-card">
|
||
<div class="comp-card-icon">🗺</div>
|
||
<h3>quiXzoom vs Google Street View</h3>
|
||
<p>On-demand same-day ground imagery vs static 1–3 year old Street View data. Why freshness and off-road access matter for business decisions.</p>
|
||
<span class="comp-card-link">Read comparison →</span>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="also-see">
|
||
<h3>Also see: Landvex comparisons</h3>
|
||
<a href="https://www.landvex.com/comparison/landvex-vs-satellite-imagery/">Landvex vs Satellite Imagery</a>
|
||
<a href="https://www.landvex.com/comparison/landvex-vs-traditional-surveys/">Landvex vs Traditional Surveys</a>
|
||
<a href="https://www.landvex.com/comparison/">All Landvex comparisons</a>
|
||
</div>
|
||
|
||
<div class="cta-block">
|
||
<h2>Join the quiXzoom network</h2>
|
||
<p>Become a Zoomer and earn on real field photography missions — or use quiXzoom intelligence for your business through Landvex.</p>
|
||
<a href="https://www.quixzoom.com/join" class="cta-btn">Become a Zoomer</a>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<footer>
|
||
<p>© 2026 quiXzoom — On-Demand Field Photography Platform</p>
|
||
<p style="margin-top:8px">
|
||
<a href="https://www.quixzoom.com/">Home</a> ·
|
||
<a href="https://www.quixzoom.com/comparison/">Comparisons</a> ·
|
||
<a href="https://www.landvex.com/">Landvex</a> ·
|
||
<a href="https://aamos.ai/">AAMOS AI</a>
|
||
</p>
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|