FIT It In / src / index.tsx --:--
index.tsx ● live
// Per-minute equipment access. Operated by KIAPAC LLC, Oakton VA.
const FIT It In = async () => {

"Workouts
by the
minute."

Type a 6-digit code from any FIT It In-equipped machine. Choose a duration. The plug powers on, the clock runs, and at zero the plug powers off. No subscription. No membership. No commitment.

// Type a 6-digit equipment code below
await FIT It In.startSession({
code: ,
duration: 2, // minutes — pick on the next page
});
// returns: redirect to /session/{code}
};
runner.jpeg // imported as static asset 1376 × 768 · oakton va · 2026.04
A runner mid-stride on a FIT It In-equipped treadmill at the Oakton, Virginia location.
// fig.A.001 export default runnerImg;
method.md 3 steps

How it works

Each FIT It In-equipped machine carries a printed 6-digit code. The code maps to one plug, one machine. Type it here, choose a duration, and the plug powers on for the time you booked.

  1. Find the code

    A printed label on the machine carries the 6-digit equipment code. That's the only thing you need.

  2. Type it here

    Enter the code, choose a duration. We confirm the plug is reachable before charging anything.

  3. Move

    Equipment powers on. The clock runs server-side. At zero, the plug shuts off. A hardware timer is the backstop.

sessions.json 2 options

Sessions

Pay only for the time you book. No subscription. No monthly fee. The session ends when the timer ends, not before.

{ "product": "per-minute equipment access", "subscription": false, // always false "durations": [ { "id": 1, "minutes": 1, "profile": "dev-test" }, { "id": 2, "minutes": 2, "profile": "dev-test" } ], "hardware_backstop": true, // auto-off timer on the plug "reservation_fee": 0 }
locations.yaml ● 1 live

Where to find us

One location at edition 002. Operator is KIAPAC LLC, Virginia.

# live locations — drop-in by the minute locations: - id: A city: Oakton state: Virginia status: live plugs: 1 notes: "first FIT It In location · real plug · real session" - id: B city: your gym? status: partners-wanted cta: /contact notes: "operate a gym, studio, or facility? get in touch."
safety.md required

Safety

Read these before your first session. Hardware-level shutoff backstops every session, but you're responsible for moving safely on the equipment.

@@ READ BEFORE SESSION @@ acknowledgement required
  • Hardware-level shutoff backstops every session — the plug times out even if our server doesn't.
  • You are responsible for your own physical capacity. Consult a physician if you have any medical condition.
  • Use equipment only as intended. No tampering, no modification, no removing parts.
  • Stop immediately if you experience pain, dizziness, shortness of breath, or any adverse symptom.
  • Sessions are non-transferable. They start when you start them and end when the timer ends.
// full document at /waiver read waiver →
about.md readme

About

FIT It In sells one thing: time on a piece of equipment. No subscription. No tiers. No bundles. The plug turns on, you work out, the plug turns off.

Gyms have equipment that sits idle most of the day. Travelers, drop-ins, and the under-membershipped have nowhere to use it. We bridge the two.

Operator

KIAPAC LLC · Virginia, USA

Reach us

// FIT It In v1 · src/index.tsx · last edit: 04.2026 · oakton va