Thread
Stories related to "Spaghetti: Type-safe API for mixing modules written in different compile-to-JS languages" across the full archive.
sttp — an open-source library with simple, type-safe API for defining HTTP requests
(blog.softwaremill.com)
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose). Typescript
(github.com)
I'd like to share updated node.js RestAPI boilerplate on typescript
I found the officially recommended GraphQL client for the GitHub v4 API to be difficult to work with, so I created my own using genql and am releasing it as a standalone package.<p>It is end-to-end type safe so you get functional intellisense and linting for both the input GraphQL query format as we...
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 framew...
Today we publicly launch Borea on Product hunt and Hackernews.<p>The SDK gen ecosystem is a mess. Either the tools don't work or they are way too expensive. We aim to fix that with an open source solution that gives you all the functionality you want without killing your wallet or giving you a ...
Hi all, I'm DK.<p>I've built a few products before and every time I hated writing fragile untyped fetch requests for the ever-changing backend REST apis. I tried to solve it by using tRPC but tRPC caused build pipelines to become unnecessarily heavy and complicated. Also, tRPC/gRPC mi...
I've built a production-ready Rust SDK for OpenRouter.ai that makes it trivial to work with 100+ LLMs (Claude 3, GPT-4, Mistral, etc.). Key features:<p>Zero-Cost LLM Orchestration – Automatic request batching and model fallback<p>Multi-Modal First – Clean API for text+image prompts (e.g., GPT-4...