soconnorandClaude Opus 4.8 572d8eaa94 Broaden exec-summary frame beyond emergency-ready; trim print padding
Medscribe is an everyday companion — capture (record + searchable
transcription), understand (plain-language medication chat grounded in the
record + FDA facts), and manage (OCR, reminders, refills) — that is ALSO
ready to hand to a caregiver, a new specialist, or an ER. Reframe the
snapshot, problem, and lead differentiator so the emergency handoff reads
as the sharp end of the product, not its whole definition.

Also reduce the print one-pager's outside padding (0.5in -> 0.4in sides,
0.26in -> 0.22in top) so it uses the page better. Still one page.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 01:50:47 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00
2026-06-24 17:02:04 -04:00

Medscribe Web

Marketing homepage for Medscribe — a privacy-first, on-device medical companion for iOS.

Built with create-t3-app (Next.js + TypeScript + Tailwind). Single-page site; no database or API routes.

Uses bun exclusively (bun.lock).

Development

bun install
bun run dev

Open http://localhost:3000.

Build

bun run build
bun run start

Screenshots live in public/screenshots/. They are wrapped in an iPhone-style frame via react-device-mockup.

Capturing raw screenshots for the site

Export in-app content only from the simulator or device — no simulator chrome or macOS capture toolbar. A normal in-app iOS status bar/tab bar is fine.

  1. Run the app on iPhone 17 Pro (or 16 Pro) simulator or device.
  2. Capture each screen (⌘S in Simulator saves to Desktop).
  3. Drop PNGs into public/screenshots/ and update paths in src/app/page.tsx / src/components/feature-showcase.tsx.

The frame dimensions assume tall iPhone screenshots and are controlled in src/components/phone-mockup.tsx. Use captureMode="simulator" only for old captures that already include device chrome.

S
Description
No description provided
Readme
4.8 MiB
Languages
TypeScript 91.5%
JavaScript 4.4%
CSS 4.1%