Skip to content

AI Index

If you are an AI agent working in a Fenod project, read this page first. It points to the minimum context needed to make good stack decisions without loading the whole handbook.

  1. Stack Contract
  2. Agent Operating Contract
  3. Gotchas
  4. Recipes
  5. Security Model
  6. Cloudflare API Tokens

Fenod projects are Cloudflare-first, TypeScript-first, and agent-assisted. Prefer simple, typed, edge-friendly architecture over enterprise abstraction layers.

AreaDefault
RuntimeNode 22
Package managerpnpm
AppTanStack Start
APIHono + ORPC
DatabaseDrizzle + D1
AuthBetter Auth
StylingTailwind v4 + shadcn/ui
AITanStack AI + Cloudflare AI Gateway
DeployCloudflare Workers/Pages + Alchemy
SecretsInfisical + Cloudflare Worker secrets
QualityUltracite, tsgo, Vitest, Playwright

When unsure, choose the smallest implementation that follows the stack contract, preserves type safety, and can be verified with repo scripts.