> ## 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.

# 定價

> 為每位使用 Prompt.to.design 的設計師提供簡單透明的定價計劃.

Prompt.to.design 為想要快速行動的設計師提供靈活的計劃——在幾分鐘內從想法到佈局.

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

    <ul>
      <li>所有核心功能</li>
      <li>每天 20 代</li>
      <li>基本風格學習</li>
      <li>社區支持</li>
    </ul>

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

  <Card title="加計劃💎" 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>每年:</strong> 12 美元/月 — 節省 30%
    </p>

    <ul>
      <li>每月 100 個積分</li>
      <li>一切免費</li>
      <li>Figma integration</li>
      <li>包括 S2D Component Pro 計劃</li>
      <li>私人項目</li>
    </ul>

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