import React from "react"; import { motion } from "framer-motion"; import { Check, Shield, Sparkles, Zap, ArrowRight, Mail, HelpCircle, Star } from "lucide-react"; const container = { hidden: { opacity: 0 }, show: { opacity: 1, transition: { staggerChildren: 0.06 } }, }; const item = { hidden: { opacity: 0, y: 10 }, show: { opacity: 1, y: 0 }, }; const features = [ { icon: , title: "Instant Invitations", desc: "Invite teammates by email and get them productive within minutes.", }, { icon: , title: "Admin Controls", desc: "Centralized billing, access revocation, and audit-friendly usage logs.", }, { icon: , title: "Premium Models", desc: "High-accuracy reasoning and priority throughput for critical work.", }, ]; const testimonials = [ { name: "Maya R.", role: "Founder, Finch Labs", quote: "We onboarded 14 people in one afternoon. The $2/email pricing is a no-brainer for pilots.", }, { name: "Elliot S.", role: "Head of Ops, Northbeam", quote: "Turned messy SOPs into repeatable prompts. Saved ~7 hours/week/team.", }, { name: "Jasmine O.", role: "Product Manager, Radian", quote: "Stakeholders finally get fast, consistent answers. Setup was painless.", }, ]; const faqs = [ { q: "What exactly am I paying for?", a: "Access to your organization’s private AI assistant workspace with admin oversight, billed per invited email per month.", }, { q: "Do you store my data?", a: "Your workspace content is encrypted in transit and at rest. You control data retention settings.", }, { q: "Is there a warranty?", a: "Yes! Every subscription includes a full 25‑day satisfaction warranty. If it’s not for you, you get your money back.", } ]; function LogoMark() { return ( ); } function Badge({ children }) { return ( {children} ); } export default function LandingPage() { return (
Early access pricing $2/email invitation/month Spin up your team’s AI workspace in minutes Give everyone a premium AI assistant with centralized controls and simple per‑email billing. Start small, scale safely. Invite by Email Explore Features
SAML/SSO ready
Priority inference
99.9% uptime

Invite Center

Add teammates & manage seats

{["maya@company.com", "eli@company.com", "jasmine@company.com", "alex@company.com"].map((email) => (
{email}
))}
Billing preview 4 seats × $2 = $8/month
Trusted by product, ops, and data teams at fast‑moving startups.

Everything you need to pilot AI at work

Start with a handful of seats, prove the value, then scale with admin controls and predictable pricing.

{features.map((f) => (
{f.icon}

{f.title}

{f.desc}

    {["Seat-level permissions", "Exportable usage reports", "Shared prompt library"].map((b) => (
  • {b}
  • ))}
))}

Simple pricing

Pay only for the invitations you send. Perfect for pilots and small teams.

Launch Special

Business Plan

Everything you need to roll out an AI assistant responsibly.

$2 / email invitation / month
    {[ "Unlimited projects & chat history", "Admin dashboard & usage logs", "Priority compute & model access", "Email-based SSO provisioning", "25‑day full warranty satisfaction guarantee", ].map((line) => (
  • {line}
  • ))}
Start Inviting

Volume & Security

For 50+ seats, dedicated support, or SOC 2 reports, talk to us.

    {[ "Bulk CSV invites", "Custom retention windows", "SAML/SCIM provisioning", "Dedicated onboarding help", ].map((line) => (
  • {line}
  • ))}
Contact Sales

Loved by early teams

Here’s what pilot customers are saying.

{testimonials.map((t) => (
“{t.quote}”
{t.name.split(" ")[0][0]}
{t.name}
{t.role}
))}

Testimonials are examples from pilot users; individual results will vary.