A minimalist, high-performance web application built with the latest Next.js and React primitives.
- Framework: Next.js 16 (Canary)
- Library: React 19
- Styling: Tailwind CSS 4
- Runtime & Package Manager: Bun
- Language: TypeScript
- Content: React Markdown & Gray Matter
This project is maintained by a Senior Product Engineer agent persona. The agent follows a strict architectural philosophy:
- Minimalist & Direct: Focused on clean, performant code without corporate bloat.
- Quality Gates: Every change is validated against structural invariants, linting, and type safety.
- Decentralized Documentation: Detailed architectural guidelines are found in
docs/arch/.
Ensure you have Bun installed on your machine.
bun installbun devbun run build
bun startWe welcome contributions! To maintain the integrity of the project, please follow these guidelines:
Before submitting a Pull Request, ensure all quality gates pass:
bun run harnessThis script executes:
eslint(Style compliance)tsc(Type checking)check-git(Conventional commit verification)