https://github.com/flownrecords/website
Flown Records is a flight logbook platform that allows pilots to upload, analyze, and visualize their flight data.
https://github.com/flownrecords/website
aviation flown-records logbook pilot
Last synced: 4 months ago
JSON representation
Flown Records is a flight logbook platform that allows pilots to upload, analyze, and visualize their flight data.
- Host: GitHub
- URL: https://github.com/flownrecords/website
- Owner: flownrecords
- License: mit
- Created: 2025-06-13T15:09:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-14T22:54:23.000Z (5 months ago)
- Last Synced: 2026-01-15T04:55:45.187Z (5 months ago)
- Topics: aviation, flown-records, logbook, pilot
- Language: TypeScript
- Homepage: https://flownrecords.live
- Size: 2.13 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Flown Records
Flown Records is a flight logbook platform that allows pilots to upload, analyze, and visualize their flight data.
>


> **Project started December 11th, 2024**
## ✈️ Features
- User authentication & profile management
- Import flight data from FlightLogger
- Interactive charts and statistics
- Generate "Spotify Wrapped"-style reports
- Leaderboards for comparing flight statistics
- Available as a **web app**, **Electron app**, and **future mobile app**
## 📂 Tech
### Frontend
- Framework: React
- UI: TailwindCSS, Lucide Icons
- Electron: To package the web app as a desktop app
### Backend
- Runtime: Node.js
- Framework: NestJS
- Database: Prisma (PostgreSQL)
- Authentication: JWT
## 📖 Execution Plan
### Minimum Viable Product (MVP)
- User authentication (sign up, login, profile management)
- Import flight data from FlightLogger
- Basic flight statistics (total flights, total hours, etc.)
- Basic charts for visualizing flight data
- Prep database schema to support future features
### 2nd Phase
- Advanced flight statistics (average flight duration, longest flight, etc.)
- "Spotify Wrapped"-style report generation
- Organizations and teams for collaborative logbook management, including leaderboards (e.g., most flights, longest flight, etc.)
- Mobile app development (web app similar to the desktop app)
- Logbook entry view and management (a detailed view of each flight with options to edit, delete, and add notes)
### 3rd Phase
- Flight tracking app
- Logbook entry x flight track recording *(linking)*
- Code refactoring and optimization
- Additional features based on user feedback
### 4th Phase
- Flight planner platform
- Logbook entry x flight plan *(linking)*
- Q&A platform (#11)
## Structure

## Contribution
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT license](/LICENSE).