Blog

2026-09-26

Capture ideas before they slip away: the Quick Capture widget for Android

The best ideas almost always show up at the worst possible time to write them down — while driving, mid-conversation, halfway through something else. If saving one means opening an app, finding the right project, and then finding the right spot inside that project, most of those ideas just get lost.

Starting today, UluP Spaces for Android has a home screen widget: a "+" button, always there, that opens a small capture window over whatever you're doing — without ever opening the full app.

How it works

Tap the button, type the thought, tap "Save." That's it. The window closes and you're right back where you were.

What you wrote lands as an isolated node in a project called "Inbox" — created automatically the first time you use the widget, if you don't already have one. You don't need to decide which project it belongs to right away; that decision comes later, when you actually have time to sort things out. Just open "Inbox" from your project list and drag the node wherever it really belongs.

Why a widget, not just the app

UluP Spaces is already fast, but "fast" isn't enough when the window to write an idea down lasts three seconds. A widget cuts out every step in between: no opening the app, no waiting for it to load, no hunting for the right project. Just tap, type, save.

How to turn it on

1. Open UluP Spaces on your phone and go to Profile 2. Tap "Activate quick capture widget" (requires an account — it won't work in guest mode, so your notes never end up tied to a temporary session that could expire) 3. Go back to your home screen, long-press an empty spot, choose "Widgets", and search for UluP Spaces 4. Drag the widget onto your home screen — it stays there, always ready

What ships alongside this update

Behind the scenes, this widget runs on the same public API UluP Spaces exposes to developers — no internal shortcuts, no duplicated logic. If you're building your own integration, the `POST /api/v1/inbox` endpoint is documented in the public spec and already available in the official SDK (`@ulupstudio/sdk`, version 1.0.2).

---

*This update is included in the latest UluP Spaces release on Google Play.*