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

# Intro

<video src="https://doc-asset.heaven.xyz/videos/bg-warm.mp4" autoPlay loop muted playsInline className="video-background" />

<div className="dark-overlay" />

<div className="intro-hero">
  <div className="intro-container">
    <img src="https://doc-asset.heaven.xyz/logo.gif" className="logo-video" />

    <div className="logo-spacer" />

    <h1 className="intro-title">
      Meet Heaven
    </h1>
  </div>

  <p className="intro-subtitle">
    The final launchpad & AMM on Solana.
  </p>

  <div className="intro-cards">
    <a href="/about" className="intro-card">
      <span className="intro-card-icon">🪽</span>
      <h3>What is Heaven?</h3>
      <p>What Heaven is, and why we built it.</p>
    </a>

    <a href="/light" className="intro-card">
      <span className="intro-card-icon">💡</span>
      <h3>What is \$LIGHT?</h3>
      <p>Understanding Heaven's native token.</p>
    </a>

    <a href="/sdk/quickstart/api" className="intro-card">
      <span className="intro-card-icon">⚡️</span>
      <h3>Quickstart</h3>
      <p>Begin interacting with Heaven's REST API.</p>
    </a>

    <a href="/sdk/contract/idl" className="intro-card">
      <span className="intro-card-icon">🛠️</span>
      <h3>Developers</h3>
      <p>Home to all developers building on Heaven.</p>
    </a>
  </div>
</div>
