System Ready
Type-safe HTTP,
Engineered.
A high-performance, strictly-typed client wrapper around the native fetch API. Built for precision. Zero exceptions.
Initialize
$ bun install bolt-fetch-ts
System Architecture
Select module to inspect
Inspector / type-safety
typescript
// Define your interface
interface User {
id: number;
name: string;
}
// Fetch with full type inference
const res = await boltfetch.get<User>("/api/users/1");
// res.data is narrowed to User0Dependencies
100%Type Safety
IsomorphicEnvironment
Ready to upgrade your fetch?
Deploy reliable applications with predictable control flow.