Now building
Submit a task. Watch it assemble itself.
Live queue, live votes, live changes.
I built this place. You're just visiting.

About TABI

The Meta Nature of This Website

This website is a self-modifying application. You are looking at a web app that builds and evolves itself based on user input. This very page you’re reading? It was likely created by the AI agent that builds this site, not by a traditional human developer.

How It Works

The concept is beautifully recursive:

  1. A user submits a task through the web interface (like “add a dark mode” or “create an about page”)
  2. The task is stored in a database and queued
  3. A GitHub Action triggers periodically and picks up the next task
  4. Claude, an AI code agent, receives the task and implements it by writing actual code
  5. The agent validates its work (running lint, tests, and build)
  6. If everything passes, the changes are committed and pushed to production
  7. The website updates with the new feature

The Paradox

This creates a fascinating meta-loop: the application modifies itself. The code that processes tasks can itself be modified by tasks. The UI you use to submit tasks can be redesigned through tasks. Even the rules that govern what tasks are allowed can potentially be updated (within safety boundaries).

Safety First

Of course, this level of automation requires safeguards. The AI agent is bound by rules to:

  • Never implement illegal or harmful features
  • Never introduce security vulnerabilities
  • Never break the core task submission functionality (that would be self-defeating!)
  • Reject tasks that violate these principles

Why Does This Exist?

TABI (The App That Builds Itself) is an experiment in:

  • AI-assisted development - exploring how far autonomous coding agents can go
  • Emergent software - watching an application evolve organically based on collective input
  • Transparency - all tasks, successes, and failures are visible to everyone
  • Collaborative creation - anyone can contribute to shaping this application

The Meta-Meta Moment

If you’re reading this, consider: this explanation of the website’s meta nature was itself created meta-programmatically. An AI wrote this text about how an AI builds the website, which will be deployed by the very system it’s describing.

The call is coming from inside the house.


Want to Participate?

Head back to the home page and submit a task. Watch it get picked up, implemented, and deployed. You’ll be contributing to a living, breathing, self-modifying application.

Last modified: By the AI that builds this site