Next.js16 with TurbopackTypeScript5React19Tailwind CSS4shadcn(Nova style, Neutral theme, Medium radius,Outfitfont)Hugeiconsnuqs(URL-synced state,qas the default search param)Biomepnpm
SearchBar— icon + input + result-count, synced to the URL via nuqsCustomTable(src/components/table/) — filterable, sortable, paginated data table with xlsx/csv export (exceljs); seesrc/app/table/page.tsxfor a full example
Any config, generated code (shadcn, etc.) stays outside src/. src/ is for application code only.
Biome > ESLint + Prettier. One tool, one config, handles linting and formatting with autofix for both.
pnpm is faster and doesn't copy packages into node_modules, just symlinks them.
.vscode/settings.json hides ugly files (node_modules, .next, shadcn/ui, lockfiles...) from the file explorer.
© 2026 AllForOne. Source is provided for reference only. No use, hosting, or redistribution without written permission.