-- pricing
Free for everyone, forever.
Every feature, every export, every model — no card, no trial clock and no seat count. Open it and use it.
pricing.sql
1CREATE TABLE pricing (
2planTEXTDEFAULT 'everything'-- all of it
3priceDECIMAL(10,2)DEFAULT 0.00-- today
4seatsINTDEFAULT NULL-- NULL = unlimited
5trial_endsTIMESTAMPDEFAULT NULL-- not a trial
6credit_cardBOOLEANDEFAULT FALSE-- not asked for
7);
Admin controls and org-level management will come later, for teams that need them.
The canvas is already open.
Just draw — or tell your agent to. No account, no card.
-- signing up takes 0 seconds. there isn't one.