I'll Serve Anything

Published: (January 4, 2026 at 02:04 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Overview

I made a site inspired by my favorite GitHub repo, illacceptanything/illacceptanything. Instead of a repository, it’s a website, and instead of commits, it accepts prompts.

Site

ill-serve-anything.com

API

Base URL: https://api.ill-serve-anything.com

POST /prompt {"prompt": "..."}
GET /prompt/:id
GET /prompts?limit=N

Current Behavior

It’s been live for a day and appears to alternate between:

  • A Zen garden
  • News about Venezuela
  • A crypto exchange
  • Someone who just spews bananas all the time

Customization

You can ask it to open up paths (e.g., someone added /pac-man) and install dependencies within reason on the Ubuntu box from which it’s served.

Contribution

I’ve tried embedding a small way to edit the site directly, but it keeps getting torn down, so I’ve given up. If you break it, please send a prompt to fix it.

Back to Blog

Related posts

Read more »

Behind the Scenes: Building CRAFT Solo

markdown !Forem Logohttps://media2.dev.to/dynamic/image/width=65,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2...

It's hard to justify Tahoe icons

Article URL: https://tonsky.me/blog/tahoe-icons/ Comments URL: https://news.ycombinator.com/item?id=46497712 Points: 311 Comments: 133...