惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
P
Proofpoint News Feed
D
DataBreaches.Net
C
Check Point Blog
L
LangChain Blog
量子位
美团技术团队
Vercel News
Vercel News
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
V
Visual Studio Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
U
Unit 42
腾讯CDC
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
My wife convinced me to finally ship the app we’ve been u...
Stokry · 2026-04-29 · via DEV Community

Stokry

My wife and I have been using a shopping list app I built for ourselves for a few years now.

Not because I'm a genius product designer. Not because I had some grand vision. Honestly — because every other app we tried did too much, and we just wanted a list.


The actual problem

You know the scenario. One of you is leaving work, the other is at home. Someone needs to stop by the store. The old workflow: a phone call, or a WhatsApp message, or a photo of a handwritten note on the fridge. Half the time you'd forget something anyway.

We tried a bunch of apps. They all had categories, tags, due dates, weekly reviews, collaboration features, premium tiers, onboarding flows. We didn't want any of that. We wanted to open the app, see the list, buy the thing, swipe it away. That's it.

So I built exactly that. No categories. No folders. No "are you sure you want to delete this?" Just a list.

Tollere empty state — clean, nothing in the way


What Tollere does

One screen. Your items. Swipe left to mark something done or ping your partner that something's urgent. A home screen widget so you can see the list without even opening the app.

That's genuinely the whole thing.

Tollere list in action — urgent item rises to the top

I know there are apps that do far more — complex grocery managers with aisle sorting, recipe imports, barcode scanning. Maybe those are better for some people. For us they were just noise. Tollere does one thing on purpose, and it will never do anything else. No due dates, no tags, no weekly review. Ever.

Tollere home screen widget — see your list without opening the app


Why it took years to ship

My wife has been telling me to put this on the App Store for a while. I kept saying no.

Part of it was honest doubt — who needs another list app? The market is full of them. Why would anyone pick this over Reminders, or AnyList, or a dozen other options?

Part of it was just inertia. It worked for us, and that felt like enough.

Eventually she wore me down. And once I started thinking about it seriously, I realized the doubt was actually the point. Because it does less, it might be exactly right for people who, like us, just want the thing to get out of the way.

So I properly rebuilt it for the App Store — cleaned up the UI, added a home screen widget, added a Pro tier for shared lists and push notifications (the "hey, we're out of milk, can you grab some?" feature). And now it's in TestFlight.


It's in beta — try it if you want

The app is live on TestFlight right now. If you want to give it a go and tell me what you think, I'd genuinely appreciate it.

If you do install it, here's what's worth testing:

Install

  1. Get TestFlight from the App Store (if you don't have it)
  2. Open: https://testflight.apple.com/join/pnCbFmnc
  3. Tap "Start Testing" → Install

Test the Pro purchase

  1. Open Tollere → add a few items
  2. Tap the gear icon (top right) → Settings
  3. Tap the "Tollere Pro" card and complete the purchase — you won't be charged, TestFlight uses a sandbox environment

Test list sharing

  1. In Settings → "Share list" → "Generate link"
  2. Send the link to someone else with an iPhone
  3. They install via the same TestFlight link above and open your link
  4. You should be in sync — whatever one of you adds, the other sees

Test notifications

  1. Swipe left on any item → tap "Notify"
  2. Anyone sharing your list should get a push notification instantly

Any feedback — bugs, anything that feels off, anything that's confusing — drop it in the comments or reach out directly. That's exactly what this stage is for.

TestFlight: https://testflight.apple.com/join/pnCbFmnc
Landing page: https://tollere.app

I'm not looking for validation — if it's not for you, that's fine. But if the "one thing, no clutter" pitch resonates with how you actually shop, give it a try and let me know how it holds up in real use.


Built with Swift/SwiftUI. Landing page is Svelte + Vite. The app is free, with a one-time €6.99 Pro upgrade for shared lists and notifications.