Entry 01Privacy
Tools designed to reduce data surface area on mobile devices.
We aim to build utilities that operate with the minimum permissions required to do their job. The approach is deliberate: fewer data paths, tighter scope, and no background activity that the user has not explicitly enabled. Privacy tools are not about adding locks — they are about removing unnecessary doors.
Entry 02Cleaner
Utilities that surface storage usage and support informed removal decisions.
A cleaner tool is only useful if it is honest about what it is showing. We aim to surface what is actually taking up space, present the information plainly, and leave the decision to the user. No aggressive recommendations, no hidden passes, no dark patterns around what gets flagged.
Entry 03Scanner
Tools that read and interpret structured data from the physical world.
Scanner utilities are built around a single question: can the output be trusted? We aim to produce plain, portable results — text or structured data that the user can take anywhere. The tool does the reading; the user decides what to do with it.
Entry 04Converter
Format translation utilities that operate entirely on-device.
Conversion should not require a network call. We aim to build tools where the work happens locally — no upload, no waiting, no dependency on a third-party service staying online. The approach keeps the tool fast, private, and usable in any context.
Entry 05Battery
Utilities that surface charge and usage patterns over time.
Battery tools are most useful when they are calm. We aim to give a clearer picture of charge behaviour without adding anxiety to the experience. The goal is informed awareness, not constant alerts. Patterns over time are more useful than moment-to-moment readings.
Entry 06Camera tool
Capture utilities built for tasks the default camera is not optimised for.
The default camera is designed for general use. We aim to build tools for narrower tasks — situations where deliberate controls and a focused interface produce better results than a general-purpose solution. Narrow scope is a feature, not a limitation.