
tRPC
End-to-end typesafe API framework that shares TypeScript types between server and client without code generation, zero-rest, full IntelliSense.
tRPC enables end-to-end typesafe APIs without code generation, define a router on the server, import its type on the client, and get full autocompletion and compile-time error checking for every API call. It bridges the type gap between frontend and backend in TypeScript projects.
A useful tool for full-stack TypeScript developers tired of manually syncing API types. Use it to eliminate the need for REST/GraphQL schemas in internal apps, get instant feedback when an API changes, and build faster with full confidence in type safety.
URL
https://trpc.io/Recommended tools

Astro
Content-focused web framework that ships zero JavaScript by default, with island-architecture hydration for interactive components when needed.

Svelte
Compiler-first UI framework that shifts work from the browser to the build step, ships minimal JavaScript and delivers high runtime performance.

TanStack Query
capable async state management for React, Vue, Solid, and Svelte, handles caching, background refetching, pagination, and mutations out of the box.