Skip to content
Marve10s edited this page Apr 29, 2026 · 2 revisions

Better Fullstack Wiki

This wiki is the durable project index for Better Fullstack. It should point to canonical docs and planning files instead of duplicating them.

Canonical Docs

User-facing documentation lives in the web app:

Project Planning

Planning files are organized by state:

Recently completed:

Active follow-ups:

Releases

Development

Use Bun for local scripts and verification:

bun install
bun run test:release

For release-sensitive generator or stack changes, run the smallest targeted package/test command first, then bun run test:release before publishing.

Wiki Maintenance Rule

Use this wiki as an index and project-memory surface. Keep source-of-truth content in the repo:

  • Public docs: apps/web/content/docs
  • Planning docs: docs/plans
  • Agent guidance: AGENTS.md and docs/guidelines
  • Release notes: GitHub Releases

Clone this wiki locally