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

# Introduction

> Welcome to Boring Database

## What is Boring Database

It's a framework for launching niche "data as a service" businesses. Complete with Magic Link Auth, Stripe Payments and Emails.

<img className="block" src="https://mintcdn.com/boringdatabase/HniSkMRsRLIErRYT/images/boringdb-hero.png?fit=max&auto=format&n=HniSkMRsRLIErRYT&q=85&s=c51e0b57db3e6f6c36b0a93496884d7a" alt="boring database hero light" width="1520" height="924" data-path="images/boringdb-hero.png" />

## Setup Requirements

Everything you need to get started.

<CardGroup cols={2}>
  <Card title="Emails" icon="envelope" href="/emails/resend">
    Setup Resend for One-Time-Login code emails, and subscription success.
  </Card>

  <Card title="Stripe" icon="stripe" href="payments/stripe">
    Setup Stripe account for subscription payments and one-time payments.
  </Card>

  <Card title="Fly.io" icon="fly" href="/deploy/fly">
    Setup Fly.io account and CLI for easy deployment.
  </Card>
</CardGroup>

## Make it yours

How to modify the repo to your custom brand

<CardGroup cols={2}>
  <Card title="Customize Style" icon="palette" href="/config/shadcn">
    Customize your brand colours and component style.
  </Card>

  <Card title="Site Config" icon="code" href="/config/site">
    Start here to quickly configure your site name and metadata.
  </Card>

  <Card title="Payment Plan Config" icon="tags" href="/payments/seed">
    Modify the payment plans and pricing seed file to suit your business model.
  </Card>

  <Card title="Prisma Model" icon="database" href="/datatable/loading-data">
    How to make modifications to the prisma data model to suit your dataset
    requirements.
  </Card>
</CardGroup>
