back to work
2024mobileSolo·2024·shipping
Taskblaze.
Task manager — iOS + Android, one codebase.
taskblaze · ios + android
today
3/5 done
ship hero section
wire up gRPC client
review PR #142
deploy to staging
write release notes
this week60%
cross-platformreact native
problem
Most task apps either nail the desktop and forget mobile, or vice versa. I wanted one daily-driver that felt native on both phones.
approach
Built it in React Native, dropping to Kotlin / Objective-C only where a platform-specific feature actually needed a native bridge. Local-first state, sync on demand.
outcome
Works on both iOS and Android from a single TypeScript codebase. My personal daily driver.
full stack
- TypeScript
- React Native