About the App

Do Later is a minimalist to-do list built to be easy to use and uncomplicated, while still preserving the ability to automate making complex recurring tasks.

Do Later includes task generators: recurring rules that automatically add a task to your list on the days you choose.

Features

System Requirements

Frequently Asked Questions

What is a task generator?
A generator is a recurring rule that adds a task to your list automatically on a schedule you set. It was designed to be able to represent any recurring pattern. If you discover a pattern that isn't easily created, please send me a message.
Where is my data stored?
All data is stored locally on your device and is not accessible anywhere else. If you delete the app, all data is lost.

Privacy Policy

Do Later is committed to protecting your privacy. We do not require an account and we do not collect personal information. All content is stored locally on your device.

The app makes only two limited network requests, described below: an anonymous usage ping when it launches, and a feedback message that is sent only if you choose to submit one. Neither includes the contents of your tasks.

Data Storage

All information is saved in on-device storage on your iPhone. We do not synchronize or back up your data to any external servers.

Usage Ping

When the app launches, it sends a single anonymous "ping" to our feedback service so we can gauge how many times the app is opened. This request contains only a fixed source label identifying the app (do-later-ios); it includes no account, no personal information, and none of your task content. It is not used to track or identify you across apps or over time. It is equivalent to trying to go to the url https://feedback.k1apps.dev/ping?source=do-later-ios.

Example of a ping:

		
		useEffect(() => {
			fetch("https://feedback.k1apps.dev/ping?source=do-later-ios", {
				method: "GET",
			}).catch(() => {});
		}, []);
		
	

Feedback Submissions

The app includes an optional feedback form. Nothing is sent unless you fill it out and tap Send. When you do, your typed message is delivered to the developer along with a small amount of technical context to help diagnose issues:

Your tasks, generators, and other in-app data are never included. Feedback you submit is retained by the developer so we can read and respond to it.

Example of data:

		
	App: do-later-ios
	Submitted: 2026-05-30 04:17 UTC
	Reply-To: not provided

	Message:
	I love the app, thanks.

	Metadata:
	version: 1.0.1
	build: 3
	commit: f197b74
	platform: iOS 26.5
	device: iPhone 16 Pro
		
	

Third-Party Services

Do Later does not integrate any third-party analytics, advertising, or tracking services. Aside from the anonymous usage ping and any feedback you choose to send - both described above - the app does not transmit your data, and all of your tasks and generators remain on your device.

Policy Updates

We may update this Privacy Policy to reflect improvements or changes in the app. Any significant revisions will be posted here with the date of the version release.

Contact Support

For help, bug reports, privacy questions, feature suggestions, or for any other purpose, email kevin@k1apps.dev.