basic-doc

v1.0.0

A dependency-free page explaining what a Nex recipe is and how it works

_ _signor_p_ · 0 downloads · Updated 7/26/2026
docsonboardingrecipestatic
xnex install basic-doc GitHub repo

basic-doc

A dependency-free onboarding recipe. Installs a single static page explaining what a Nex recipe is — no framework, no build step, no runtime dependency. Read it, delete it when you're done with it.

What this recipe gives you

text
recipe-anatomy/
├─ index.html
├─ styles.css
└─ script.js

Three plain files. Open index.html directly in a browser, or drop the folder anywhere in your project — there's nothing to install, compile, or configure.

Why it exists

Nex doesn't have a recipe for every stack yet. This one exists so that any developer, regardless of what they're building, can try the Recipe experience once and understand the model before reaching for a real recipe (nestjs-basic-auth, astro-cards, etc).

What's inside the page

  • Nədir, nə deyil — what a recipe is and isn't, in plain terms
  • Recipe anatomy diagram — a labeled breakdown of nexconfig.json: filessetup.filessetup.scriptssetup.variants
  • A real install walkthrough — the nestjs-basic-auth recipe, from xnex install to the applied file tree
  • Versioning & integrity — how publish hashing and immutable releases work

No setup.scripts, no setup.variants — this recipe is intentionally the simplest possible shape a nexconfig.json can take, so it also doubles as a minimal reference config.

Removing it

There's no uninstall step to run. Delete the recipe-anatomy/ folder and the recipes/basic-doc/ folder, and your project is back to exactly how it was before.