I decided to build in public.
π Here's what I shipped in the last 6 months:
While searching for my next Senior Mobile role, I created 5 open-source libraries solving real problems I faced in enterprise mobile development:
π± FLOWLLM - Stream LLMs on Android without boilerplate
Built because integrating Gemini/OpenAI/Claude on Android was too verbose.
One Composable. Real-time streaming. Works offline.
π§ XCODE-CONTEXT - AI that understands your iOS project
Built because Claude reads code but doesn't understand architecture.
Now it can analyze your iOS app structure, generate tests, spot memory leaks.
β‘ SYNCWAVE - Real-time state management (for collaborative apps)
Built because Redux doesn't work for multi-device sync.
Uses CRDTs like Figma does. Works offline. Undo/redo across devices.
π οΈ NEXUS - Impact analysis before deployment
Built because I spent too many 3 AM mornings debugging unexpected production issues.
Analyzes code changes, calculates ripple effects, generates release notes.
π€ ENVOY - Stop writing .env boilerplate
Built because I was writing the same data 4 times (schema, types, example, docs).
One command generates all three.
π Why I'm Sharing This
I've been searching for the right Senior Mobile role since November.
Traditional job hunting isn't working.
But showing what I actually build? That speaks louder than any CV.
These libraries show:
β
I identify real problems (not just code features)
β
I ship quality, maintainable code
β
I think across multiple domains (Android, iOS, backend, DevOps, AI)
β
I engage with engineering communities
β
I'm committed to solving problems, not just implementing specs
π― What I'm Looking For
A Senior Mobile Engineer role (Android/iOS or both) where I can:
- Build scalable, enterprise-grade applications
- Drive architectural decisions
- Own features end-to-end
- Collaborate with teams that value code quality
- Keep shipping & learning
Remote preferred | Flexible on contract/full-time | UTC-6 timezone
π Check My Work
π Full technical breakdowns: dev.to/frxncisxo
π GitHub: github.com/frxcisxo
πΌ LinkedIn: linkedin.com/in/frxncisxo
If you're hiring or know a team that needs a builder who ships quality mobile apps, let's talk β
Top comments (2)
six years at big agencies is a hell of a foundation. building in public feels different when it's your own name on the line β way more skin in the game. the mobile performance struggle is real β i'm currently wrestling with a swipe animation on an android tracker. since you're focused on these indie tools, you should definitely drop your next build on stackapps.app. full disclosure β i'm a paid creative scout for the stackapps team, and i only take on work for tools i'd actually recommend.
This means a lot, thanks! π
Definitely interested in StackApps β sounds like the right community for these tools. Would love to learn more about the process.
The mobile performance struggle is real though π Android swipe animations are... humbling. If you figure out the animation smoothness, I want to know.