All updates
New feature

"App Builder, Flows, schema migrations & encrypted credentials"

Turn a spreadsheet into real database tables with the new App Builder, automate work with Flows, evolve your schema with planned migrations, and rest easy with project database credentials now encrypted at rest.

App Builder — from spreadsheet to a real backend

The new App Builder (left sidebar) turns an Excel/CSV file into a working data model:

Flows — automation on a queue

Each project now has a Flows tab: define a trigger (manual, webhook, schedule) and an ordered list of actions (log, outbound http.request) that run asynchronously on a background worker, with a full run history. Outbound requests are SSRF-guarded.

Schema migrations

Changed your data model? Sync from Excel, then plan a migration — basefyio diffs the generated schema against the new one, classifies each change as safe / review / destructive, and applies it in a transaction (destructive changes require explicit confirmation).

Security

Plan entitlements

Plans can now gate features per project, so packaging and limits are enforced consistently across the platform.