MindToss

Gedanken raus, Mail raus, fertig.

View the Project on GitHub SaschaLucius/MindToss

MindToss

Gedanken raus, Mail raus, fertig.

MindToss Preview

MindToss is a minimalist Android app for capturing thoughts instantly. Type or dictate a note, hit send — the thought lands in your inbox, the app closes. No friction, no overhead.

Born from the frustration of losing fleeting ideas before they can be written down, MindToss reduces the capture process to its absolute minimum: open → type → send → done.


Why MindToss?

Most note-taking apps want to be your system. MindToss doesn’t. It’s the front door to whatever system you already use — your inbox, a task board, a read-later list. It gets thoughts out of your head and into the right place via email, then gets out of your way.

The Philosophy


What It Does

See all features →


How It Works

  1. Open MindToss (or share content from another app)
  2. Type or dictate your thought
  3. Tap Mail (note) or Task (task/kanban)
  4. The message is sent via Resend API as a plain-text email
  5. The app closes automatically

The first line becomes the email subject, everything else becomes the body. Simple as that.

Getting started →


Inspired By

MindToss stands on the shoulders of apps that pioneered the “quick capture to email” concept:

BrainToss

The original “toss it to your future self” app. BrainToss captures text, photos, and voice memos and emails them to you. MindToss takes this core idea — instant email capture — and strips it down to plain text with a focus on speed and auto-close.

Drafts

Drafts popularized the idea of “write first, decide later” on iOS. Its action system lets you route text anywhere after capture. MindToss borrows the capture-first mindset but skips the routing step — your destinations are pre-configured, so sending is a single tap.

Email Me

Email Me is the “send yourself a quick email” utility. It’s the closest sibling to MindToss in concept. MindToss differentiates with two separate channels (notes vs. tasks), offline queuing, share target integration, and automatic link title fetching.

What’s Different

  BrainToss Drafts Email Me MindToss
Platform Android, iOS iOS, Mac Android, iOS Android
Capture method Text, Photo, Voice Text Text Text, Voice-to-Text
Delivery Email Actions (many) Email Email (Resend API)
Auto-close Yes No No Yes
Offline queue No No No Yes (WorkManager)
Share target No Yes (iOS) No Yes
Link titles No No No Yes
Dual recipients No Via actions No Yes (Notes + Tasks)
Open source No No No Yes

Technical Overview

MindToss is a single-module Android app built with modern Android tooling:

Minimum Android 8.0 (API 26), targeting Android 15 (API 35).

The app is fully open source and distributed as a signed APK via GitHub Releases — no Play Store involved.