TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: E2E Type-Safe ORM from Database to API and UI Instantly

2 pointsby carlual8 months ago
Hey there. We built the ZenStack open-source TypeScript toolkit on top of Prisma ORM. It adds an Authorization layer to the schema and then automatically generates both APIs and frontend hooks for you. You can choose whatever frontend framework, like React, Vue, or Svelte, and the full-stack framework, such as Next.js, Remix, Sveltekit, and Nuxt, to work with.<p>The generated hooks mirror the Prisma client, providing type-safe frontend queries similar to GraphQL and ensuring a consistent coding experience across both the front end and backend.<p>We hope it can fill some of the gaps left by the absence of frameworks like Rails or Laravel in the JavaScript world.

1 comment

mjomaa8 months ago
Reminds me of Oracle Apex a bit, just more modern.