Airplane turns scripts into apps

Diving deeper into

Ravi Parikh, CEO of Airplane, on building an end-to-end internal tools platform

Interview
It actually is significantly faster than having to put that same code into some API endpoint and build a little bit of UI in Retool
Analyzed 5 sources

Airplane is trying to collapse two steps into one, write the business logic and get a safe internal app immediately. In a Retool style workflow, a team often still needs to expose code through an API, then wire a UI to that API. Airplane started from the opposite direction, taking a Python or JavaScript script and automatically adding forms, permissions, audit logs, notifications, and later data views, so the script itself becomes the product surface.

  • The real comparison is usually not Airplane versus Retool, but Airplane versus building an internal tool in house. Retool users often start from a data source and assemble tables, forms, and buttons. Airplane started from the common engineer habit of writing a one off script, then turned that script into something ops or support can run safely.
  • Retool is strongest when a company needs a fast admin panel on top of databases and APIs. A customer like Lithic used it to let ops teams inspect accounts, change settings, and trigger actions across systems. That is fast compared with building raw React, but it still assumes the action logic already exists behind queries or endpoints.
  • This is why Airplane added Views after launch. Teams using script only tools still had to read and diagnose data somewhere else, often in Retool or an internal admin panel, before running a write operation. Adding data exploration made Airplane more end to end and helped it win larger deployments.

The category is moving toward platforms that own both the operator workflow and the underlying action logic. Retool is pushing outward from UI into broader app building, while Airplane is pushing from scripts into full internal tooling. As AI makes code cheaper to produce, the advantage will shift to products that can turn that code into governed, shareable tools with almost no extra assembly work.