Skip to main content
Conduitt.
Calender Pen icon6 updates

Changelog

New updates and improvements to Conduitt. Follow along as we build.

·Improvement

Branded Conduitt domains

We aligned customer-facing hosts and generated links with the Conduitt brand so invoice, email, and documentation flows point users back to the right product surfaces.

What's new

  • The web app, API metadata, email templates, and generated fallback documentation now use branded customer-facing hosts consistently.
  • Production and staging URLs resolve through the intended product hosts instead of parent-company domains.
  • Email and invoice flows point customers back to branded Conduitt surfaces.
·Square Wand Sparkle iconFeature·Label Info iconv2.1.0

Landing Refresh

Landing Refresh

We've completely redesigned the marketing site with a fresh, modern visual system inspired by the best SaaS landing pages.

What's New

Updated Hero Section

The hero section now features a cleaner layout with improved typography and better visual hierarchy. The new design puts your value proposition front and center.

Revamped Pricing Page

  • Clearer tier comparison
  • Highlighted recommended plan
  • Improved mobile responsiveness
  • Added annual billing toggle with savings indicator

New Feature Sections

Each product feature now has its own dedicated section with:

  • Animated illustrations
  • Concise benefit-focused copy
  • Clear call-to-action buttons

Technical Improvements

  • Migrated to Next.js 16 with Turbopack
  • Improved Lighthouse scores across all pages
  • Reduced initial bundle size by 23%

This update sets the foundation for our upcoming product launches. Stay tuned for more exciting features!

·Improvement·Label Info iconv2.0.5

Faster Invoice Previews

We've significantly improved the invoice preview pipeline for snappier updates and cleaner exports.

Performance Improvements

Real-time Preview Updates

Invoice previews now update in under 100ms as you type. No more waiting for the preview to catch up with your changes.

Optimized PDF Generation

  • PDF exports are now 3x faster
  • Reduced memory usage during generation
  • Better handling of large invoices with many line items

New Preview Features

Zoom Controls

You can now zoom in and out of the preview:

  • Cmd/Ctrl + Plus to zoom in
  • Cmd/Ctrl + Minus to zoom out
  • Cmd/Ctrl + 0 to reset zoom

Split View Mode

Toggle between full preview and split view modes for easier editing on smaller screens.

Bug Fixes

  • Fixed preview flickering when switching between invoices
  • Resolved font rendering issues on Windows
  • Fixed incorrect total calculation display in certain currencies
·Improvement·Label Info iconv2.0.0

Team reminders and audit visibility

Team reminders and audit visibility

We improved the team-facing reminder and audit documentation so operators can see the reminder surfaces available today and where approval workflows remain on the roadmap.

Reminder workspace

The reminders workspace now has clearer guidance for:

  • Reviewing scheduled reminder activity
  • Checking recent sends and outcomes
  • Updating workspace reminder defaults in settings

Team coordination

Operators can keep invoice follow-up context in the same workspace instead of spreading ownership across email and spreadsheets:

  • Use inbox queues and tasks for ownership
  • Review reminder history on the invoice timeline
  • Use internal notes where follow-up context should stay team-only

Audit visibility

Audit records cover key workflow and security-sensitive activity, including actor identity, workspace scope, action, resource details, request metadata, and timestamps.

Roadmap boundary

Multi-step invoice approval chains, approval dashboards, and public webhook payload migrations are not documented public surfaces today. Treat those as roadmap items until the feature docs and API reference say otherwise.

·Improvement·Label Info iconv1.9.0

API reference and developer availability notes

We refreshed the public API documentation so developers can build against the REST resources that are documented today and see which developer surfaces are still tracked as availability items.

Public REST API

The documented API uses bearer credentials and predictable REST resources:

  • Consistent resource naming
  • Proper HTTP methods
  • Predictable pagination
  • Standardized error responses

Example Request

curl -X POST https://api.conduitt.io/v1/invoices \
  -H "Authorization: Bearer ck_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "client_id": "cl_abc123",
    "line_items": [
      {
        "description": "Consulting Services",
        "quantity": 10,
        "unit_price": 15000
      }
    ],
    "due_date": "2026-02-28"
  }'

Developer availability

The public docs now separate available surfaces from roadmap items:

  • Official SDK packages are not published as public packages.
  • Customer-managed webhook subscriptions are not described as a public API.
  • The documented testing path uses API keys with live and test prefixes.

Developer workflow

  • Use the API reference for endpoint-level documentation.
  • Use direct HTTPS requests or an internal wrapper until official SDK packages are published.
  • Check the webhook availability page before promising event subscriptions to a customer.

Migration note

There is no public API v2 migration requirement documented in the current public docs.

·Triangle Warning iconFix·Label Info iconv1.8.2

November Bug Fixes

This release focuses on stability improvements and bug fixes reported by our community.

Fixed Issues

Invoice Editor

  • Fixed cursor jumping when editing line item descriptions
  • Resolved issue where tax calculations were incorrect for certain regions
  • Fixed drag-and-drop reordering not saving properly

Payment Processing

  • Fixed Stripe webhook timeout issues under high load
  • Resolved duplicate payment notifications
  • Fixed currency conversion rounding errors

Dashboard

  • Fixed chart data not updating after invoice status changes
  • Resolved slow loading on accounts with 10,000+ invoices
  • Fixed export to CSV including deleted invoices

Mobile App

  • Fixed push notifications not appearing on iOS 17
  • Resolved login issues on Android 14
  • Fixed invoice PDF not opening on certain devices

Performance

  • Reduced dashboard load time by 40%
  • Optimized database queries for invoice listing
  • Improved search indexing speed

Security

  • Updated dependencies to patch known vulnerabilities
  • Improved rate limiting on authentication endpoints
  • Added additional logging for security events

Thank you to everyone who reported these issues! Keep the feedback coming.

We use cookies to improve your experience, analyze traffic, and personalize content.