Skip to content

What Applane is

Applane is a Chrome extension. A person on your team opens its side panel, describes an internal tool in plain words, and iterates with an AI agent until a working web app is deployed.

The app runs on Google Apps Script, inside your Google Workspace, under the account of whoever opens it. The model runs on Vertex AI in your own GCP project. Every Google call is made from the browser with the employee’s own token.

Applane’s backend stores your company’s configuration, the email addresses of the people who build, and your invoice. It never receives a Google access token, a line of app source, a prompt, or a row of your data.

Setting it up touches three places: the Google Admin console, one GCP project, and the Applane console. This site is split by who does each part.

Every page has a Copy as Markdown button next to its title, and is served as Markdown at the same path with a .md suffix (for example /gcp-admins/oauth-client.md). The whole site is at /llms.txt (an index, one line per page) and /llms-full.txt (every page in one file). Cache these files; re-fetch when the Last updated line or the ETag changes.

For AI agents: llms.txt, llms-full.txt, or any page with a .md suffix.