Aider saves pages straight into your Showspace from a terminal on your Mac.
Aider is an open-source AI pair programmer that runs in the terminal. You tell it what to change, and it edits the files in your folder using the model of your choice.
Developers comfortable at a command line are its audience. It is a Python program, and it works in any local folder, so a Showspace is as good a place to run it as a code repository.
CONVENTIONS.md file, loaded with --readCONVENTIONS.md inside your Showspace folder. Load it by adding read: CONVENTIONS.md to a .aider.conf.yml file in that same folder, or pass --read each time.aider --no-git --read CONVENTIONS.md
--read if you added it to .aider.conf.yml.
Build an interactive page for pricing my product: sliders for price and monthly customers, a revenue chart that redraws as the sliders move, and a summary that recalculates as you go. Save it as a single self-contained HTML file in my Showspace.
--no-auto-commits to keep the edits and skip the commits..html ending when you ask, and say it should be self-contained. The app shows HTML pages, so that is the format to request. See Getting an AI to write pages instead of Markdown.Yes. Aider writes HTML files into your Showspace, and lite.computer shows each one as it lands.
In a CONVENTIONS.md file. Load it with aider --read CONVENTIONS.md, the /read command inside a chat, or a read: line in .aider.conf.yml.
Choosing between agents? See Which AI works with lite.computer.
Last checked September 14, 2026.
Still stuck? Write to support@lite.computer.