Launched this week

Fable Flight
Learn to fly with a live AI instructor
55 followers
Learn to fly with a live AI instructor
55 followers
Fable Flight is a browser-based AI flight school with a multi-view 3D cockpit, landscape, weather, traffic, missions and the latest GPT real-time voice assistant to guide you along the way. This is an educational simulator; not certified flight training.










Fable Flight
Fable Flight
Hi Product Hunt! I’m Arnav and I built Fable Flight: Your personal AI Flight Simulator.
I wanted a browser flight school that lets beginners experiment, fail, understand the physics etc. by being in flow state. My friends loved the GPT-realtime 2.1! It genuinely understands context in real time and supports you when you face a challenge. Learn to fly at your own pace!
Fable Flight combines:
- a multi-view Three.js cockpit with physical, inspectable controls.
- guided missions across weather, navigation, systems, and emergency scenarios.
- a privacy-aware Black Box that records important flight events.
The AI is deliberately constrained. It can read the current flight state and present a lesson, but it cannot operate the aircraft. The learner still has to move the real controls and complete the recovery.
Codex with GPT-5.6 was my engineering partner throughout the build: inspecting the existing simulator, defining telemetry and safety contracts, tracing a stale-state bug across the browser and Realtime data channel, implementing the cockpit and lesson flows.
Try to fly an intentionally unstable circuit and open the Black Box debrief. Ask what went wrong and retry. I’d especially value feedback on one question: **which cockpit instrument or recovery procedure was hardest to understand on your first attempt?** Please leave the confusing moment in a comment so I can improve the lesson.
Fable Flight is free educational software, not certified flight training. Better if you have a microphone input but is optional.
@arnav_salkade What happens if a learner makes repeated mistakes during a mission and does the instructor adapt its teaching style over time?@
Fable Flight
@jason_scott8 the ai assistant has a detailed system prompt to understand screen context and advice based on specific levels. so it is intentionally slow at first. gpt-realtime is truly magical!
if you miss a checkpoint or a objective then it will guide you. you can ask any question you have about flight physics/or whats happening to your velocity/altitude etc.
I have yet to add true adaptability something i want to develop further!
@arnav_salkade How are new missions designed and do experienced pilots contribute to creating them?
Fable Flight
@advin_jadis I have not used experts for mission design. its bite sized + on the job style learning of basic flight controls and physics, although I want to add a more sophisticated physics learning system.
This is not certified flight training but gets you strong intuitions for how real life controls work.
@arnav_salkade How much of the cockpit interaction is based on real aircraft procedures?
Fable Flight
@khaildnaseem The subsystems like the cockpit are realistic. The voice assistant is an AI black box system designed to give you a real world expert pilot beside you. It follows real life protocols/SOP procedures on the fly (no pun intended).
@arnav_salkade How do you plan to expand aircraft types and weather scenarios as the platform grows?
Fable Flight
@hana_salazars Start with basic training and achievement based upgrades if you pass objectives, basic training and demonstrate advanced training to the AI.
I use a custom made 3d architect skill to make image to typescript 3D systems and parts for the aircraft. I even use blender for wind physics and meshes and plan to integrate more realism and advanced controls to imitate and improve on aircraft control systems.
I wanted to make this like a Forza Horizon 5 game but for flight and aircrafts.