KatanaKit 3.2.4
September 18, 2026Improve useBuildUrl, Kitt, and contribution guide
- Improve useBuildUrl, Kitt, and contribution guide
A sharp, framework-agnostic TypeScript service toolkit organized with hexagonal architecture.
Every async operation returns { data, error, ok } instead of throwing. No more uncaught exceptions in production.
Importing any module is safe. No fetch calls, no console.log, no storage writes, no timers. Ever.
Pure core, infrastructure adapters, framework adapters. Clean separation that scales with your project.
Destructured re-exports from Singleton facades. Import only what you use. The rest gets eliminated at build time.
The short version of how KatanaKit got here.
Improve useBuildUrl, Kitt, and contribution guide
**wordpress:** Add _fields, _embed, ACF support + Vue/Nuxt examples
**README.md:** Update documentation in 14 files
Sync release cards for v3.1.0
**vue:** Add generic useKatanaWatch/useWatch with native watch props
Address v3.0.0 audit findings
Add access-control service and rename Prisma User to Account
Add QueryClient with cache, retry, dedup and Vue composables