The official website for Traque - a modern app monitoring and tracking tool that keeps developers connected to their applications wherever they are.
Traque is an innovative tracking solution that combines powerful error and event monitoring with mobile accessibility. Unlike traditional monitoring tools that chain you to your desk, Traque delivers real-time insights about your app's health and user behavior directly to your phone.
- Real-time Error Tracking - Monitor application errors as they happen
- Event Analytics - Track user behavior and business events
- Mobile-First Monitoring - Get notifications and check your app status on the go
- AWS WAF Integration - Enhanced security with built-in traffic filtering
- Easy Setup - Get started with just a few lines of code
- Multi-Platform Support - Works with React, Node.js, NestJS, and more
This repository contains the source code for traque.dev, including:
- Marketing Website - Product information and pricing
- Documentation - Comprehensive guides for getting started with Traque
- Framework: Next.js 15 with App Router
- Styling: Tailwind CSS
- Documentation: Fumadocs
- UI Components: Shadcn with Radix UI primitives
- Animations: Motion (Framer Motion)
- Package Manager: pnpm
- Node.js 22+
- pnpm (recommended)
- Clone the repository:
git clone https://github.com/your-org/traque.dev.git
cd traque.dev
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open http://localhost:5001 in your browser
pnpm dev
- Start development server on port 5001pnpm build
- Build the project for productionpnpm start
- Start production serverpnpm lint
- Run ESLint
src/
├── app/ # Next.js app directory
│ ├── (marketing)/ # Marketing pages
│ ├── (legal)/ # Legal pages (privacy, etc.)
│ ├── docs/ # Documentation pages
│ └── api/ # API routes
├── common/ # Shared components and utilities
│ ├── components/ # Reusable UI components
│ ├── hooks/ # Custom React hooks
│ └── utils/ # Utility functions
├── content/ # MDX documentation content
└── lib/ # Library configurations
We welcome contributions to improve the Traque website! Please feel free to submit issues and pull requests.
This project is proprietary software. All rights reserved.