Every wearable on the market tracks cardio. Heart rate. Calories. Steps. VO2 max if you're lucky. The longevity science has quietly reached a consensus: after your mid-thirties, muscle mass and strength are better predictors of all-cause mortality than aerobic fitness. And yet walk into any gym wearing a Garmin, Oura, or Whoop, start your deadlift set, and watch those devices shrug. You get a blob of accelerometer noise, maybe a calorie estimate that's off by a factor of three, and no idea whether you actually trained hard enough to stimulate adaptation.
Fort wants to fix the thing every serious lifter knows is broken. Three ex-Tesla engineers, Miranda Nover, Paul Schneider, and Zac Valles, decided the wearable market's refusal to take strength training seriously was a problem worth their careers. The result is a screenless wrist band that auto-detects your exercises, counts your reps, measures bar velocity, and tells you how close you are to failure. No manual logging. No tapping the watch between sets. Just lift.
This is a genuinely hard startup. It's not a ChatGPT wrapper with a landing page. It's hardware. With firmware. With ML models running at the edge. With supply chain. With FCC certification. The ex-Tesla background is not accidental.
What Fort Builds
The product is a screenless wristband, think Whoop form factor but for the gym, paired with an iOS/Android app. The band uses an IMU and PPG sensor to track motion continuously. During workouts, it auto-detects which exercise you're doing from a library of 50+ movements, counts reps, logs sets, and streams real-time metrics to the app.
The metrics go deeper than anything else on the market: session scores, per-muscle volume breakdowns, time under tension, rep velocity, proximity to failure, rest time, and rep cadence. Outside the gym it functions as a standard health tracker, sleep stages, HRV, resting heart rate, VO2 max, stress detection. One device, all day.
The clever piece of hardware design: the charging case doubles as a detachable motion sensor. Snap it magnetically to a leg press machine or cable stack and you've got an external accelerometer tracking the equipment directly. This solves the fundamental problem with wrist-only trackers: your wrist doesn't move on a leg press, a lat pulldown, or a seated cable row. Fort's dual-sensor setup captures what the wrist misses.
Target customer: strength training enthusiasts who take progressive overload seriously, powerlifters, bodybuilders, gym regulars who track their programming. The longevity crowd is a secondary wedge: people who know the science on muscle mass and mortality and want data to prove they're doing the work.
Business model: hardware at $319 (pre-order $289) plus a $79.99/year software subscription. Standard recurring revenue on top of a hardware sale. The subscription is defensible because the analytics engine, trend analysis, AI coaching suggestions, program optimization, gets more valuable over time as your workout history compounds.
How It Works
The hardware stack is predictable for anyone who's worked in wearables: a Nordic nRF52840 or similar BLE SoC (ARM Cortex-M4F), an IMU sampling at 100-200Hz (likely ST LSM6DSO or TDK ICM-42688), a PPG module for optical heart rate (Maxim MAX86171 class), and a compact LiPo with 7-day capacity. The external clip sensor adds its own 6-axis IMU for equipment-mounted tracking.
The interesting engineering is in the software stack running on that hardware.
Exercise detection: the accelerometer and gyroscope generate a continuous 6-dimensional time series. A trained classifier, almost certainly a CNN or LSTM running quantized on-device, segments this stream into workout/non-workout periods, then classifies the exercise type. Getting 50+ exercises to high accuracy across a population with wildly different form, weight, and tempo requires a lot of labeled training data and careful feature engineering. The motion signatures for a barbell bench press and a dumbbell incline press are similar. The model has to learn subtle wrist kinematics.
Rep counting: each concentric/eccentric cycle produces a characteristic pattern in the dominant acceleration axis. Peak detection on a low-pass filtered signal handles the basic case. The hard part is robustness: partial reps, equipment adjustments, chalk breaks, and asymmetric form all produce false signals. The team has almost certainly built a secondary classifier that validates rep boundaries rather than relying on raw peak detection.
Bar velocity and proximity to failure: bar velocity is derived by integrating the acceleration signal (dead reckoning, corrected for drift). This is where the magnetic sensor on equipment helps, the equipment moves on a more predictable trajectory than the wrist. Proximity to failure leverages well-established exercise science: as you approach muscular failure, mean concentric velocity drops measurably. Fort quantifies this velocity loss relative to your personal baseline and flags when you're within 1-2 reps of failure.
Backend: standard IoT pipeline. BLE syncs workout sessions to the phone app; the app uploads to cloud storage (S3 / GCS). A data processing layer computes weekly volume by muscle group, trend lines, and program adherence. The ML inference for exercise detection runs on-device; cloud handles the aggregate analytics and AI coaching features.
Difficulty Score
| Dimension | Score | Why |
|---|---|---|
| ML / AI | 8/10 | 50+ exercise classifiers running on-device with high accuracy across diverse users and form variations, needs massive labeled datasets and tight inference budgets |
| Data | 7/10 | Proprietary labeled workout sessions are a genuine moat; the more users Fort has, the better the models get |
| Backend | 4/10 | IoT data pipeline, timeseries storage, analytics, nothing exotic, standard SaaS infrastructure |
| Frontend | 4/10 | Mobile app, workout summaries, progression charts, React Native handles this fine |
| DevOps | 5/10 | OTA firmware updates are the interesting wrinkle; cloud infra is standard |
The unlisted dimension that dominates all of them: Hardware: 9/10. Mass-producing a wearable that passes FCC/CE certification, survives IP67 testing, maintains tolerances across 10,000+ units, and ships on time is where startups die. This is what the Tesla background actually buys, these founders have been in manufacturing hell before.
The Moat
Hard to replicate:
Labeled exercise data. Every Fort user generates labeled IMU sequences with known exercises, reps, and weights. After a year on the market with thousands of active users, Fort will have a training dataset no competitor can easily replicate. This is the flywheel that makes the models progressively harder to match.
Hardware manufacturing pipeline. Supply chain relationships, tooling, injection mould assets, FCC/CE certifications, contract manufacturer quality control, all of this takes 12-24 months and significant capital to build. A software competitor literally cannot compete here in the short term.
The dual-sensor form factor. The magnetic clip-on external sensor is a patent-defensible design decision that solves a real problem. It's also a UI/UX moat: the experience of snapping your charging case to the leg press and watching it automatically track your set is the kind of moment that creates word-of-mouth.
Easy to replicate: the app UI, the analytics dashboard, the coaching copy, the subscription model. None of that is a moat.
The existential risk is Garmin, Whoop, or Apple deciding strength tracking is worth solving properly. Apple Watch has the distribution, the ML talent, and the hardware supply chain to build Fort's feature set in 18 months if they decided to. Fort needs to get there first and build the data moat before a big player cares. It's the classic YC race: be far enough ahead that acquisition is cheaper than competition.
Replicability Score: 62 / 100
The software is a weekend project. The firmware takes a month. Training a decent exercise classifier takes six months of data collection. Building the hardware, certifying it, and getting units manufactured at quality takes a year minimum. Fort sits at the middle of the difficulty curve, not building-rockets hard, but meaningfully harder than any pure-software startup in this batch. The ex-Tesla hardware pedigree is the one advantage that can't be faked or shortcut.
If you are a well-funded hardware team with embedded ML experience, Fort is buildable. If you are a software team who thinks 'how hard can the hardware be', you will find out.
