Home Document
⌘K
Version 1.1

Updates

New Video: Tada AI Getting Started

Tada AI is getting closer, and we're excited to begin opening it up to early testers.

To help you get started, we've created a walkthrough covering everything you need to know before diving in. Whether you're exploring Tada AI for the first time or preparing to provide feedback, this video is a great place to start.

Watch "Tada AI: Getting Started for Testers."

API and Security Updates

We've added several enhancements to improve authentication and platform security.

  • redirect_page_id to control where users are redirected after logging in
  • 2fa_email_template_id to specify a custom email template for two factor authentication

Custom Components

We've added another enhancement to Custom Components to give you more control over data formatting.

Enhanced toFloat Helper
The toFloat Handlebars helper now supports an optional decimal places parameter, making it easy to consistently format numeric values directly within your custom components.

Workflow Updates

We've continued making improvements to Workflow Logs, making it easier to monitor, troubleshoot, and understand workflow activity across your application.

Unified Workflow Logs
The Data Table → Workflow tab now includes a Logs sub tab that brings together every workflow run related to that table in one place.

 

You can now:

  • View all workflows triggered by the selected table
  • See workflows that reference the table, with the source table clearly identified
  • Filter logs by workflow, status, date, or keyword
  • Open any workflow run to view detailed execution information or copy a direct link

These improvements make it easier to understand how workflows interact and troubleshoot issues across your application.

New Video: Meet Tada AI Builder

The future of app building is here.

Watch our latest demo to see Tada AI Builder create a real Tadabase application from a simple conversation. In just a few minutes, you'll see how AI can generate data tables, relationships, pages, workflows, roles, and permissions while building a production ready application on the Tadabase platform.

Watch the demo to see it in action.

The response to Tada AI Builder has been incredible, and we've been working closely with our early beta testers to refine the experience. Based on their feedback, we've already made significant improvements and have many more capabilities on the way.

One feature we're especially excited about is AI Agents, which will be able to run automatically on a schedule or on demand, opening the door to even more powerful AI driven automations.

This is just the beginning, and we look forward to sharing more as Tada AI Builder continues to evolve.

Meet Tada AI Builder

We're excited to introduce Tada AI Builder, a new way to build Tadabase applications using natural language.

Simply describe the app or feature you want, and Tada AI Builder generates a real Tadabase application complete with data tables, relationships, pages, workflows, roles, and permissions.

Unlike a prototype, everything it creates runs on the same Tadabase platform you already know and trust.

Key capabilities include:

  • Build apps from a simple conversation
  • Continue refining your app through chat
  • Generate real Tadabase applications, not mockups
  • Help improve the experience by providing feedback during Early Access

Watch the introduction video to see Tada AI Builder in action.


Introducing Workspaces

We're also introducing Workspaces, a new way to organize apps and collaborate with your team.

With Workspaces you can:

  • Separate personal and team projects
  • Keep app ownership consistent
  • Move apps between workspaces
  • Manage team roles and permissions
  • Track AI usage by workspace and team member

 

Workspaces make it easier to organize development while providing greater visibility into AI usage across your organization.


HIPAA Compliance Dashboard

For healthcare and regulated industries, we're introducing the HIPAA Compliance Dashboard.

The dashboard provides a centralized view of security and compliance settings, including:

  • Access logging
  • Data masking
  • Encryption controls
  • AI specific compliance safeguards

Our goal is to make it easier to build AI powered healthcare applications while maintaining compliance.

Coming soon.

 


 AI Usage and Early Access

Every Tadabase plan now includes a monthly AI token allowance, allowing you to start using Tada AI Builder immediately. Token usage can be tracked by workspace and by team member for greater visibility.

We're beginning a limited Early Access rollout and are looking for testers to help shape the future of Tada AI Builder.


 

API and Security Updates

We've added several API and security enhancements.

Send Email Endpoint
A new POST /emails/send endpoint allows you to send one off emails directly through the API without requiring a template or email layout. It supports CC, BCC, Reply To, attachments, parameters, and custom sender names.

Expanded Row Level Security
Row Level Security now extends to Imports and Exports, ensuring these operations respect the same security policies used throughout the platform.

Workflow Log API
Workflow Log details are now available through the API, making it easier to access workflow execution data programmatically.

Records, Data Tables and Forms

We've made several improvements across records, forms, and data tables.

Smarter Filtering
Filtering has been expanded across multiple field types, including:

  • Multi Select and Checkbox fields now support the Is Not operator
  • Rich Text Starts With and Ends With now ignore hidden HTML formatting
  • Phone fields now support Starts With and Ends With, even when numbers are formatted
  • Added keyword search support for Date fields
  • Added new filter operators for Link and URL fields

Clear Cache
A new Clear Cache action has been added to tables, making it easier to refresh cached data when needed.

Secure File Uploads
File uploads through Data Grid file cells now use a secure, authenticated endpoint.

Better PDF Downloads
PDF Page downloads now respect your Custom File Name setting instead of defaulting to the page name.

Workflow Updates

We've continued making improvements to Workflows to make them more reliable and easier to build.

Undo and Redo
You can now undo and redo changes directly within the Workflow editor, making it easier to experiment and refine complex workflows.

API and Security Updates

We've added several API and security enhancements focused on improving visibility, security, and overall API usability.

New API Endpoints
Added endpoints for Workflow Logs, Active Sessions (including session termination), and File Logs (including file deletion).

Import and Export Security
Import and Export operations now fully respect Row Level Security policies. If a user's policy does not permit access, the API will automatically block the request.

Simplified API Endpoints
We've added shorter aliases for connected and related record endpoints while maintaining compatibility with existing API paths.

Search Results