ForgeKit Stable v1.0 is officially released. Upgrade now for zero-assertions DB compilation. Read Release Notes

Ecosystem Packages

ForgeKit provides independent, modular utilities designed to optimize edge developer experience.

Stable

@doyzfin/common

Essential lightweight presets, edge runtime checkers, class mergers (cn), and common utilities with zero dependencies.

  • Class merge cn helper
  • Edge environment checkers
  • Safe JSON parsing utilities
npm install @doyzfin/common
Docs
Soon

@doyzfin/auth

Edge-compatible identity tokens signatures, multi-factor token audits, cookie session storage, and client wrappers.

  • JWT session tokens
  • MFA authenticators
  • Adapter middlewares
npm install @doyzfin/auth
Soon

@doyzfin/db

High-throughput postgres, mysql, and cloudflare D1 transaction connection pools designed for low latency edge responses.

  • Edge pools routers
  • Static transaction queries
  • Replica load balancer
npm install @doyzfin/db
Soon

@doyzfin/logger

Zero-overhead JSON structured loggers sending traces context safely on serverless workers and edge containers.

  • Context tracers hooks
  • Fast JSON serialization
  • Log forwarding presets
npm install @doyzfin/logger
Soon

@doyzfin/config

Enforce environment variables rules at application initialization startup. Crash early if variables are missing.

  • Startup assertions Zod rules
  • Vault environment decrypters
  • Static types autocomplete
npm install @doyzfin/config