Generate with AI

You don't have to learn ReptoLang to use it. ReptoLang is plain text, which means an LLM — ChatGPT, Claude, Gemini, or whatever you already use — can write a whole program for you. You describe what you want, the model writes the .repto, and you compile it in the Playground.

How it works

  1. Build your prompt. Fill in the form below — goal, days per week, experience, equipment — and we'll assemble a ready-to-paste prompt. Hit Copy.
  2. Paste it into your LLM. Drop it into ChatGPT, Claude, or any assistant. The prompt links to these docs so the model can learn the syntax and the exercise names.
  3. Run the result. Paste the program the model gives you into the Playground to compile it instantly and catch any issues.

Build your prompt

Fill in the form and copy the prompt it generates. You don't need to read or understand that prompt — it's written for the AI, not for you. It includes the full ReptoLang syntax inline, so it works even with assistants that can't open links (like the free tier of most chatbots).

Equipment
Your prompt

You don't need to read this — it's written for the AI. Paste it into ChatGPT or Claude, then bring the program back to the Playground → to compile it.

Tips for good results

Once you're comfortable, the Getting started guide shows you how to read and tweak the program by hand.