Typebase
1 commentThe first launch from Typebase

Typebase puts the database schema, the server actions and the auth rules in a typebase/ folder inside the app that uses them. The frontend calls them the way it calls a local function, typed end to end, with no REST layer written by hand in between. One command deploys the server behind it.
Meet the team
What people who use it say
Nobody has reviewed Typebase yet. If you have used it, you are the one who can say whether it holds up.
Write the first review
Sign in to comment
I have written the same three files — the route, the client, the type that keeps them honest — for every project I have started in five years. Typebase deletes two of them.
What convinced me is that it is a folder rather than a service. The schema, the actions and the auth sit in the repository next to the code that calls them, so a change is one commit and one review, and the types break at compile time when you get it wrong. I have not run it in anger yet. I would like to hear from somebody who has taken it past a toy app.