This repository contains the complete web frontend application for Tesseract. It provides the comprehensive user interface for all Tesseract platform features including organization management, user authentication, and team collaboration. Note: Documentation is maintained in a separate repository.
- Bun 1.2.8 runtime
-
Clone the repository
git clone https://github.com/usetesseractdotco/web.git cd web
-
Install dependencies
bun install
-
Start the development server
bun dev
-
Open http://localhost:3000 with your browser to see the result.
bun dev
- Start development server with hot reloadingbun build
- Build for productionbun start
- Start production serverbun lint
- Lint code
- Next.js (React framework)
- TypeScript
- Tailwind CSS
- SWR
Please read our Contributing Guide before submitting PRs.
Copyright © 2025 Tesseract, Co. All rights reserved.