Week of September 14, 2026
Updates
- React 19.3 upgrade. The framework that renders every screen in the platform moved up to React 19.3. The release adds native support for View Transitions, so future navigation and list animations can be smoother. You get faster rendering and a stronger foundation for upcoming interface polish, with no change to how the app looks or works day-to-day. See the Quickstart to get started.
- Firebase 12.19 upgrade. The Firebase client that powers sign-in, Firestore, analytics, and in-app AI moved to the latest minor release. It fixes a bug that could return a
400error when the in-app AI called a function on newer Gemini models. It also corrects a validation issue that blocked structuredenumresponses when a response schema was provided. You get more reliable AI-assisted features and no change to how you sign in or use your data. See the Quickstart to get started. - AI SDK refresh. The AI SDK that powers model calls across the platform moved up several patch releases. The upgrade adds batch cancel and list APIs for long-running generations and supports per-request model selection inside a batch. It also tightens retry handling on transient empty image results and enforces tool choices in streamed responses. You get more predictable AI runs and safer recovery when a provider hiccups, with no change to how the app looks day-to-day. See the Quickstart to get started.
- Amazon S3 client refresh. The Amazon S3 client and presigned-URL library used for file uploads and downloads moved forward four patch releases. The refresh picks up the latest AWS endpoint updates and adds support for S3 Object Lock event-based retention parameters at the object and bucket level. You get more reliable file storage with no change to how uploads and downloads work day-to-day. See the Quickstart to get started.
- Expanded icon set. The icon library used across the interface moved up four minor releases. It adds new icons including
calendar-chevrons-right,messages-circle,notebook-dot,globe-code,layout-arrow-right,layout-arrow-down,plant-pot, andhouses. It also refines existing icons such asalbum,book-marked,door-open,satellite-dish, and the credit card set for better legibility. You get a broader, cleaner icon vocabulary across menus and dashboards. See the Quickstart to get started. - Faster database connections. The MySQL driver behind the platform’s database access moved to its latest patch release. The update reduces per-query overhead, speeds up local date and short-string handling, reuses TLS sessions across connections to the same server, and improves compression performance. You get quicker page loads on data-heavy screens with no change to how the app looks or works day-to-day. See the Quickstart to get started.
- Payments, validation, and JWT library updates. The Stripe client, Zod validation library, and JOSE JWT library each moved to their latest patch releases. You get small performance and reliability improvements to checkout, form validation, and authenticated requests. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- Web server framework upgrade. The Express web server framework behind the platform’s API moved from 4.21 to 5.2. The upgrade tightens status code validation, refreshes body parsing and static file serving, and adds deprecation warnings for redirects called with undefined arguments. You get more predictable API responses and a stronger foundation for future backend improvements, with no change to how the app looks or works day-to-day. See the Quickstart to get started.
- Development toolchain refresh. Five development-only libraries moved up to their latest releases. The refresh covers the CSS vendor-prefixer, the in-browser ZIP utility, Google Maps and Node.js type definitions, and a small install helper. You get a fix for old
-webkit-gradient output, improved binary-type detection and Node.js 18+ Blob support in ZIP handling, and more accurate type definitions during builds. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started. - Smoother resizable panels. The library behind resizable split panels moved up a major version to 4.12.4. The upgrade adds keyboard-focus styling on drag handles, an option to disable the double-click size reset, and better accessibility labels on separators. It also fixes a right-click bug during active resize, a pointer-capture edge case on detached separators, and layout jumps on touch devices. You get more precise, predictable panel resizing across screens that use split layouts. See the Quickstart to get started.
Week of September 11, 2026
New features
- Bootstrapper partner badges in the footer. The site footer now shows official partner badges for Bootstrapper Capital and Bootstrapper.ai alongside the existing IONOS Cloud badge. Each badge links out to the partner site in a new tab. Use them to jump straight to the community and AI operating partners without leaving the current page. See the Quickstart to get started.
Updates
- More thorough pre-release code review. Every proposed change to the platform now runs through an automated multi-reviewer check before it can be merged. The check posts a synthesized review on each pull request, so issues get caught earlier and releases stay steady. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- HTML sanitization hardening. The library that sanitizes user-generated HTML across the platform moved up three patch releases. The upgrade adds tighter hardening against DOM clobbering in XML contexts, closes edge-case bypasses when risky tags are allow-listed, and fixes a hook handling issue during in-place sanitization. You get stronger protection against injected markup wherever the platform renders user-supplied content, with no change to how the app looks or works day-to-day. See the Quickstart to get started.
Bug fixes
- ID generation stability fix. The library that generates unique identifiers across the platform moved to its latest patch release. The update fixes a crash triggered by unusually large user IDs and resolves two infinite-loop edge cases in ID generation. You get more stable sessions with no change to how the app looks or works day-to-day. See the Quickstart to get started.
Week of September 7, 2026
New features
- Virtual Office & Comms suite. Three new communication surfaces turn Agent Lab into a virtual office. The Live Video & Screen War Room (
/meeting) hosts zero-install WebRTC video calls with screen sharing, a meeting scratchpad, and AI meeting summaries. The Client Messenger (/messages) unifies office team channels and direct client threads with one-click War Room invites and an AI response assistant. The Teardown Studio (/screen-recorder) records browser-native screen-and-mic teardowns with instant playback,.webmdownload, and AI teardown briefs saved to the Results Vault. All three are reachable from the dashboard and the new Virtual Office & Comms sidebar section. See the Virtual Office & Comms suite guide. - Cross-department operating playbooks. A new Playbooks page shows five governed journeys that connect department workflows end to end. The journeys cover lead to sale, sale to delivery, delivery to retention, finance controls, and the proof and referral loop. Each playbook spells out its trigger, completion definition, owners, approvals, handoffs between workflows, fallback and stop protocols, and evidence requirements. You can now see exactly how work moves across department boundaries and who is accountable at each step. Existing workflow IDs are unchanged. See workflow packages for how individual workflows are organized.
Updates
- Test framework upgrade. The framework that runs the platform’s automated test suite moved up a major version. The new release clears mocks between tests by default and fails tests that skip asynchronous assertions, so the suite catches regressions earlier and keeps releases reliable. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- TypeScript compiler upgrade. The compiler that checks and builds the platform’s code moved up two major versions to TypeScript 7, the new natively compiled release. You get faster builds and earlier detection of code issues before each release. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- Platform-wide library refresh. More than 50 production libraries moved to their latest minor and patch releases. The refresh covers the interface components behind forms, dialogs, menus, tabs, and charts, plus AI, payments, file storage, and database connectivity. You get faster interactions, security fixes, and compatibility with the newest AI models and payment provider features. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- Package manager upgrade. The tool that installs the platform’s dependencies moved up two major versions. You get faster dependency resolution and more reliable builds behind the scenes. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- Node.js type definitions upgrade. The Node.js type definitions used during development moved up two major versions. This keeps builds aligned with the newest Node.js APIs and catches more issues before release. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- Build tooling refresh. The internal styling, bundling, and code formatting toolchain moved to its latest releases. You get more reliable production builds, security fixes, and small performance improvements behind the scenes. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
Week of September 4, 2026
Updates
- Instantly.ai outbound engine. Agent Lab now integrates with Instantly.ai for cold email outreach. You can verify your API connection, list your Instantly campaigns, and receive campaign engagement events through a new webhook receiver that flags interested leads automatically. Configure it with your Instantly API key. See the Instantly.ai outbound engine reference for setup details.
- New registered collaborator. JoBeth McCarthy-Jean joined the public contact directory as a registered collaborator. You can find her contact details there if you need to reach her. Nothing about your account or workflow changes. See the Quickstart to get started.
- Updated contact information. The email address for Chris, the Bootstrapper Capital / Community Director, changed in the public contact directory. Use the new address listed there if you need to reach Chris for community questions. Nothing else about your account or workflow changes. See the Quickstart to get started.
Week of August 22, 2026
Updates
- Payments library upgrade. The library that powers marketplace checkout, subscription billing, and usage metering moved to its latest major release. You get more reliable payment processing and compatibility with the newest payment provider features. Nothing changes in how you subscribe to or pay for workflow packages.
- Faster, safer ID generation. The library that generates unique identifiers across the platform moved to its latest major release. You get improved performance and security hardening behind the scenes, with no change to how the app works day-to-day. See the Quickstart to get started.
Week of August 15, 2026
Updates
- Under-the-hood library upgrades. Core libraries powering forms, dialogs, menus, tables, charts, and background data fetching moved to their latest patch and minor releases. You get faster interactions, smaller page downloads, and better compatibility with the latest React versions. Nothing about how the app looks or works day-to-day changes. See the Quickstart to get started.
- Build tooling refresh. The internal build and formatting toolchain moved to newer releases across styling, bundling, and code formatting. You get faster development builds and more reliable production output. Nothing about how the app looks or works day-to-day changes.
Week of August 8, 2026
Updates
- Broader automated QA coverage. A new automated QA suite now exercises the flows you use most. Covered flows include sign up and log in, connecting and disconnecting accounts, the dashboard, calendar navigation, AI caption generation, saving drafts, scheduling posts, publishing, filtering, and deletion. End-to-end journeys also run before every release, including dashboard CTA to scheduled post, AI caption to scheduled post, and publish now to analytics. You get earlier regression detection on the paths that matter, with no change to how the app works day-to-day. See the Quickstart to get started.
Week of August 1, 2026
Updates
- More reliable releases. A new end-to-end testing setup now seeds and tears down realistic data across the app before every release. You get faster iteration on the features you rely on, including signups, subscriptions, blog, newsletter, contact forms, and checkout, with fewer regressions.
- Stronger security posture. Automated code security scanning now runs on every change and on a regular schedule, so vulnerabilities are caught earlier. No action is required from you. The checks run behind the scenes to help keep your account and data safer.
Nothing about your account, data, or day-to-day workflow changes with this
update. See the Quickstart to get started.

