explaingit

iiamit/mytaillog

Analysis updated 2026-05-18

1JavaScriptAudience · generalComplexity · 3/5Setup · hard

TLDR

A free, open-source app that uses AI to digitize paper aircraft maintenance logbooks and track inspections, ADs, and flight hours for small plane owners.

Mindmap

mindmap
  root((MyTailLog))
    What it does
      Digitizes paper logbooks
      AI reads handwriting
      Tracks maintenance
    Key features
      AD and inspection tracking
      Ask your logbook
      Oil analysis charts
    Integrations
      MyFlightBook sync
      OAuth data sharing
    Tech stack
      Next.js
      Supabase
      Anthropic AI
    Audience
      Plane owners
      GA pilots

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Photograph handwritten logbook pages and have AI turn them into searchable digital entries.

USE CASE 2

Get email reminders before inspections, ADs, or oil changes come due.

USE CASE 3

Ask plain English questions about an aircraft's maintenance history and get answers with sources.

USE CASE 4

Track engine oil analysis results over time from lab report scans.

What is it built with?

Next.jsTypeScriptTailwindSupabaseAnthropic

How does it compare?

iiamit/mytaillog0xmukesh/docusaurus-tutorial1tsmejp/palworld-docker-wine
Stars111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-12-27
MaintenanceDormant
Setup difficultyhardeasymoderate
Complexity3/52/54/5
Audiencegeneraldeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires Supabase setup and an Anthropic API key to run AI extraction and Q&A.

In plain English

MyTailLog is a web app that helps owners of small piston aircraft keep track of their maintenance logbooks. Pilots and owners of general aviation planes are legally required to keep paper logbooks for the airframe, engine, propeller, and avionics, but those paper records are hard to search and easy to lose track of. This tool lets an owner photograph or scan their logbook pages, and an AI model reads the handwriting or print and turns it into structured, searchable entries such as dates, flight hours, work performed, and parts used. The app is clear that it is a helper index, not a legal replacement for the physical logbooks, and every extracted value should be checked against the original pages. Once entries are digitized, the app tracks recurring inspections, Airworthiness Directives, installed equipment, and weight and balance records, and it forecasts when things like annual inspections or oil changes are coming due, sending email reminders ahead of time. A feature called Ask your logbook lets an owner ask plain English questions and get answers that point back to the specific logbook entries that support them. The app can also read oil analysis lab reports and chart wear metal levels over time. It connects to MyFlightBook, another flight logging service, to pull in flight hours automatically, and it can share airworthiness and maintenance data with other apps through its own login and permission system, always with the owner's explicit consent and only in read-only form. Owners can export their data as PDF, CSV, or a full backup file that can be reimported later, and they can share access with other people such as co-owners. Behind the scenes it is built with Next.js and TypeScript, stores its data with Supabase, and uses Anthropic AI models, a stronger one for reading images and a cheaper one for text based questions. The project is free and open source, and by default the AI costs are covered by the app itself with usage limits, though owners can use their own API key for higher limits.

Copy-paste prompts

Prompt 1
Explain how MyTailLog uses AI to extract structured data from a scanned aircraft logbook page.
Prompt 2
Walk me through how the OAuth consent system lets other apps read aircraft data safely.
Prompt 3
Help me understand what the maintenance forecast feature checks before flagging something as due.
Prompt 4
Describe how the MyFlightBook integration keeps flight hours in sync with this app.

Frequently asked questions

What is mytaillog?

A free, open-source app that uses AI to digitize paper aircraft maintenance logbooks and track inspections, ADs, and flight hours for small plane owners.

What language is mytaillog written in?

Mainly JavaScript. The stack also includes Next.js, TypeScript, Tailwind.

How hard is mytaillog to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is mytaillog for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.