← Back to portfolio Side Projects

Voluta — Building a Reading Companion That Respects the Reader

Status

In private beta · Founding member program live · Public launch Q3 2026

14

Private beta testers

Solo

Designed, built, shipped

100%

Dark mode coverage

1

Founder dogfooding daily

The Challenge

Most reading apps treat books like content to be consumed and metrics to be optimized — streaks, badges, leaderboards. Readers told me the opposite: they wanted somewhere quiet to track what they were reading, capture passages that mattered, and revisit them without a feed shoving recommendations in their face. The market was crowded with social readers and gamified trackers, but nothing felt designed for the way people actually read at home, on a couch, with one hand on a coffee mug.

The goal for Voluta was to build a reading companion that felt like a private notebook rather than a social network — calm, fast, and respectful of the reader’s attention.

Impact & Results

Voluta launched as a pre-release with a founding-member program, an end-to-end onboarding flow, a dashboard that surfaces current reads without nagging, and a re-read tracking model built on append-only sessions so a book’s history is never overwritten. The early cohort reported the app felt “like it was designed for me” — the highest-signal piece of feedback I could have asked for.

What I Learned

  • Defaults are a design decision. Streaks and badges weren’t removed — they were never added, and that absence became the product’s voice.
  • Re-reads exposed a data model bug I would have shipped: overwriting a book’s read date erased its history. An append-only read_sessions table fixed it and unlocked future features (reading pace, seasonal patterns) for free.
  • Honest pre-launch copy converts better than aspirational copy. Saying “this feature is coming” with a waitlist outperformed pretending it already existed.

The Outcome

A pre-launch product with a clear voice, a working founding-member tier, and a foundation that scales: append-only reading data, a design system that holds up in dark mode, and an onboarding flow that gets a new reader to their first book in under a minute. Voluta is now in private beta with full App store launch upcoming.

Project Deliverables

  • Product Strategy
  • UX & Visual Design
  • Full-Stack Build
  • Onboarding Flow
  • Founding Member Program
  • Design System

Key Features

  • Append-only reading sessions — every read and re-read is preserved as its own record, so a book’s history compounds rather than overwrites.
  • Library import — readers bring an existing shelf in instead of starting from zero.
  • Reading logs & gentle streaks — progress is tracked, but never weaponized into guilt loops.
  • Rewind — a personal year-in-review surface that summarizes what was read, when, and how it felt.
  • Smart recommendations — book embeddings power suggestions that actually match a reader’s taste, not the bestseller list.
  • Author & book pages — first-class destinations for browsing a writer’s catalog or a single title’s history.
  • Custom lists — readers shape their own collections (TBR, comfort reads, lent-out) instead of being forced into pre-set shelves.
  • Buddy reads — invite a friend to read alongside you with shared posts and chapter-aware discussion.
  • Book clubs — lightweight clubs with discovery, feeds, and member management.
  • Spoiler-aware forums — chapter-level spoiler controls so a discussion never ruins what you haven’t read yet.
  • Friends, follows & requests — two relationship models so readers choose between mutual friends and asymmetric follows.
  • Mentions & rich markdown — posts and notes support @-mentions and formatted text without a heavy editor.
  • Notifications — a single dropdown for the things that actually matter, with read-state and counts.
  • Moderation & reporting — a report flow on every piece of user content and an admin moderation queue behind it.
  • Account export — readers can download everything they’ve put in.
  • Account deletion — a real delete, not a soft-hide.
  • Founding member tier — a pre-launch program with a dedicated badge, banner, and pricing lock-in for early supporters.
  • Premium subscription — checkout, customer portal, webhook-driven status, and a subscription gate for premium surfaces.
  • Public roadmap — a live roadmap with admin-side editing so the product’s direction is visible to the people paying for it.
  • Amazon affiliate links — ethical monetization on book pages without dark patterns.
  • Feature waitlists — every “coming soon” feature has a real signup, so demand is measured, not guessed.
  • Design system — a single source of truth for typography and components across the app, marketing, and admin.
  • Dark mode — full theming across about, roadmap, and admin surfaces, not bolted on as an afterthought.
  • Dashboard — surfaces current reads calendar, reading streaks.
  • Profile & onboarding — a step-based welcome that gets a reader from sign-up to first book in under a minute.
  • Rate limiting & abuse controls — Redis-backed limits on reads and writes to keep the experience fast and the system honest.
  • Admin tooling — user management, moderation, roadmap editing, brand kit, and migration runner all in-app.