Prerequisites
Before installing Biovity, ensure you have one of the following installed:- Node.js 20+ with npm
- Bun (recommended for faster installation)
Biovity uses Bun for development, but you can use npm if you prefer. All examples include both options.
Install dependencies
Install packages
Install all project dependencies using your preferred package manager:This will install all dependencies listed in
package.json, including:- Next.js 16 - React framework with App Router
- React 19 - UI library
- TailwindCSS 4 - Utility-first CSS framework
- Better Auth - Authentication system
- PostgreSQL driver (pg) - Database client
- Biome - Linter and formatter
Development dependencies
Biovity includes several development tools:- Biome - Fast linter and formatter with strict rules
- TypeScript - Static type checking
- Tailwind CSS - Utility-first CSS framework
- Turbopack - Fast bundler for Next.js development