nifra
v3.1.0
Published
The nifra full-stack framework - unscoped meta-entry that re-exports @nifrajs/core, so `import { server } from "nifra"` works. Scaffold an app with `bun create nifra`; the rest of the framework lives under @nifrajs/*.
Maintainers
Readme
nifra
The unscoped meta-entry for the nifra full-stack framework. It re-exports @nifrajs/core, so:
import { server } from "nifra" // === @nifrajs/core(The schema builder t lives in @nifrajs/schema; the rest of the framework is under @nifrajs/*.)
Most apps start with the scaffolder rather than this package:
bun create nifra my-appThe framework is a set of focused packages under the @nifrajs/* scope:
@nifrajs/core- the Bun-native, Web-standard server (server(), routing, validation). This package re-exports it.@nifrajs/web+@nifrajs/web-{react,vue,svelte,solid,preact,vanilla}- full-stack SSR on five UI frameworks.@nifrajs/client- the end-to-end typed client.@nifrajs/schema·@nifrajs/middleware·@nifrajs/better-auth·@nifrajs/otel·@nifrajs/cli… - schema, middleware, auth, tracing, the CLI/MCP toolchain, and more.
Docs + an AI-readable reference: /llms.txt · /llms-full.txt.
MIT.
For AI agents
Start with LLM.md - this package's contract card (the exports you call + its footguns),
one cheap read instead of the whole corpus. For the wider framework: the repo's
AGENTS.md is the copy-paste quick reference, and
llms-full.txt is the full machine-readable corpus. Run nifra check as the
done-gate, or nifra mcp to give the agent live project tools.
