> ## 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

> Some examples of how you can use scheduled jobs

### Getting started

Most of the examples are written in TypeScript/JavaScript, using [NodeJS](https://nodejs.org/en) or [NextJS](https://nextjs.org/) for defining custom API routes.

We also include links to [Replit](https://replit.com/) where possible, so you can edit and run the code easily in the browser.

<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>
