Hey everybody, I want to share something I built over the last 200 days that I think is technically interesting. The core idea: you design a database table through a UI, and the system automatically generates a live REST API for that table. No code.
No config. Here's how it works under the hood: User creates a table in the visual designer Backend runs a dynamic CREATE TABLE in PostgreSQL A gen