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

# Introduction

> Bodhveda helps you add in-app notifications to your product in minutes, not weeks.

export const BuilderCard = () => <a href="https://ceoshikhar.com" target="_blank" rel="noopener noreferrer" style={{
  display: "flex",
  alignItems: "center",
  gap: "0.75rem",
  maxWidth: "320px",
  padding: "0.75rem 1rem",
  border: "1px solid var(--card-border, rgba(125,125,125,0.25))",
  borderRadius: "0.75rem",
  textDecoration: "none",
  transition: "background 0.15s ease, border-color 0.15s ease"
}}>
    <img src="https://ceoshikhar.com/images/me.png" alt="Shikhar" width="44" height="44" style={{
  borderRadius: "9999px",
  flexShrink: 0
}} />
    <span style={{
  lineHeight: 1.3
}}>
      <span style={{
  display: "block",
  fontSize: "0.7rem",
  opacity: 0.6
}}>Built by</span>
      <span style={{
  display: "block",
  fontWeight: 600
}}>ceoshikhar.com ↗</span>
      <span style={{
  display: "block",
  fontSize: "0.7rem",
  opacity: 0.5
}}>
        I build things. Sometimes they're good.
      </span>
    </span>
  </a>;

## Get started

Bodhveda is [open source](https://github.com/MudgalLabs/bodhveda), so feel free to create issues to report bugs, request features or anything you may need.

Found a bug? [Open an issue](https://github.com/MudgalLabs/bodhveda/issues). Need help? Email [hey@ceoshikhar.com](mailto:hey@ceoshikhar.com).

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Start sending notifications in minutes.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Explore the API in depth.
  </Card>

  <Card title="SDKs" icon="code" href="/docs/sdks">
    Explore the available Bodhveda SDKs for different langauges and
    frameworks.
  </Card>

  <Card title="Concepts" icon="book" href="/docs/concepts/recipients">
    Explore concepts that make up Bodhveda.
  </Card>
</Columns>

<br />

<BuilderCard />
