Do I need to be able to code?
Not to build the screens or to set a business up. The page builder drafts a screen from a description and you adjust it on a canvas; Beth changes a business’s configuration from a sentence. If you want your own front end, wiring it to the API is integration work a coding agent can do most of — the documentation is written for them, starting at llms.txt.
How do I make money?
You charge for your product, at your price, on your terms. LatticeKit bills each business for its own usage on that business’s card, with no platform fee and no percentage of what they sell, so your margin is yours. If you would rather hold one account for all of your customers, tell us at hello@latticekit.app — that is a conversation today, not a switch.
My first customers are on something else. How do they move?
One export per customer — CSV, JSON, XLSX, or a ZIP of the lot — with the mapping proposed from the column headers, a dry run that shows every row before anything is written, and old ids remapped so files that point at each other still do. If their data sits in a database you can reach, a read-only replica works instead of files: PostgreSQL, MySQL or SQL Server, mapped onto the platform’s model with you and re-runnable so the cutover is not a freeze. That one we set up with you during onboarding — tell us what they are on.
How do my customers sign up?
Through your product: the agent signup API walks a person through creating their business and comes out holding a credential to it. Two steps stay theirs, confirming the email and adding a card. Or they describe their business at latticekit.app and connect your product from their console. Either way each customer is its own business from the first minute.
Is it really multi-tenant, or do I build that?
You do not build it. Every record belongs to exactly one business, the business is carried by the credential rather than by a parameter, and locations inside a business are a further scope enforced centrally. Getting a second business means getting a second credential. There is no cross-business query to get wrong.
What do I own?
Your vertical, your screens, your customer relationship and your price. Each business’s configuration exports as one portable document that can be compared with what is live, applied to another business, and rolled back. Ledger data exports as CSV. Card numbers never pass through LatticeKit at all; they live with the processor under each business’s own account.
What if a customer is switching from another tool?
One export per customer — CSV, JSON, XLSX, or a ZIP of all of it. The mapping is proposed for you, a dry run shows every row that would be created or rejected before anything is written, and old ids are remapped so files that refer to each other still do.
Is LatticeKit ready for this?
It is new, and we are welcoming businesses a few at a time. You will be talking to the people who build it, and the working copy Beth builds is the real thing, not a sample. Already running a SaaS and thinking of moving it? That page is here.