v... is now available
Type-safe API Clients,
Generated in Seconds.
Stop writing manual fetchers. Define your spec using TypeScript-like syntax and let KCFlow generate fully typed SDKs for your frontend.
user@dev:~/project
➜ ~ kcflow init
Initializing KCFlow project...
? Select mode: Create/Edit Spec (Dev Mode)
? Project name: my-awesome-api
✔ Config created: kcflow.config.json
✔ Sample spec generated: kcflow/spec/kcflow.spec.ts
✔ Sample spec generated: kcflow/spec/kcflow.spec.ts
➜ ~ kcflow gen
🚀 Generating API Client...
Created: src/kcflow/client.ts
Created: src/kcflow/types.ts
Created: src/kcflow/types.ts
✨ Done in 45ms. Happy Coding!
➜ ~
Why Developers Love KCFlow
Built for speed, reliability, and developer experience.
End-to-End Type Safety
Never worry about typos again. Your frontend client perfectly matches your backend spec, automatically.
Lightning Fast
Built on minimal dependencies. Generates code in milliseconds. No runtime overhead.
Zod Powered Validation
Define your schema once using Zod-like syntax. Get runtime validation for free.
How it works
From idea to typed code in three simple steps.
kcflow.spec.ts
Fetching example code...