PX Project Dream is an elite simulation platform for Assetto Corsa drivers. It combines advanced telemetry analytics, a high-stakes PvP battle system, and a smart automated community rotation to help simracers master the line.
Master the PK Akina standards with our interactive benchmarking tool. Select your machine machine (EK9, AE86, RX7, R34) and view corner-by-corner verified time standards.
Engage in high-stakes PvP duels with fair matchmaking. Our system strictly enforces ±2 Rank restrictions to ensure every battle is a challenge of skill, not just equipment.
Our high-performance VPS operates on an automated 24h loop. The community drives the track selection through a real-time voting system integrated directly into the dashboard.
Import hotlaps and sync them with our telemetry engine. Compare your braking points, apex speeds, and throttle inputs against world-class records.
- Framework: Next.js 14 (App Router)
- Backend / Database: Convex (Real-time sync)
- Authentication: Clerk
- Animations: Framer Motion
- UI / Styling: Tailwind CSS & Lucide React
- Architecture: Modular Component Design
The project follows a highly maintainable modular structure:
_components/: Isolated logical blocks (e.g.,RankingHub,TrackVotingGrid)._data/: Centralized documentation and static configuration.- Convex Schema: Strict type-safety and real-time reactive mutations.
Create a .env.local file with the following keys:
# Convex Configuration
NEXT_PUBLIC_CONVEX_URL=your_convex_url
CONVEX_DEPLOYMENT=your_deployment_id
# Clerk Authentication
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_publishable_key
CLERK_SECRET_KEY=your_secret_key-
Clone the repo:
git clone https://github.com/tuusuario/project-dream.git
-
Install dependencies:
pnpm install
-
Start the development servers:
# Terminal 1: Frontend pnpm run dev # Terminal 2: Convex Backend npx convex dev
Project Dream seeks to help simracers understand their driving and improve their times scientifically. We believe every corner has a story, and our mission is to help you master it.
Developed with passion by the PX Community. Hecho con ❤️ para la comunidad de simracing.