Skip to content
Build your own tools

Build your own tools

You can have an AI build you a small tool — a calculator, an analysis, a checklist. What you get back is one file — a small folder for bigger tools. Save it, double-click it, done. No installation, no account, no server. Your data stays on your device.

How it works

  1. Open an AI that can read web pages — a chat is enough.
  2. Paste the paragraph below.
  3. Write what you need after it, in plain words.
  4. Save what you get and double-click it.

Paste this:

Follow the build guide at
https://ai-build-guide.flomotlik.me/llms.txt
before you write any code.

Give me something I can save and open by
double-clicking — no installation, no
server, no terminal.

What I need:

It points the AI at the build guide, which sets out how such a tool has to be built. Add "write the interface in <your language>" if that is not English.

The same paragraph works in tools that write straight into a folder on your machine — Claude Code, Cowork or Projects, and the equivalents from other providers. Then you save nothing by hand: the folder arrives finished, and you double-click the index.html inside it.

Examples

If a task happens only once, you do not need a tool — the chat answer is faster. Tools pay off when something recurs, or when the result has to be defensible.

What else is here

Two things up front

What the AI should not see

Names with addresses, dates of birth, bank details, donor and member lists, confidential papers. Describe the structure instead ("a table with the columns Name, District, Amount"), have the tool built against that, and open the real file only in the finished tool — it never leaves your device.

The same applies to tools with folder access: whatever sits in the project folder can be read, including files you never showed it. Keep such documents somewhere else.

Checking the numbers stays with you

The AI computes, you know the subject. Check a total you already know, and whether something you expect is missing. Ask explicitly for a control total and for the number of rows it actually read.