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

# Pricing

> Simple transparent pricing plans for every designer using Prompt.to.design.

Prompt.to.design provides flexible plans for designers who want to move fast — from idea to layout in minutes.

<CardGroup columns={2}>
  <Card title="Free Trial" border>
    <p className="text-2xl font-semibold mt-2 mb-1">\$0 / 7 days</p>

    <ul>
      <li>All core features</li>
      <li>20 generations per day</li>
      <li>Basic style learning</li>
      <li>Community support</li>
    </ul>

    <Button href="#" variant="outline" size="sm" className="mt-4">Start Free Trial</Button>
  </Card>

  <Card title="Plus Plan 💎" highlight="Early Bird">
    <p className="text-2xl font-semibold mt-2 mb-1">\$14.9 / month</p>

    <p className="text-gray-500 text-sm mb-3">
      <strong>Annual:</strong> \$12 / month — Save 30%
    </p>

    <ul>
      <li>100 monthly credits</li>
      <li>Everything in Free</li>
      <li>Figma integration</li>
      <li>Includes S2D Component Pro plan</li>
      <li>Private project</li>
    </ul>

    <Button href="#" variant="primary" size="sm" className="mt-4">Upgrade Now</Button>
  </Card>
</CardGroup>
