> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guideless.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Guideless pricing plans and features

> Compare the Free and Pro plans for Guideless, including guide limits, MP4 export, analytics, custom branding, watermark removal, and team seat options.

<div className="not-prose mt-2 mb-10">
  <p className="text-sm font-medium tracking-wide uppercase text-indigo-500 dark:text-indigo-400 mb-3">Simple pricing</p>

  <h1 className="text-4xl md:text-5xl font-semibold tracking-tight leading-tight text-zinc-900 dark:text-white">
    Two plans. No friction.
  </h1>

  <p className="mt-4 text-lg text-zinc-600 dark:text-zinc-400 max-w-2xl">
    Start free. Upgrade when you need more guides, deeper insights, and the polish your team deserves.
  </p>
</div>

<div className="not-prose grid grid-cols-1 md:grid-cols-2 gap-5 my-10">
  <div className="rounded-2xl border border-zinc-200 dark:border-zinc-800 p-7 bg-white dark:bg-zinc-950">
    <div className="flex items-baseline justify-between">
      <h3 className="text-xl font-semibold text-zinc-900 dark:text-white">Free</h3>
      <span className="text-xs font-medium tracking-wide uppercase text-zinc-500">Try it</span>
    </div>

    <div className="mt-4 flex items-baseline gap-1">
      <span className="text-4xl font-semibold text-zinc-900 dark:text-white">\$0</span>
      <span className="text-zinc-500">/ month</span>
    </div>

    <p className="mt-3 text-sm text-zinc-600 dark:text-zinc-400">Everything you need to test Guideless end to end.</p>
    <a href="https://guideless.ai/auth" className="mt-6 inline-flex w-full justify-center items-center rounded-full border border-zinc-200 dark:border-zinc-800 hover:border-zinc-300 dark:hover:border-zinc-700 px-4 py-2.5 text-sm font-medium text-zinc-900 dark:text-white no-underline">Start free</a>

    <ul className="mt-6 space-y-2.5 text-sm text-zinc-700 dark:text-zinc-300">
      <li>✓ Up to 3 guides</li>
      <li>✓ AI narration</li>
      <li>✓ AI voices</li>
      <li>✓ Share via link</li>
    </ul>
  </div>

  <div className="rounded-2xl border border-indigo-500/30 ring-1 ring-indigo-500/20 p-7 bg-gradient-to-b from-indigo-50/40 to-transparent dark:from-indigo-500/10">
    <div className="flex items-baseline justify-between">
      <h3 className="text-xl font-semibold text-zinc-900 dark:text-white">Pro</h3>
      <span className="text-xs font-medium tracking-wide uppercase text-indigo-600 dark:text-indigo-400">Most popular</span>
    </div>

    <div className="mt-4 flex items-baseline gap-1">
      <span className="text-4xl font-semibold text-zinc-900 dark:text-white">\$29</span>
      <span className="text-zinc-500">/ user / month</span>
    </div>

    <p className="mt-3 text-sm text-zinc-600 dark:text-zinc-400">Billed annually. Built for teams shipping guides at scale.</p>
    <a href="https://guideless.ai/auth" className="mt-6 inline-flex w-full justify-center items-center rounded-full bg-indigo-600 hover:bg-indigo-500 text-white px-4 py-2.5 text-sm font-medium no-underline">Upgrade to Pro</a>

    <ul className="mt-6 space-y-2.5 text-sm text-zinc-700 dark:text-zinc-300">
      <li>✓ Everything in Free</li>
      <li>✓ Unlimited guides</li>
      <li>✓ Analytics and insights</li>
      <li>✓ Unlimited AI narration and voices</li>
      <li>✓ MP4 export</li>
      <li>✓ No Guideless watermark</li>
    </ul>
  </div>
</div>

## Pricing FAQs

<AccordionGroup>
  <Accordion title="Can I try it for free?">
    Yes. The Free plan includes guide creation, AI narration, and sharing. Upgrade anytime for unlimited access.
  </Accordion>

  <Accordion title="When will I be billed?">
    You'll only be charged when you upgrade to Pro.
  </Accordion>

  <Accordion title="Can I cancel anytime?">
    Yes. Cancel anytime. You'll keep Pro access until the end of your billing period.
  </Accordion>

  <Accordion title="Is payment secure?">
    Yes. Payments are securely processed by Stripe. Your card details never touch our servers.
  </Accordion>

  <Accordion title="Do you offer team billing?">
    Yes. One subscription covers your entire workspace.
  </Accordion>
</AccordionGroup>
