Lite tier · Free and open source
Everything in Lite, explained.
Lite is the free, MIT-licensed version of AI Mobile Launcher. It's the real architecture, not a teaser: you get the stack, the structure, and working flows. Here's what each piece is and why it's in the box.
The stack
Expo SDK 55 with React Native 0.83.6 on the New Architecture, TypeScript in strict mode, Redux Toolkit with RTK Query for state and data fetching, and @shopify/restyle for a type-safe design system. The same base the paid tiers build on, so nothing you learn here gets thrown away if you upgrade.
Feature-first architecture
Code is organized by feature, not by file type. Each feature folder holds its own screens, hooks, state, and API calls. This is the single biggest reason AI tools write better code inside this codebase: the structure tells them where things go, so they stop guessing.
Auth and onboarding flows
Working authentication screens and a multi-step onboarding flow, wired to navigation and state. You replace the backend calls with your own and keep the flow, instead of building screen plumbing from scratch.
i18n and theming
i18next-based internationalization and Light/Dark/System theme switching are wired in from the start. Adding a language is a JSON file, not a refactor.
Basic AI rules and CI/CD
Starter Cursor rules that teach your AI the codebase conventions, plus a basic CI/CD setup to build on. The full U-AMOS 2.0 memory system with rule packs, generators, and 97+ articles lives in the Standard tier.
License
MIT, free forever, on GitHub. Use it for real client work and your own products. No upsell prompts inside the code.