Web interface for PitLane AI
Project description
PitLane Web
Web interface for PitLane AI - F1 data analysis powered by AI agents.
Quick Start
# Install and run with uvx (recommended)
uvx pitlane-web --env development
# Or install with pip/uv
pip install pitlane-web
pitlane-web --env development
Features
- Interactive Web UI - Chat-based interface for F1 data analysis
- AI-Powered Analysis - Uses Claude Agent SDK for intelligent F1 insights
- Session Management - Isolated workspaces for each analysis session
- Chart Generation - Automatic visualization of lap times, tyre strategy, and more
- Rate Limiting - Built-in protection against abuse
- OpenTelemetry Tracing - Observable agent behavior for debugging
Usage
Basic Commands
# Development mode with auto-reload
uvx pitlane-web --env development
# Custom port
uvx pitlane-web --port 3000
# Production mode
uvx pitlane-web --env production --host 0.0.0.0
# See all options
uvx pitlane-web --help
Environment Variables
PITLANE_ENV- Environment mode (development/production/test)PITLANE_TRACING_ENABLED- Enable OpenTelemetry tracing (0/1)PITLANE_HTTPS_ENABLED- Enable secure cookies (true/false)PITLANE_SESSION_MAX_AGE- Session cookie max age in secondsPITLANE_RATE_LIMIT_ENABLED- Enable rate limiting (true/false)
With Tracing
# Enable tracing to see agent behavior
PITLANE_TRACING_ENABLED=1 uvx pitlane-web --env development
Requirements
- Python 3.12, 3.13, or 3.14
pitlane-agentpackage (installed automatically as a dependency)
Architecture
Built with:
- FastAPI - Modern web framework
- Uvicorn - ASGI server with auto-reload support
- Jinja2 - Template engine for server-side rendering
- Claude Agent SDK - AI agent orchestration
- FastF1 - F1 data access (via pitlane-agent)
License
Apache-2.0
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pitlane_web-0.4.1.tar.gz
(34.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pitlane_web-0.4.1.tar.gz.
File metadata
- Download URL: pitlane_web-0.4.1.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cb5c1d4e0726aa8a089110d0b6cb34fceeed8bea39714b6f1ecf6d56ce4c7a4
|
|
| MD5 |
2d443dc8b2390cc1d16e005df4c217ab
|
|
| BLAKE2b-256 |
f902c5a735dab854f83bfae6b26c892220faa615474634f5df9e7f91e8fca2e3
|
File details
Details for the file pitlane_web-0.4.1-py3-none-any.whl.
File metadata
- Download URL: pitlane_web-0.4.1-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a15d18073fcb90cc4c3c37725759995055bb5beb7795a558939e76736799c56
|
|
| MD5 |
f7803cc456c599968c7b6cf718573524
|
|
| BLAKE2b-256 |
26ffc1c684bd73f67cfba4bc0bd9535c071b403b59e05f33e4bd1ea35eca21e2
|