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

# Welcome

> Buildpad is a platform for building products. Describe what you want to create and it helps you think it through, research it, build it, and move forward.

<div className="px-4 py-16 lg:py-32 lg:pb-16 max-w-3xl mx-auto">
  <h1 className="block text-4xl font-medium text-center text-gray-900 tracking-tight">
    Buildpad docs
  </h1>

  <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500">
    Buildpad is a platform for building products. Describe what you want to create and it will help you think it through, research it, build it, and move you forward.
  </div>

  <div className="px-6 lg:px-0 mt-12 lg:mt-20 grid sm:grid-cols-2 gap-x-8 gap-y-10">
    <a href="https://buildpad.io/docs/canvas" className="block card-link">
      <img src="https://mintcdn.com/buildpad/GyNbvNEKIaQQOzef/images/canvas.png?fit=max&auto=format&n=GyNbvNEKIaQQOzef&q=85&s=6ee6515d0072d399932dfaa48f6ed384" alt="Canvas workspace with documents, notes, and websites" className="w-full rounded-lg" style={{border: '1px solid #b3b3b3', pointerEvents: 'none'}} width="1920" height="1080" data-path="images/canvas.png" />

      <h3 className="mt-4 font-semibold text-gray-900">Canvas</h3>
      <p className="mt-1 text-gray-500">Your infinite workspace where documents, research, websites, and notes come together</p>
    </a>

    <a href="https://buildpad.io/docs/ultraplan" className="block card-link">
      <img src="https://mintcdn.com/buildpad/GyNbvNEKIaQQOzef/images/ultraplan-in-progress.png?fit=max&auto=format&n=GyNbvNEKIaQQOzef&q=85&s=2fdc583ae552547773b3f004d08ad50b" alt="Ultraplan running strategic planning in the chat" className="w-full rounded-lg" style={{border: '1px solid #b3b3b3', pointerEvents: 'none'}} width="1920" height="1080" data-path="images/ultraplan-in-progress.png" />

      <h3 className="mt-4 font-semibold text-gray-900">Ultraplan</h3>
      <p className="mt-1 text-gray-500">Finds the one thing blocking your progress and creates a plan to break through it.</p>
    </a>

    <a href="https://buildpad.io/docs/research" className="block card-link">
      <img src="https://mintcdn.com/buildpad/GyNbvNEKIaQQOzef/images/research-in-progress.png?fit=max&auto=format&n=GyNbvNEKIaQQOzef&q=85&s=731c5941c8aa53cf20bf653cfde3af4d" alt="Research agents working in parallel with live sources" className="w-full rounded-lg" style={{border: '1px solid #b3b3b3', pointerEvents: 'none'}} width="1920" height="1080" data-path="images/research-in-progress.png" />

      <h3 className="mt-4 font-semibold text-gray-900">Research</h3>
      <p className="mt-1 text-gray-500">Multiple AI agents research in parallel, producing cited reports with real sources.</p>
    </a>

    <a href="https://buildpad.io/docs/websites" className="block card-link">
      <img src="https://mintcdn.com/buildpad/GyNbvNEKIaQQOzef/images/website-preview.png?fit=max&auto=format&n=GyNbvNEKIaQQOzef&q=85&s=9c0235752f2e7bb50ad43980b73dc125" alt="Website builder showing a live preview" className="w-full rounded-lg" style={{border: '1px solid #b3b3b3', pointerEvents: 'none'}} width="1920" height="1080" data-path="images/website-preview.png" />

      <h3 className="mt-4 font-semibold text-gray-900">Websites</h3>
      <p className="mt-1 text-gray-500">Design, build, and publish websites to validate your idea or start selling.</p>
    </a>
  </div>
</div>
