LLM wrappers to the next level

What if we take LLM wrappers to the next level and skip the LLM API entirely? Your app is just two things:

  • a website with a text box
  • a publicly accessible docs link that the LLMs can read

The docs should explain what the LLM is supposed to do with what the user provides. The “message send” button just opens ChatGPT/Claude with a prefilled prompt.

I think this can be cool for smaller projects: no need to get an API key, worry about rate limiting, set up billing. But of course, projects like these will be more than a prompt that you are packaging in a slightly easier-to-use manner.

April 26, 2026