Introduction
Welcome to ServerlessQ 👋🏽
If you want to get started now head over to the Getting Started Guide.
What is ServerlessQ
ServerlessQ is the serverless toolbox!
You want to use a message queue without the overhead of AWS? 👉🏽 You're at the right place
ServerlessQ lets you easily create Message Queues and Cron Jobs.
Its main focus is to enable users of serverless platforms like Vercel or Netlify to build full fleshed applications.
Add background functionality and regular schedules.
Message Queues
ServerlessQ allows you to send messages to a queue, and we will forward your messages to your target system. With that you can simply reuse your existing APIs and let your jobs run asynchronously. Background functions run without any wait time for your users.
Cron Jobs
Cron Jobs are scheduled events that will be executed regularly. Common examples are for instance sending regular newsletters each week or cleaning your database monthly. Cron Jobs are really powerful. Originally, they run on a Unix machine and execute some local script. But you can also use Cron Jobs to call webhooks and trigger functionality. Head over to Cron Jobs to see more details
Target Systems
Your API can run everywhere! Typically, the target APIs run on:
Let's talk!
Do you need help onboarding? Do you have any feedback or feature requests?
I'd love talking to you! Schedule a call and get free support and a top-up of 10,000 requests!
Let's build something amazing together 🚀