Contents
  1. 01 Getting Started
  2. 02 Import Data from Another App
  3. 03 Set Notation Syntax
  4. 04 AI Coaching Setup
  5. 05 Routines & Programs
  6. 06 Data Export & Backup
  7. 07 Tips & Shortcuts

01 — Getting Started

stronk.md requires no account, no email, and no sign-up. Open the app and start logging.

Your first workout

  1. Open stronk.md in your browser
  2. Tap the + button to create a new workout
  3. Type an exercise name (e.g., "Bench Press")
  4. Log your sets using the notation syntax: 60x8 means 60kg × 8 reps
  5. Add more exercises, then save when done

Tip: Install stronk.md as a PWA on your phone for the full offline experience. On iOS, tap Share → Add to Home Screen. On Android, tap the install banner or menu → Install App.

How data is stored

Every workout is saved as a plain-text markdown file in your browser's local storage (IndexedDB). There's no server, no database, no account. The data lives on your device and nowhere else — unless you choose to enable cloud sync.

# 2026-03-06 — Push Day Bench Press 60x8 70x6 80x4 80x3 Overhead Press 40x8 45x6 45x6 Tricep Pushdown 25x12 30x10 30x10

That's it. Plain text you can read, edit, grep, version control, or paste into any AI.

02 — Import Data from Another App

Switching from Strong, Hevy, FitNotes, JEFIT, or any other app? stronk.md's AI coach can convert any data format into stronk.md's markdown format automatically.

Step-by-step import

  1. Export from your current app. Go to your app's settings and export your workout history. Most apps export as CSV, JSON, or Excel — any format works.
  2. Open stronk.md's AI Coach. You'll need an API key from any supported provider (Claude, OpenAI, DeepSeek, Grok, etc.).
  3. Paste your exported data. Open the AI chat and paste the contents of your export file. Tell the AI: "Convert this to stronk.md format and import it."
  4. Done. The AI parses your data, converts exercise names, maps sets and reps, and creates stronk.md workout entries — complete with dates, exercises, and set notation.

Any format works. CSV, JSON, Excel exports, even screenshots of your workout history — the AI handles the conversion. Your entire training history, transferred in seconds.

Supported apps

The AI import works with data from any app, including:

Manual import

If you prefer, you can also create markdown files manually or import .md files directly. The format is simple — see the Set Notation section below.

03 — Set Notation Syntax

stronk.md uses a compact, human-readable notation for logging sets. It's designed to be fast to type and easy to scan.

NotationMeaningExample
60x8Weight × reps60kg for 8 reps
60x8@8.5With RPE60kg × 8 at RPE 8.5
60x8@8.5/2With RPE and RIR60kg × 8, RPE 8.5, 2 reps in reserve
1:30Timed set1 minute 30 seconds (planks, holds)
10Bodyweight reps10 reps (pull-ups, push-ups)
60x8 70x5 80x3Multiple setsAll sets on one line, space-separated
# Full workout example Squat 60x5 100x5 140x3 160x1@9 Romanian Deadlift 100x8@7 100x8@7.5 100x8@8 Pull-ups 10 8 8 6 Plank 1:00 1:30 1:00

Autocomplete: When you log an exercise you've done before, stronk.md shows your previous session's sets as ghost text. Press Tab to accept them, then override any values that changed.

04 — AI Coaching Setup

stronk.md supports bring-your-own-key AI coaching. Your workout data goes directly from your browser to your chosen AI provider — stronk.md never sees it.

Setting up your API key

  1. Get an API key from your preferred provider:
    • Claude (Anthropic) — console.anthropic.com
    • OpenAI (GPT) — platform.openai.com
    • DeepSeek — platform.deepseek.com
    • Grok — x.ai
    • Any OpenRouter-compatible provider
  2. Open stronk.md → Settings → AI Provider
  3. Paste your API key and select your model
  4. Start chatting with the AI about your training

What the AI can do

Privacy: Your data is sent directly from your browser to the AI provider's API. stronk.md never proxies, stores, or has access to your conversations or API key.

05 — Routines & Programs

Save workout templates as routines and organize them into multi-week programs.

Creating a routine

  1. Log a workout as normal
  2. Save it as a routine from the workout menu
  3. Next time, select the routine to pre-fill exercises — then just update the numbers

Programs

Programs are sequences of routines across multiple weeks. Use them for structured training blocks like:

Tip: Ask the AI coach to generate a full program for you. It will create the routines, set the progression scheme, and organize the weeks.

06 — Data Export & Backup

Your data is yours. Export it anytime, in any format you want.

Export options

Backup strategies

No lock-in: Your workouts are standard markdown files. Even if stronk.md disappears tomorrow, your data is readable by any text editor, scriptable with any language, and compatible with any future tool.

07 — Tips & Shortcuts

Workflow tips

Power user tips