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

# Introduction

> Booper is the simplest job scheduling API

## Getting started

Start by creating your first scheduled HTTP request.

<CardGroup cols={2}>
  <Card title="Create your first job" icon="screwdriver-wrench" href="/quickstart#create-your-first-job">
    Create your first one-off scheduled job
  </Card>

  <Card title="Schedule a recurring job" icon="calendar" href="/quickstart#schedule-a-recurring-job">
    Schedule a job to execute on a recurring basis
  </Card>
</CardGroup>

## Get inspired

Check out some examples of scheduled jobs.

<CardGroup cols={2}>
  <Card title="Daily standup in Discord" icon="discord" href="/examples/daily-standup">
    Schedule a standup prompt to be sent out every weekday at 10am.
  </Card>

  <Card title="Top HN post alerts" icon="hacker-news" href="/examples/hn">
    Get alerted of any new HN post that exceeds a threshold of upvotes every
    hour.
  </Card>

  <Card title="Delayed welcome email" icon="envelope" href="/examples/welcome-email">
    Send a welcome email to new users 45 minutes after they sign up.
  </Card>

  <Card title="Product update announcements" icon="megaphone" href="/examples/product-update">
    Schedule a product update announcement every month from your changelog.
  </Card>
</CardGroup>
