FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built a Subscription Tracker That Works as Both a PWA and a Telegram Mini App
How-ToWeb Development

I Built a Subscription Tracker That Works as Both a PWA and a Telegram Mini App

via Dev.to WebdevbyArto10h ago

A few months ago I had a simple problem: too many subscriptions, zero visibility into what I was actually paying. The standard fixes (spreadsheet, notes app) never stuck. So I built Subeasy. A subscription tracker that lives inside Telegram and also works as a standalone PWA. Same codebase, two platforms Here's what the build actually looked like The stack • Next.js 16 (App Router) • React 19 + TypeScript 5 • Tailwind CSS 4 • Framer Motion for animations • Supabase (PostgreSQL) for cloud sync • Recharts for analytics • Vercel for deploys Nothing exotic. The interesting part isn't the stack, it's the decisions around data and platform Offline-first, always The biggest design decision early on: localStorage as the source of truth, Supabase as the sync layer. Every subscription lives in localStorage first. The app fully works without a network connection or even an account. When the user logs in, it syncs to Supabase. The sync strategy: full pull from remote, merge (remote wins on conflic

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

The Quiet Advantage of Learning in Small, Practical Steps
How-To

The Quiet Advantage of Learning in Small, Practical Steps

Medium Programming • 2h ago

2. Readers-writers Problem
How-To

2. Readers-writers Problem

Medium Programming • 5h ago

The Part Nobody Could Scale
How-To

The Part Nobody Could Scale

Medium Programming • 6h ago

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.
How-To

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.

Medium Programming • 6h ago

Stop Watching Tutorials: The Real Way to Learn Coding Faster
How-To

Stop Watching Tutorials: The Real Way to Learn Coding Faster

Medium Programming • 7h ago

Discover More Articles