Public website for Airut, a headless Claude Code interaction system that operates through email and Slack.
Live site: airut.org
This repository serves as a simple demonstration of the Airut message-to-deploy workflow:
- Send a message (email or Slack) to the Airut agent with your request
- Receive a response with a Cloudflare Pages preview URL
- Review the PR and approve to deploy to production
No local development environment needed. Just send instructions and get working previews.
public/ Static files served by Cloudflare Pages
index.html Landing page
logo.svg Airut logo
scripts/ Utility scripts (not published)
.airut/ Airut agent configuration
The site auto-deploys via Cloudflare Pages:
- Push to
main→ deploys to airut.org - Pull requests → preview URLs at
*.airut-website.pages.dev
See the main Airut repository for documentation on setting up agent workflows for your own projects.