Back to home

Roadmap

Where SendItWhenever is headed — what's shipped, what's in progress, and what's planned for the webhook scheduler.

Shipped

8

Live in production today.

  • Second-precise scheduling + Early Firing

    Schedule webhooks for any future second and fire them ahead of the deadline by the measured round-trip time.

  • Encryption at rest, HMAC signing & SSRF protection

    Payloads encrypted with AES-256-GCM, every delivery HMAC-signed, and destinations re-checked at fire time.

  • Retries, backoff & dead-letter queue

    Failed deliveries retry with exponential backoff and land in a dead-letter queue when exhausted.

  • Node & Python SDKs

    Official `@sendithq/sdk` and `sendithq` packages with batch scheduling and shared signature verification.

  • Self-service signup

    Sign up with Google or GitHub OAuth or a magic link, and manage keys and billing from the dashboard.

  • Delivery log, replay & clone

    Search every delivery attempt within your plan's retention window, then replay or clone any schedule.

  • Per-account rate & retry controls

    Set your own calls-per-second throttle and a custom retry policy per account.

  • Failure alerts to Slack, Discord & email

    Get notified on your own Slack or Discord channel — or by email — when a scheduled webhook permanently fails after every retry.

In progress

4

Being built right now.

  • Status, changelog & roadmap pages

    Public pages for real-time service health, shipped changes, and what's coming next.

  • Interactive landing playground

    Fire a real signed webhook from the landing page and watch the delivery timeline live.

  • Live billing rollout

    Lemon Squeezy checkout and subscription sync moving from test mode to live payments.

  • Point-in-time backups

    Continuous WAL archiving and point-in-time restore for the records database.

Planned

3

On the near-term list.

  • High-availability failover

    A second stateless node with automatic failover for zero-downtime delivery.

  • Studio & Scale plans

    Higher-volume tiers above Indie — more monthly schedules, larger payloads, and faster delivery rates — opening after launch.

  • Async bulk scheduling

    A 202-accepted async path for enqueuing very large batches of schedules.

This roadmap is directional, not a commitment — priorities shift with what users need most. Have a request? Tell us.