Changelog

We ship new features, fixes, and improvements to Formo every week

Share this on

Dec 12, 2025

Live View and Text to SQL

Here are this week's highlights:

  • Live View

  • Text to SQL

  • Ask AI Gets Smarter

  • Fixes and Improvements


Live View

You can now see a realtime activity feed of your current visitors on a rotating globe. Perfect for a mission control dashboard!

Click on any user or activity in the live feed to see where they are on the map. Click again to open their profile page.


Text to SQL

You can now ask AI to write and fix SQL code based on your instructions. Just select your query and share your instructions.


Ask AI Gets Smarter

We've shipped improvements to the Ask AI feature to make it smarter, accurate, and more accessible.

Try Ask AI from any page on the dashboard and ask it any question about your data. You can even ask it to draw custom charts for your dashboard.


Track Outflows

You can now track outflows (outgoing volume) in your custom events. Simply send a negative value in your event's volume property.

track('Withdrawal', {
  volume: -100,
  token: ...,
  vault_id: ...,
})


Improvements and Fixes

  • Added search bar for event property filters

  • Added CSV exports to the edit chart page

  • Added view all link to top apps/chains/tokens charts

  • Added new explore page examples

  • Added support for outflows (negative values) when tracking volume.

  • Fixed issue with profile page activity pagination

  • Fixed an issue in window funnel calculations

  • Fixed an issue in top countries chart

  • Fixed an issue with Connect X

  • Fixed sorting order for paginated results

  • Ask AI improvements

  • Data quality improvements

  • UI enhancements and fixes