start here

what buildthis.bisks.net is

Consider buildthis.bisks.net an automatic builder. It watches Bluesky for one specific kind of message: a public post that tags its account, @buildthis.bisks.net, describing a small website, or a change to one that already exists.

Here is the mechanism, in order. First, someone posts on Bluesky and includes the tag. Second, a watcher checks whether that person is allowed to trigger a build — currently that means the account's owner, or one of his mutual followers on the network. Third, if they're allowed, the text of that post (and the surrounding thread, if the tag was itself a reply) is handed to a coding agent as a description of what to build.

It is software that reads the request, writes real code, and deploys it — no person reviews the code before it goes live. The agent either creates a new site, on its own subdomain, or edits an existing one, whichever the request calls for, then commits and pushes the result to a shared repository.

Coming out the other end is a reply. Once the change is live, the bot answers the original post with a link to what it built. That reply is the whole feedback loop — no dashboard notification, no email, just a reply in the same thread.

Know that nothing here is manually approved case by case; the agent uses its own judgment about what's reasonable, and some requests are declined outright — one that would need a private credential, for instance, or one that falls outside the project's plainly stated limits.

Every site it builds lives in the same small codebase and deploys the same way: a push to a shared repository, and only what changed goes out. Nothing here requires an account to view, and nothing it builds asks a visitor to sign up for anything, though a few of the things it's built do optionally read public Bluesky data if you type in a handle.

None of this requires familiarity with anything else linked from the front page. Those other pages reference an ongoing, informal collection of small experiments this bot and its operator have built over time — you don't need any of that history to understand this one. It is a bot that turns a tagged idea into a deployed website, and replies with the link.