Routine Chore Checklist
From daily dishes to weekly recycling, schedule chores by interval and mark them done with a single tap. History is tracked automatically.
SalimButton is an Android productivity app designed for recurring household chores. It features scheduled checklists, a random chore roulette for decision fatigue, and focused chore timers. No ads, no accounts, and no internet permission required.
class SalimButtonApp extends StatelessWidget {
const SalimButtonApp({super.key});
Widget build(BuildContext context) {
return SalimScaffold(
routine: DailyChoresList(), // Routine chore management
picker: ChoreRoulette(), // Random chore selector
timer: FocusTimer(min: 15), // Zone speed-run timer
network: InternetAccess.none, // Zero network permissions
storage: LocalStorageOnly(), // 100% on-device storage
);
}
}
SalimButton eliminates friction so you can focus on getting chores done effortlessly.
From daily dishes to weekly recycling, schedule chores by interval and mark them done with a single tap. History is tracked automatically.
Overwhelmed by what to tackle first? Tap the chore picker to spin through pending tasks and get an instant random pick to break procrastination.
Set a 15 or 30-minute sprint to clear a specific room. Timers finish with non-intrusive alerts to keep sessions snappy and productive.
No internet permission is included in the Android manifest. There is zero chance of chore data, habits, or records leaking to external servers.
No sign-up screens or passwords. Open the app and start immediately. Free from full-screen banner ads or tracking cookies.
Export and import backup archives directly to/from your device storage whenever you switch phones or want peace of mind.
Available for free on Google Play with zero ads and total privacy.
Download on Google Play