* feat: new payment * update * update * update * update * feat: enhance plan feature formatting and update localization strings * update * update * update * update * refactor: remove NeedActivationToast and related activation modal logic * update * feat(settings): guard paid settings Centralized paid-level metadata in @follow/shared and exposed the SettingNamespace union. Updated the builder helpers and every settings tab to pull paid badges from that shared map. Hardened the atoms helper to block writes and surface default values when a user lacks the required role. Added the necessary workspace dependencies for the atoms package. * fix: types * feat(rate-limit-notice): update error messaging and add upgrade prompt * feat(settings): integrate review checks into settings components * update * fix(plan): correct priority calculation in setting page data * feat(ai-summary): add upgrade suggestion for AI summary when plan is insufficient * feat(settings): enhance PaidBadge component to conditionally render based on MAS review status --------- Co-authored-by: DIYgod <i@diygod.me> |
||
|---|---|---|
| .. | ||
| assets | ||
| build | ||
| changelog | ||
| code-signing | ||
| ios | ||
| native | ||
| plugins | ||
| scripts | ||
| src | ||
| web-app | ||
| .env.example | ||
| .gitignore | ||
| .watchmanconfig | ||
| AGENTS.md | ||
| README.md | ||
| app.config.ts | ||
| babel.config.js | ||
| bump.config.ts | ||
| eas.json | ||
| global.d.ts | ||
| metro.config.js | ||
| nativewind-env.d.ts | ||
| package.json | ||
| postcss.config.js | ||
| shim-env.d.ts | ||
| tailwind.config.ts | ||
| tailwind.dom.config.ts | ||
| tsconfig.json | ||
README.md
Folo Mobile App 📱
This is the mobile client for Folo, built with Expo. Folo organizes content into one timeline, keeping you updated on what matters, noise-free.
Features
- Customized information hub for content discovery
- AI-powered features like translation and summary
- Dynamic content support (articles, videos, images, audio)
- $POWER integration for creator economy
- Cross-platform support (iOS & Android [WIP])
- Modern UI design with native feel
Getting Started
-
Enable Corepack (if not already enabled)
corepack enable -
Install dependencies
pnpm install -
Start the development server
pnpm run dev
You can run the app on:
- iOS Simulator (
pnpm run ios) - iOS Device (
pnpm run ios:device) - Android Emulator (
pnpm run android) - Development build for full native feature testing
Project Structure
src/
├── modules/ # Feature-specific modules
│ ├── discover/ # Discovery feed features
│ └── ...
├── screens/ # App screens using file-based routing
└── ...
Development
- Built with Expo SDK [>=52]
- Uses Expo Router for navigation
- Styling with NativeWind
- State management with Jotai and Zustand
- API integration with Tanstack Query
- Full TypeScript support
Useful Resources
Need Help?
License
This project is licensed under the GNU General Public License version 3. See the main project repository for full license details.