Skip to content

Nefoxx Developer DocsThe single source of truth

Architecture, backend, database, edge functions, and onboarding for the NiftyToolKIT / Nefoxx platform.

What this portal is

This is the internal developer documentation for the Nefoxx platform. It is intended exclusively for the engineering team and is never bundled into production — it lives under documentations/portal/ and has its own build, completely separate from the application's vite build.

If you are new, start with Developer Onboarding. To trace a full execution flow (UI → route → edge function → database table), follow the cross-links in the Reference section.

Keeping docs in sync

The pages under Reference are generated from the codebase by npm run docs:gen. Do not hand-edit them. See Contributing to these Docs for the maintenance contract.