Starting today, all Bun 1.x projects can benefit from blazing-fast and scalable background jobs, without extra configuration.
It was only a matter of time before we joined forces:
Defer is flexible by bringing support to projects using Bun Bundler, Bun Package Manager and Bun Runtime.
You can choose to only leverage the Bun Bundler and Bun Package Manager or to also get the performance of Bun Runtime to perform your background executions.
To enable Defer on your Bun project, update your package.json file and deploy your app from GitHub:
{ "engines": { "bun": "1.x" }}
More details on supported versions and lock file strategies are available in our documentation.
Defer's Bun support unlocks multiple exciting use cases for developers building fast applications on the edge.
Offload compute-intensive Vercel Edge Function on Bun
Vercel Edge Function now supports the Bun Package Manager.
With Defer, leverage the power of the Bun Runtime within your NextJS application by deferring compute-intensive tasks on Defer.
Leverage Bun with your favorite libraries
As many of your favorite libraries are bringing support for the Bun Runtime, ensure that all of your background jobs benefit from its performance.
Send emails with Resend, Bun and Defer in under 5 minutes.
Build faster LLM data-processing pipelines
LLM apps are quite popular on Defer. Developers leverage Defer's Scheduler to handle OpenAI rate-limiting and orchestrate workflows.
Some LLM apps require fetching and transforming loads of data before prompting to OpenAI, like our GitHub Readme OpenAI Generator demo.
Enabling Bun on your LLM applications, leverages faster runtime executions while benefiting from Defer's reliable and performant Scheduler.
Setup a Bun application on Defer is a matter of 5 minutes, get started with your favorite framework:
Build resilient NextJS apps and experiment with LLM workflows at scale.
Defer is joining forces to extend the great RedwoodJS toolset with easy to set up and reliable background jobs.
We are happy to put a first step into the open by welcoming our community to our product cycles.