Promo website for BladeVault, the local-first desktop knife collection manager. This repository contains the marketing site and screenshot-driven product presentation, not the main app codebase.
The site is built with Next.js 16, React 19, TypeScript, and Tailwind CSS 4. It focuses on presenting the BladeVault product clearly through editorial sections, a sidebar-first desktop layout, and app screenshots sourced from the main repository.
If you need the application itself, use the main BladeVault repo.
app/- Next.js routes, layout, and global stylescomponents/sections/- homepage content blockscomponents/site/- shared site chrome such as header, footer, and sidebarcomponents/ui/- reusable UI primitivespublic/screenshots/- BladeVault product screenshots used in the promo site
This project uses pnpm 11. Install dependencies and start the development server with:
pnpm install
pnpm devRun the quality gates with:
pnpm lint
pnpm typecheck
pnpm buildScreenshots and product imagery are derived from the main BladeVault repository.