Technical deep dives, product updates, and engineering insights from the SaltingIO team.
FeaturedYou're pulling data from multiple APIs at once. SaltingIO Batch Requests let you call them all in one POST, transform the responses, and keep every key hidden.
FeaturedStop writing API routes just to hide keys. SaltingIO bridge URLs let you secure third-party APIs in Next.js with CORS, rate limiting, and usage tracking — no backend needed.

Your Bridge UUID lives in the browser. Origin allowlists block any domain you didn't list with a 403, stopping strangers who copy-paste your URL.

One SaltingIO Bridge can stand in for every OpenAI route you call. Here's how template variables turn five endpoints into a single, parameterised proxy.

A failover URL list in a gateway beats retry loops in the browser. How Bridge failover works, where it fits, and the trade-offs to know first.

Use SaltingIO's ?select= parameter and GJSON paths to reshape OpenAI, Unsplash, and other upstream responses at the gateway — no BFF required.