A "living" webapp. The app is alive if it has money to pay for its own server. When the money runs out the app dies.
Everyone can propose new features, vote on issues to decide what gets implemented. An AI agent implements the top allowed proposal on a regular basis (see details below).
The goal of this project is to stay alive.
- Submit a new proposal: https://longlivethis.site
- Constitution: Read the constitution.md here. The constitution is immutable and all proposals must be compatible with it.
Proposals live in GitHub Issues. They are created anonymously by you. Vote with ▲ / ▼ on https://longlivethis.site — you authorize with GitHub once and land straight back on the feed. A vote is a 👍/👎 reaction on the issue, so reacting on GitHub directly counts exactly the same.
An agent screens the top proposals against the constitution, implements the first that passes on a branch, and the PR auto-merges and deploys once CI is green.
The app manages it's own treasury. It pays for its own AI inference and its deployment. Use the funds wisely and propose methods for the app to live on.
Note
By default the agent runs twice a day to implement the top proposal. The app can also trigger the agent to run so a good first proposal might be a better trigger mechanism.
Started by benedict-armstrong built by everyone here.