Technical Architecture & Design Philosophy

February 3, 2026 | Programming | DESIGN, ANDROID, FEATURES 

Mako List was built using Android Jetpack Compose, prioritizing a zero-lag, high-performance UI that mimics the speed of analog paper.

1. The "Smart Paste" Engine

The core of Mako List is a parsing engine designed to bridge the gap between messy, unstructured text and actionable tasks.

  • Input Handling: The engine accepts raw text from the system clipboard, typically sourced from Slack, emails, or LLM chat outputs.
  • Noise Reduction: It uses a multi-pass cleanup engine that identifies and strips away blank lines and "ghost" formatting to prevent clutter.
  • Task Identification: The parser automatically differentiates between category headers and individual action items, organizing them into a structured hierarchy instantly.

Although the Smart Paste code is programmed to work automatically in many cases, you can optimize the output from LLM's to provide ideal formatting, see: 

The Mako Protocol : How to Train Your AI to Write the Perfect Checklist.

2. Tactical 3-State Logic

We replaced the standard binary checkbox with a more nuanced, 3-state progress tracker.

  • State 0 (Idle): The task is defined but not yet engaged.
  • State 1 (In-Progress): Triggered by a single tap, this provides a visual indicator that the task has been started (e.g., an item is ordered but not yet received).
  • State 2 (Completed): Triggered by a second tap, this strikes through the task, providing the visual satisfaction of completion.

3. Data Sovereignty & Backup

Privacy is not an afterthought; it is the foundation of the app's architecture.

  • Local-First Storage: By default, your data is stored in a private, local database on your device.
  • Account-Free: There are no user accounts, no telemetry, and no hidden analytics.
  • Encrypted Backups: If you opt-in to cloud security, Mako List uses the Android Auto Backup service. This ensures your data is stored in your private Google account, remaining completely inaccessible to the developer.

MASTERING MINIMALISM :
The Hidden Gestures of 
MAKO LIST

Tags: HOW-TO, GESTURES, FEATURES

Mako List was built with a specific philosophy: If it’s not essential, get it off the screen. Most to-do apps are covered in buttons: edit pencils, trash cans, drag handles, and priority flags. They look less like a checklist and more like an airplane cockpit. ...

Read More...

YOUR DATA, YOUR DEVICE:
The "Offline-First" Promise

Tags:  FEATURES, PRIVACY

These days, it seems like even your calculator app wants your email address and location data. But Mako List offers a different approach. We believe that your to-do list is private. It’s a record of where you are going, what you are buying, and what you are planning. That isn't data we need ...

Read More...

EATING THE ELEPHANT :
Breaking Down Huge Tasks

Tags: WORKFLOW, STRATEGIES, HOW-TO 

There is an old saying about productivity: “How do you eat an elephant?” The answer is simple: “One bite at a time.” When facing a massive, complex project... whether launching a new startup, renovating a home, or learning a new...  

Read More ...