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

# Introduction

> Serverless Job Scheduling for Developers

# Welcome to QuedUp

QuedUp is a serverless job scheduling platform designed to make background job processing simple and reliable for developers. Whether you need to run recurring tasks, one-off jobs, or complex workflows, QuedUp handles the infrastructure so you can focus on building your product.

## What is QuedUp?

QuedUp provides a "Fire and Forget" service for job scheduling. You define your job once, and we handle the rest:

* **Recurring Jobs**: Schedule tasks to run on a cron schedule
* **One-time Jobs**: Run tasks at a specific time in the future
* **Automatic Retries**: Built-in retry logic with exponential backoff
* **Comprehensive Logging**: Track job runs, status, and responses
* **Simple API**: Easy-to-use REST API for all operations

## Why QuedUp?

We built QuedUp because scheduling jobs should be simple. We've all been there - building a new product and needing to process something in the background. Next thing you know, you're juggling three AWS services or relying on an open-source package that hasn't been updated in years.

With QuedUp, you get:

* **No Infrastructure Management**: We handle the servers, scaling, and reliability
* **Developer-Friendly**: Simple API with clear documentation
* **Reliable Execution**: Automatic retries and error handling
* **Transparent Monitoring**: Clear logs and status tracking
* **Cost-Effective**: Pay only for what you use

## Quick Start

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started">
    Create your first job in minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Complete API documentation
  </Card>
</CardGroup>
