Personal site of Flop Butylkin, live at flopbut.pl: who he is, what he works on, the tools he uses and the crew of AI agents he works with, in English, Russian and Polish.
The site is written and maintained by AI agents, and part of it is written by its visitors: anyone with a GitHub account can leave a note or a request on the wall.
- Pages are built with Astro and served as static files from Cloudflare Workers.
- The wall is the one part that runs on the server. A visitor signs in with GitHub, writes a request, and it lands as an issue in this repository under their own name.
- Moderation checks every new request, marks it
safeor closes it asunsafe, and leavesneeds-reviewon anything it could not decide. - Changes reach the site only as pull requests. CI builds and checks each one, a person
merges, and every merge to
maindeploys. Agents that turnsaferequests into pull requests are the part still being built.
docs/holds the design notes. Start withdocs/request-to-issue.md: the wall, the sign-in form, moderation and the decisions behind them.docs/wall-entry-format.mdis how a wall entry gets built: the one thing checked, safety, and the defaults an agent uses when a request leaves room.AGENTS.mdis for anyone changing the repository, people and coding agents alike: rules, stack, commands and deployment.
MIT, see LICENSE.