@lightupai/polaris 0.0.48 → 0.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/web/pages.ts +74 -0
package/package.json
CHANGED
package/src/web/pages.ts
CHANGED
|
@@ -355,6 +355,80 @@ export function renderLandingPage(): string {
|
|
|
355
355
|
</div>
|
|
356
356
|
</div>
|
|
357
357
|
|
|
358
|
+
<!-- Pricing -->
|
|
359
|
+
<div class="py-16 border-t border-gray-200">
|
|
360
|
+
<div class="max-w-5xl mx-auto px-6">
|
|
361
|
+
|
|
362
|
+
<div class="text-center">
|
|
363
|
+
<h2 class="text-sm font-semibold text-gray-400 uppercase tracking-wider">Pricing</h2>
|
|
364
|
+
<p class="mt-4 text-3xl font-bold text-gray-900">Start free. Upgrade when you're ready.</p>
|
|
365
|
+
<p class="mt-2 text-gray-500">Unlimited users on every plan. No per-seat pricing.</p>
|
|
366
|
+
</div>
|
|
367
|
+
|
|
368
|
+
<div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-6">
|
|
369
|
+
|
|
370
|
+
<!-- Free -->
|
|
371
|
+
<div class="bg-white border border-gray-200 rounded-xl p-8">
|
|
372
|
+
<h3 class="text-sm font-semibold text-gray-400 uppercase tracking-wider">Free</h3>
|
|
373
|
+
<div class="mt-4">
|
|
374
|
+
<span class="text-4xl font-bold text-gray-900">$0</span>
|
|
375
|
+
<span class="text-gray-500 text-sm ml-1">forever</span>
|
|
376
|
+
</div>
|
|
377
|
+
<p class="mt-2 text-sm text-gray-500">For individuals and small teams getting started.</p>
|
|
378
|
+
<a href="/signup" class="mt-6 block w-full text-center px-4 py-2.5 bg-gray-900 text-white text-sm font-medium rounded-lg hover:bg-gray-800 transition">Get started</a>
|
|
379
|
+
<ul class="mt-6 space-y-3 text-sm text-gray-700">
|
|
380
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Unlimited users</li>
|
|
381
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg><span><strong>1,000</strong> prompts / month</span></li>
|
|
382
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg><span><strong>5 GB</strong> data captured</span></li>
|
|
383
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>7 days session history</li>
|
|
384
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Community support</li>
|
|
385
|
+
</ul>
|
|
386
|
+
</div>
|
|
387
|
+
|
|
388
|
+
<!-- Team -->
|
|
389
|
+
<div class="bg-white border-2 border-polaris-600 rounded-xl p-8">
|
|
390
|
+
<h3 class="text-sm font-semibold text-polaris-600 uppercase tracking-wider">Team</h3>
|
|
391
|
+
<div class="mt-4">
|
|
392
|
+
<span class="text-4xl font-bold text-gray-900">$49</span>
|
|
393
|
+
<span class="text-gray-500 text-sm ml-1">/month</span>
|
|
394
|
+
</div>
|
|
395
|
+
<p class="mt-2 text-sm text-gray-500">For teams that need more capacity, history, and search.</p>
|
|
396
|
+
<a href="/signup" class="mt-6 block w-full text-center px-4 py-2.5 bg-polaris-700 text-white text-sm font-medium rounded-lg hover:bg-polaris-800 transition">Get started</a>
|
|
397
|
+
<ul class="mt-6 space-y-3 text-sm text-gray-700">
|
|
398
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Unlimited users</li>
|
|
399
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg><span><strong>10,000</strong> prompts / month</span></li>
|
|
400
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg><span><strong>50 GB</strong> data captured</span></li>
|
|
401
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg><span><strong>90 days</strong> session history</span></li>
|
|
402
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Priority support</li>
|
|
403
|
+
</ul>
|
|
404
|
+
</div>
|
|
405
|
+
|
|
406
|
+
<!-- Enterprise -->
|
|
407
|
+
<div class="bg-white border border-gray-200 rounded-xl p-8">
|
|
408
|
+
<h3 class="text-sm font-semibold text-gray-400 uppercase tracking-wider">Enterprise</h3>
|
|
409
|
+
<div class="mt-4">
|
|
410
|
+
<span class="text-4xl font-bold text-gray-900">Custom</span>
|
|
411
|
+
</div>
|
|
412
|
+
<p class="mt-2 text-sm text-gray-500">For organizations with compliance and scale needs.</p>
|
|
413
|
+
<a href="mailto:hello@withpolaris.ai" class="mt-6 block w-full text-center px-4 py-2.5 bg-white border border-gray-300 text-gray-700 text-sm font-medium rounded-lg hover:bg-gray-50 transition">Contact us</a>
|
|
414
|
+
<ul class="mt-6 space-y-3 text-sm text-gray-700">
|
|
415
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Everything in Team</li>
|
|
416
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Custom usage limits</li>
|
|
417
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>SSO, audit logs, compliance</li>
|
|
418
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Custom integrations</li>
|
|
419
|
+
<li class="flex items-start gap-2"><svg class="w-4 h-4 text-green-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>Dedicated support</li>
|
|
420
|
+
</ul>
|
|
421
|
+
</div>
|
|
422
|
+
|
|
423
|
+
</div>
|
|
424
|
+
|
|
425
|
+
<div class="mt-12 text-center text-sm text-gray-400">
|
|
426
|
+
All plans include unlimited users and real-time Slack streaming. No credit card required for Free.
|
|
427
|
+
</div>
|
|
428
|
+
|
|
429
|
+
</div>
|
|
430
|
+
</div>
|
|
431
|
+
|
|
358
432
|
<div class="max-w-3xl mx-auto px-6">
|
|
359
433
|
|
|
360
434
|
<!-- How it works -->
|