Vibecode Bevel

track this build5 steps, step by step
KINDA · weekend project
price $14.99/moyou'd save $179.88/yrbuild time a weekendcategory 🧘 wellnessreplaced by 0 people

Bevel is not sitting on secret data: it reads the same HealthKit records your watch already wrote, then does math and draws charts. An agent can absolutely build you a local dashboard over an Apple Health export that computes rolling averages, sleep and HRV trends, and lag correlations between habits and recovery. The gap is delivery, not analysis: real HealthKit access means an actual iOS app, Xcode, a developer account and background sync, and manual export zips get stale fast. You also lose the part Bevel spends most of its effort on, which is turning noisy sensor data into something you glance at once a day and actually understand. Fine for a curious quantified-self person, annoying for anyone who wants a phone widget.

the project pack4 files · fastest path to a working personal build
README.md
# Bevel indie build

## Goal

Build the smallest trustworthy replacement for the core Bevel workflow for one developer or a tiny team.

## Scope

Ingest an Apple Health export zip into a local database and serve a dashboard of daily metrics, rolling trends and correlations between behaviour and recovery.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Live background sync; you are re-exporting a zip by hand
- A phone app, widgets and notifications
- Their opinionated composite scores and plain-English daily readouts
- Non-Apple device integrations and whatever normalisation they do across sources
- Charts that a designer looked at

If those capabilities are essential, use Bevel instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because the value of health metrics collapses if you have to go fetch them. Bevel's job is to be already updated when you open your phone, with a number you trust and a sentence that explains it. A local notebook that needs a manual export every two weeks answers different questions: interesting once, abandoned by month two. People pay for the part that keeps running when their curiosity does not.

what you lose

xLive background sync; you are re-exporting a zip by hand

xA phone app, widgets and notifications

xTheir opinionated composite scores and plain-English daily readouts

xNon-Apple device integrations and whatever normalisation they do across sources

xCharts that a designer looked at

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced Bevel ($14.99/mo) with one prompt"
questions
Vibecode Bevel

Kinda. The core of Bevel is buildable in a weekend with the prompt on this page, but there are real gaps: Live background sync; you are re-exporting a zip by hand, A phone app, widgets and notifications. Read the honest list above before committing.

How much does Bevel cost?

Bevel costs about $14.99/month (Bevel Pro, checked 2026-08-18), which is $179.88 per year.

What do I lose by replacing Bevel?

Honestly: Live background sync; you are re-exporting a zip by hand; A phone app, widgets and notifications; Their opinionated composite scores and plain-English daily readouts; Non-Apple device integrations and whatever normalisation they do across sources; Charts that a designer looked at. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Bevel?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.