EGDesk System Demo
Live data from your EGDesk database — no Supabase, no Firebase, no SQL.
How EGDesk works in this app:
proxy.ts— auto-generated, intercepts every fetch and routes to the right databaseegdesk.config.ts— auto-generated, contains your table names & column definitionsegdesk-helpers.ts— auto-generated, exposesqueryTable,insertRow,updateRow, etc.lib/api.ts— providesapiFetch()so API calls work with tunnel basePath- Your code uses
apiFetch('/api/...')instead offetch()— no connection strings, no credentials in code
Fetching data from EGDesk…
Dev tip: Import data in EGDesk → tables appear here automatically. EGDesk regenerates egdesk.config.ts and egdesk-helpers.ts every time your schema changes.