Track every event. Understand every user.
Modern web analytics platform for realtime event tracking, session analytics, traffic insights, and website performance monitoring.
Most analytics platforms tell you what happened.
Traqory helps you understand:
- Where users come from
- What actions they perform
- How sessions evolve
- Which pages drive engagement
- How traffic behaves globally
- What is happening right now
All in realtime.
Add your dashboard screenshot below
Monitor visitors, sessions, events, and traffic as they happen.
Track custom events with a lightweight SDK.
track('signup');
track('checkout_completed', {
value: 49,
currency: 'USD',
});
track('subscription_upgraded');Understand user journeys, engagement patterns, and session behavior.
Visualize traffic across countries and regions in realtime.
Manage multiple projects from a single dashboard.
Simple integration. Clean APIs. Modern tooling.
┌──────────────────┐
│ Traqory SDK │
└────────┬─────────┘
│
▼
┌──────────────────┐
│ Ingestion API │
└────────┬─────────┘
│
▼
┌──────────────────┐
│ Event Processor │
└────────┬─────────┘
│
▼
┌──────────────────┐
│ PostgreSQL │
└────────┬─────────┘
│
▼
┌──────────────────┐
│ Analytics API │
└────────┬─────────┘
│
▼
┌──────────────────┐
│ Dashboard │
└──────────────────┘apps/
├── web
├── auth-service
├── ingestion-service
├── analytics-api
└── event-processor
packages/
├── database
├── sdk
├── ui
├── logger
├── config
└── types- Next.js
- React
- TypeScript
- Tailwind CSS
- Motion
- Fastify
- PostgreSQL
- Drizzle ORM
- Turborepo
- Docker
- Kubernetes
- Terraform
Install dependencies:
pnpm installStart development:
pnpm devBuild production:
pnpm buildimport { init, track } from '@traqory/sdk';
init({
apiKey: 'YOUR_API_KEY',
});
track('page_view');
track('signup');
track('purchase', {
amount: 99,
currency: 'USD',
});- Realtime Analytics
- Event Tracking
- Session Analytics
- Global Traffic Visualization
- Multi Website Management
- SDK Integration
- Funnels
- User Journeys
- Team Workspaces
- Alerts & Notifications
- Data Export
- Custom Dashboards
Fast.
Realtime.
Developer First.
Scalable.
Built for modern applications.Contributions, issues, and feature requests are welcome.
Feel free to open a pull request or start a discussion.
MIT