Advanced Analytics & Planning Toolkit for AirlineSim
AS-Insights is a chrome web extension built to support AirlineSim players with strategic decisions. It provides deep insights and recommendations into financial trends as well as route performance (PAX/Cargo). In addition, there are a bunch of quality of lives functionalities.
Note: This is a fan-made project and is not affiliated with AirlineSim or simulogics. Use responsibly and in compliance with the gameβs Terms of Service.
Note: This project is developed and maintained on spare time. Currently AS-Insights is in a concept phase and development is focused on data extraction.
This project was inspired by prior community work in the AirlineSim ecosystem, in particular:
These projects influenced the overall direction and ideas behind AS-Insights.
However, AS-Insights is a completely new codebase. No source code, logic, or assets were intentionally copied 1:1. All implementations were written independently.
- Track long-term financial performance
- on differnent insight levels like company, subsidiary or even flight number
- Analyze historical trends and profitability
- Forecast future income and expenses
- based on live data and/or historical performance
- Evaluate loading factors on routes by airport, region, or aircraft
- Understand transfer patterns and capacity usage
- Visualize PAX and cargo movement
- Identify underserved routes and pricing anomalies
- Suggest optimal pricing tiers
- Guide network and capacity expansion
- Build and optimize HUB wave systems
- Plan aircraft rotations and schedules
- Analyze fleet utilization and route fit
- Browser Extension to scrap data directly from AirlineSim-WebSite during playing
- Saving all data locally in IndexedDB
Currently there is no working version!
We welcome contributions from the community! To keep things clean and collaborative, please follow these guidelines:
-
Fork the repository
Click the Fork button at the top right of this page to create your own copy.
-
Create a new branch
bash git checkout -b feature/your-feature-name -
Make your changes
Follow the existing code style and structure. Include tests or documentation where applicable.
-
Commit changes with clear messages
Use meaningful commit messages (e.g.,
feat: add financial forecasting,fix: correct cargo capacity bug). -
Push to your fork
bash git push origin feature/your-feature-name -
Open a Pull Request (PR)
Target the
development branch. Describe your changes and reference related issues.When merging the PR, use Squash and merge to keep the
developmenthistory clean. All your commits in this feature branch will be combined into a single commit.
Use GitHub Issues to report bugs or suggest features. Please search existing issues before creating a new one.
This project is licensed under the MIT License. See the LICENSE file for details.