Skip to content

Changelog

What's new in Flivara

We are constantly shipping new features, performance updates, and improvements. Here's what we've been working on.

v1.5.0Feature

Stripe Billing & Connect Integration

What's New

We've completely overhauled our billing infrastructure to support multi-tenant checkout routing. You can now easily subscribe to Starter, Agency Pro, or Enterprise tiers with monthly or yearly billing (which gives you 2 months free!).

More importantly, your clients can now pay their proposal deposits directly into your connected Stripe account seamlessly.

Stripe Connect Billing Settings Dashboard

Technical highlights:

  • Idempotent webhook handlers with raw-body signature verification.
  • Connect-routed proposal deposit checkouts ensuring 100% of funds go straight to your agency.
  • Dead-letter persistence for any failed webhooks to ensure complete reliability.
v1.4.0Enhancement

AI Proposal Generation Workers

Robust AI Processing

We've fundamentally upgraded how AI proposal and brief generation works under the hood. By moving our Claude intelligence pipelines into dedicated BullMQ workers, we've improved reliability and speed for processing large intake documents.

AI Proposal Generation Queue Interface

What this means for you:

  • Real-time progress updates directly in your dashboard (brief:{agencyId} / proposal:{agencyId}).
  • Automated Dead-Letter Queues (DLQ) meaning if an AI request fails due to rate limits, it safely retries without losing any of your client's intake data.
  • Built-in cost logging so we can continue to optimize generation efficiency across all agency tiers.