✨ Become an Affiliate (50%)!
home

Changelog

Check out the latest changes, improvements, and updates to TurboStarter in one place. Stay informed on what's new!

Work in progress...

Under Development...

Below is a list of tasks currently under development and planned to be released soon. The list can change based on priorities and feedback.

  • AI Kit: Releasing separate AI Kit focused on the AI-focused functionalities (chatbots, agents, etc.)
  • Billing improvements: Credits system, usage based billing, per seat, organization billing and many more
  • Guides and recipes: More tutorials on how to develop end-to-end features with TurboStarter as a foundation
  • ... and countless more fixes, improvements, and optimizations
core
ai
openclaw
envin

Improved organization role checks, AI component refinements, and enhanced instance management

More reliable role handling in organizations, AI component updates with image prefetching, and powerful new pairing and logs capabilities in OpenClaw instance management.

Core

More reliable organization role checks

We’ve refined how member roles are validated across organization components. This improves consistency and reduces edge cases when rendering role-based UI or performing permission checks.

✅ Expect more predictable behavior when working with owner/admin/member-specific features inside organizations.


AI kit

Conversation & markdown component refinements

The conversation and markdown components have been refactored for better structure and maintainability. This results in cleaner rendering logic and a more robust foundation for AI-powered interfaces.

Image prefetching across components

Images are now prefetched across AI components where applicable.

What this means for you:

  • Faster perceived loading times
  • Smoother transitions when displaying generated or remote images
  • Reduced layout shifts in image-heavy views

Minor fixes

A set of small fixes and polish improvements to keep the AI kit stable and predictable.


OpenClaw kit

This release brings meaningful improvements to instance management and dashboard workflows.

🔗 Pairing & device management via CLI

You can now handle pairing and device management directly through new CLI command integrations in the dashboard.

CapabilityDescription
Pairing flowConnect and manage instances more seamlessly
Device managementImproved handling directly from the dashboard
CLI integrationCommand handling wired into dashboard workflows

📜 Logs in instance management

Instance management now includes logs functionality, making it easier to inspect and debug running instances directly from the dashboard.

This significantly improves operational visibility without leaving the platform.

Smarter status updates

Instance hooks have been updated to properly invalidate and refresh status queries. Status changes now propagate more reliably across the UI.

Configuration cleanup

Configuration imports have been consolidated to simplify the internal structure and reduce duplication.

Documentation updates

  • Removed the outdated VPS deployment setup guide
  • Updated the log retrieval command for the VPS provider
  • General documentation cleanup and improvements

Overall, this update focuses on stronger permission handling in core, smoother AI media experiences, and more powerful, CLI-enabled instance management in OpenClaw.

core
ai

Refined AI chat experience, new AI elements, and core maintenance updates

A major upgrade to the AI kit with a new set of reusable AI elements, improved chat and composer UX (web and mobile), plus routine dependency updates and a polished NotFound experience in core.

AI kit

A big step forward for building AI-powered apps with TurboStarter.

We’ve introduced a comprehensive set of AI elements and significantly improved the chat, PDF, image generation, and TTS demo apps.

✨ New AI elements foundation

A new collection of reusable components designed specifically for AI interfaces:

  • Prompt input with integrated dropzone support
  • Attachment handling with validation and clearer error states
  • User & assistant message components
  • Message actions (copy, feedback)
  • Model selector components (chat & TTS)
  • Shimmer/loading states for mobile
  • Shared atomic UI components for consistency

These elements now power:

  • ✅ Chat app
  • ✅ PDF app (migrated)
  • ✅ Image generation app (migrated)
  • ✅ TTS app (enhanced composer)

💬 Chat experience improvements (web & mobile)

The chat interface has been refactored for clarity, flexibility, and performance.

Conversation & layout

  • Improved conversation structure and loading/error handling
  • Sticky-to-bottom behavior for active chats
  • Better scroll handling and layout fixes
  • Cleaner message layout on web
  • Mobile-optimized components (context, reasoning, tools, model selector)

Composer enhancements

The chat composer is now more capable and resilient:

  • Attachment validation and media-type-aware file handling
  • Toggle options and streamlined action menu
  • Improved placeholder text and status handling
  • Better accessibility
  • Toast notifications via sonner-native
// Example: enhanced attachment validation flow
validateAttachment(file, {
  allowedTypes: ["image/*", "application/pdf"],
  maxSizeMB: 10,
});

🔊 TTS & image generation upgrades

The TTS composer now includes:

  • Model selection
  • Voice settings
  • Improved UI structure and feedback states

Image generation components were streamlined and aligned with the new AI elements system, reducing unused code and improving maintainability.


🧱 Under the hood

  • Database schema updates and script parity improvements
  • Chat API adjustments
  • Refactored markdown handling (including react-native-enriched-markdown integration)
  • Removed unused components and dependencies
  • General performance and structural cleanup
  • Version bump to 1.2.0

Core

Routine maintenance to keep TurboStarter stable and up to date:

  • ✅ Updated package dependencies
  • 🧹 Improved the NotFound component for a cleaner fallback experience

Overall, this release significantly upgrades the AI development experience—especially for chat-based apps—while keeping the core platform lean and up to date.

cli

Dependency refresh in core and a more capable CLI

Routine core maintenance with updated tooling, plus meaningful CLI improvements for project setup, management, and reliability.

CLI

This release focuses on making the TurboStarter CLI more capable when setting up and managing projects, while also improving reliability and diagnostics.

Highlights

  • New project management commands to help you manage TurboStarter projects directly from the CLI.
  • ⚙️ Smarter project initialization with configurable providers and improved environment setup.
  • 🧠 Enhanced file modification logic for configured apps, reducing edge cases during setup and updates.
  • 🛠️ Improved error handling and logging, making issues easier to understand and debug.
  • 🔧 Refined Git configuration and repository URL handling for smoother automation.
npx @turbostarter/cli@latest new

If you rely on the CLI for scaffolding or ongoing project management, these changes should make everyday tasks feel more predictable and polished.

core
ai
cli

Improved authentication options, AI kit UI migration, and CLI reliability tweaks

Expanded authentication methods in core, a completed Base UI migration across AI demo apps, and small but important CLI maintenance and cross-platform fixes.

Core platform

Authentication just got more flexible.

We’ve expanded and refined the authentication flow to support more sign-in scenarios while smoothing out rough edges.

  • Google One Tap is now available for web authentication, enabling faster, low-friction sign-ins.
  • ✅ Added email-based OTP as an additional authentication option.
  • 🛠️ Fixed type issues uncovered during auth updates.
  • 🧭 Resolved scroll-related quirks in auth flows for a smoother user experience.
  • 🔄 Updated internal dependencies as part of routine maintenance.

AI kit

Base UI migration completed

All AI demo apps are now aligned on the new Base UI foundation, improving consistency and long-term maintainability.

AreaStatusNotes
UI componentsMigratedShared Base UI patterns across demos
Web formsMigratedCleaner structure and standardized props
Mobile formsMigratedConsistent behavior with web forms

CLI

Reliability and release housekeeping

File removal now works consistently across platforms, improving the CLI experience on Windows, macOS, and Linux.

core
ai
envin

Stability fixes, Base UI migration in AI kit, and maintenance updates

Improved analytics initialization, a major Base UI migration across AI demo apps, and routine maintenance and release updates across the ecosystem.

Core platform

Analytics stability

  • Fixed an issue with PostHog initialization, ensuring analytics load more reliably and avoiding edge cases during app startup.

Internal maintenance

  • Ongoing housekeeping around AI agents, skills, and commands to keep internal tooling consistent and easier to evolve.

AI kit

Base UI migration

The AI kit demo apps have been upgraded to the new Base UI system, improving consistency and maintainability across platforms:

  • ✅ Migrated shared UI components
  • ✅ Updated web forms to the new Base UI patterns
  • ✅ Updated mobile forms for parity with web
  • 🛠️ Fixed form prop mismatches discovered during migration
AreaStatusNotes
UI componentsMigratedUnified Base UI foundation
Web formsMigratedCleaner props and structure
Mobile formsMigratedConsistent behavior across devices

Maintenance

  • Routine updates to AI rules, skills, and commands to keep demos and tooling aligned.

Envin

Release housekeeping

  • 📦 Version packages updated as part of a standard release process, ensuring published artifacts stay in sync.

If you rely on analytics or use the AI kit demos, this update should feel smoother and more consistent right away.

core

Base UI migration, navigation polish, and visual refinements

Base UI component system migration, navigation improvements across web and mobile, and chart and visual updates.

Base UI is now used across core web components for better consistency, maintainability, and type safety. Forms are standardized around a shared <Field /> component; mobile views use the same field system. Type issues uncovered during the migration have been resolved.

Navigation has been refined across layouts:

AreaImprovement
SidebarLayout and spacing adjustments
Top navigationWeb navigation alignment fixes
BreadcrumbsClearer hierarchy and interaction
Mobile menuHamburger navigation bug fixes

Visuals: Chart color palettes and badge colors have been updated to match the new UI system. Mobile charts are adjusted for readability; legacy images have been replaced. Modal component fixes prevent layout issues; minor CLI fixes improve day-to-day reliability. These changes focus on clarity and consistency without changing underlying data or behavior.

core
ai
envin

Mobile billing callbacks, refreshed AI kit styling, and improved envin CLI

Mobile billing webhook callbacks, AI kit migration to uniwind styling, and expanded envin CLI options.

Mobile billing now supports webhook callbacks so your backend can react to subscription events (renewals, status changes) in real time. You get better visibility into mobile subscription events, more reliable billing state sync, and easier integration with existing backend workflows.

AI kit: Demo apps have been migrated to uniwind for a cleaner, more consistent styling foundation. Theme colors and components use the new system; error boundaries improve runtime stability; translation issues and small inconsistencies have been fixed. If you've customized AI kit styles, review your overrides against the new uniwind tokens.

Envin: The CLI has been extended for more flexible configuration:

UpdateBenefit
More CLI optionsGreater control over environment workflows
Multiple env entries supportEasier management of complex configs
Fixed config path handlingMore predictable CLI behavior
Removed --cascade optionSimpler CLI surface
core
ai
cli
envin

Account deletion for anonymous users, mobile stability fixes, and tooling updates

Account deletion for anonymous users, mobile theme crash fix, AI kit refresh, and CLI and build tooling updates.

Anonymous account deletion is now supported. You can delete accounts created anonymously, with a dedicated handler and more reliable removal flows—same capability as for registered users.

Mobile: A crash caused by the theme on mobile devices has been fixed for more stable behavior on smaller screens.

AI kit: Models updated to the latest supported versions, internationalization improved, and a logger added for debugging. The demo apps are more robust and easier to maintain.

CLI: Mobile billing support added to the TurboStarter CLI. Internal build system migrated to tsdown for faster, cleaner builds; package versions released and aligned.

Envin & internal packages: Migrated to tsdown, dependencies updated, lockfile and documentation tooling improved. Build speed and maintainability are better across the stack.

core
ai
cli

Expanded billing across mobile and web, cleaner APIs, and internal package updates

Billing support across mobile and web, improved reliability and admin visibility, and developer-focused refinements.

Billing is now supported on both mobile and web with shared foundations, clearer configuration, and more reliable provider integrations.

  • Mobile: Subscriptions, orders, billing details, and active plan display; paywall step in onboarding
  • Web: Subscriptions view, orders list, billing empty states, simplified current-plan display
  • Providers: Stripe and RevenueCat/Superwall webhooks refactored; centralized config and unified SDK init; new usePaywall hook for mobile flows
AreaWhat's new
MobileSubscriptions, orders, billing details, active plan display
WebSubscriptions view, orders list, billing empty states
OnboardingBuilt-in paywall step

Under the hood: Billing schema and API schemas simplified, better customer visibility for super admins, billing portal links, and expanded test coverage. API requests use shared TanStack helpers, Hono monitor status added, email theme configurable via env, and internal packages migrated from @turbostarter/* to @workspace/*.

core
envin

Database healthcheck improved and dependency updates in envin

Database monitoring improvements and dependency upgrades in environment variable management.

Core: The database healthcheck is more reliable and accurate, with fewer false positives for downtime. Health monitoring for the database connection has been improved so you get clearer signals when something is wrong.

Envin: Dependencies have been bumped for compatibility and security:

PackageFromTo
fumadocs-mdx14.1.014.2.4
esbuild0.25.120.27.2

No breaking changes expected—these are safe minor bumps. Preview deployment fixes and general maintenance are included.

core
cli

Context menus on mobile, invitations improved, and member management updates

Context menu support on mobile, cleaner invitation and member workflows, and quality-of-life improvements across the platform.

Context menus are now available on mobile and web for member and invitation lists—quick actions (edit, remove, resend invite) without leaving the list. Member and invitation management use the same patterns on both platforms.

FeaturePlatformsSummary
Context menu componentMobile, WebQuick actions for members and invitations
Member managementMobile, WebActions via context menu
Invitations listMobile, WebStreamlined actions via context menu
Android fixesMobileSmoother experience and bug fixes
Form select fixAllMore reliable dropdowns and selection controls
Dependencies and extensionAllStability updates and cleaner extension logging

On mobile, long-press members or invitations to open the new context menus. Dependency updates and logging improvements are included for stability and easier debugging.

core

Enhanced monitoring across web, mobile, and extensions

Unified monitoring and error handling across all TurboStarter platforms for better observability and troubleshooting.

Monitoring now runs across web, mobile, and browser extension environments. Error screens are unified so users and developers get a consistent experience when something goes wrong; monitoring providers have been refactored for better reliability.

AreaUpdate
MonitoringWeb, mobile, and extension support
Error screensUnified across all platforms
ProvidersRefactored for better reliability

You can identify and resolve issues regardless of platform, with consistent error reporting. See the TurboStarter core monitoring documentation for implementation details.

core
envin

Unified logging, analytics identification, and dependency updates

This release adds a unified logging system, more reliable analytics identification, and routine dependency improvements.

A unified logging system streamlines log output across the platform. Analytics identification is improved so user identity is handled consistently across all providers that support identify, giving you better visibility into user journeys.

AreaUpdate
LoggingUnified logger providers and streamlined log outputs
AnalyticsBroader, more reliable user identification in providers
Dependencies(envin) Minor updates, Node.js tooling and esbuild fixes

Use @workspace/shared/logger and analytics.identify() in onboarding flows for cleaner logs and more reliable analytics. No configuration required.

core

Streamlined invitation handling and improved platform reliability

Improvements to invitation flows, data seeding consistency, and upgraded dependencies for a smoother TurboStarter experience.

Invitation resending is fixed so onboarding flows work more reliably. The default isAnonymous value in seed data has been corrected so new seeds are initialized as intended.

Dependencies have been updated across the platform for stability and security. No action required—these changes are already live.

TurboStarter continues to polish the core so onboarding and setup are more seamless.

core

Authentication refinements and robust unit testing across the core platform

TurboStarter now features improved authentication reliability and a comprehensive suite of unit tests, enhancing platform confidence and backend reliability.

Authentication is upgraded to v1.4 with fixes for previous issues and edge cases around login and session management. You should see fewer login hiccups and smoother session behavior.

A new unit test suite covers:

  • Shared utilities
  • Authentication and billing components
  • Coverage reports for critical modules

These changes make the platform more predictable and reliable for everyone.

core
ai

Polished API security, smarter AI demos, and marketing touch-ups

TurboStarter introduces core security upgrades, refreshed marketing copy, and an AI demo update supporting GPT-5.1.

API security and environment variable handling are improved for safer, more reliable integrations. Marketing copy has been refined for clarity and impact.

AI Kit now supports GPT-5.1 and has been updated to Expo 54, Tailwind CSS v4, and enhanced shadcn/ui components. Mobile improvements include text-to-speech fixes and smoother OTA updates. Placeholder and environment setup are streamlined, plus various UI and workflow fixes across core and AI kit.

These updates keep TurboStarter secure, modern, and easier to work with.

core
ai

Enhanced API security, marketing improvements, and AI kit upgrades

A focused set of enhancements to TurboStarter core security, platform marketing, and our AI kit for demo applications.

API security has been strengthened so your data and integrations stay safe. Marketing copy and interface text have been refined for clarity and a more polished introduction for new and existing users.

AI kit: Demo apps updated with Expo 54, Tailwind CSS v4, and upgraded shadcn components for a sleeker, more consistent look. Minor interface and workflow fixes improve the experience on web and mobile.

These updates keep TurboStarter secure, modern, and user-friendly.

core

Seamless OTA updates for mobile and organization data enhancements

This release introduces over-the-air update handling for mobile users and improves organization data reliability.

Over-the-air (OTA) updates are now available for mobile. Your TurboStarter mobile app can update its core logic seamlessly so you get the latest features without manual intervention.

We've improved reliability around organization data by fixing invalidation and refresh of the organizations list. You should see accurate, up-to-date information across devices.

Together, these changes keep TurboStarter smoother to use and your workspace current and dependable.

world map
Community

Connect with like-minded people

Join our community to get feedback, support, and grow together with 300+ builders on board, let's ship it!

Join us

Ship your startup everywhere. In minutes.

Skip the complex setups and start building features on day one.

Get TurboStarter