Skip to content

williamisnotdefined/wozzp-bootstrap

Repository files navigation

Wozzp Bootstrap

Admin dashboard starter built with React, Vite, TypeScript, Tailwind CSS, and Radix UI. The project is maintained by wozzp and lives at https://github.com/williamisnotdefined/wozzp-bootstrap.

Features

  • Light/dark mode
  • Responsive layout
  • Accessible interface patterns
  • Built-in sidebar navigation
  • Global search command
  • 10+ application pages
  • Extra custom components
  • RTL support

Tech Stack

UI: Tailwind CSS + Radix UI

Build Tool: Vite

Routing: TanStack Router

Type Checking: TypeScript

Linting/Formatting: Biome handles linting and formatting. ESLint and Prettier are not used.

Icons: Lucide Icons + Radix Icons

Auth (partial): Clerk

Run Locally

Clone the project

git clone https://github.com/williamisnotdefined/wozzp-bootstrap.git

Go to the project directory

cd wozzp-bootstrap

Install dependencies

yarn install

Start the server

yarn dev

Scripts

yarn dev              # start Vite dev server
yarn ai:sync          # generate AI routes from ai/registry.json
yarn ai:check         # verify generated AI routes are current
yarn build            # type-check and build for production
yarn check            # run Biome checks
yarn check:write      # run Biome checks and apply safe fixes
yarn lint             # run Biome lint rules
yarn format           # format files with Biome
yarn test             # run Vitest browser tests

Git Hooks

Husky is configured through yarn prepare. The pre-commit hook runs scripts/prevent-main-commit.sh and blocks commits made directly on main.

AI Knowledge

Update generated AI routes only from canonical files under ai/:

yarn ai:sync
yarn ai:check

Do not edit .opencode/skills, .cursor/rules, or .github/instructions manually.

Author

Created and maintained by wozzp.

License

Licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors