Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.airglow.cc/llms.txt

Use this file to discover all available pages before exploring further.

An Airglow app should stay small enough to test on one real page. Use this shape for the first version:
PartQuestion
PageWhere does the app appear?
ActionWhat does the user click or ask?
OutputWhat visible result should appear?
CheckHow do you know it worked?

Good first prompt shape

Create a small app for [page].

When I open [URL], show [small UI].
The app should [one action].
The result should be [visible output].

Keep it simple and match the existing project style.
Tell me what changed and how to test it.

Keep the first version narrow

  • one target page;
  • one action;
  • one visible result;
  • no background automation before the UI works;
  • no broad refactor unless the agent explains why it is needed.
If you cannot test it in one browser tab, the first version is probably too large.