Background jobs for every stack, fully managed.
Enqueue, schedule, and monitor jobs with a hosted API, a browser-based dashboard, and official SDKs for .NET, TypeScript, Python, Go, Java, PHP, and Ruby.
From dotnet add to first job
Copy each step. Run against the live API. No leaving this page.
dotnet add package Zeridion.Flare --prerelease // appsettings.json { "Zeridion": { "ApiKey": "zf_live_sk_xxxxxxxxxxxxxxxxxxxx" } }
Automatic retries
Exponential backoff with configurable retry counts and dead-letter handling.
Progress reporting
Call ctx.ReportProgress(0.42) from your job; the value rides the next heartbeat to the dashboard’s progress bar.
Recurring jobs
Define cron schedules directly in code — no external scheduler or timer service required.
Queue visibility
Dashboard metrics, alerting, and full payload inspection for every job state.
Every entry point has one job
Each surface has a single clear responsibility.
API
api.zeridion.com/flare/v1 is the canonical public SDK target.
Dashboard
dashboard.zeridion.com is the canonical dashboard entrypoint. There is no separate portal URL.
Docs
docs.zeridion.com/flare hosts quick starts, SDK reference pages, and API examples.
Ship background work in minutes, not sprints.
Install the NuGet package, add two lines of config, and start enqueuing jobs against the hosted Flare API.