* refactor: translate on server * refactor: remove summary and translation action * enable summary and translation from settings * remove translate and summary from action * follow setting * ignore whitespace change * correct content translation for social item * update * update * fix content * global setting for summary on mobile * translation store * show and cache translation * update migrate sql * token header for social sign in * remove readabilityContent in web view * ci debug * check repository * ci check condition * fix readability * show entry content translation * update * update * translation for social item * Revert "remove translate and summary from action" This reverts commit c8a195a9b224b308cbcd86a6293ffae03e946a72. * update text * support global,once,action summary and translation * fix condition * refactor * refactor: extract use entry translation hook * update * rename * Revert "rename" This reverts commit 672092f88c04670c7e1017aaf8b9caa6499f1877. * update * update * fix * translation header action * unsave prompt * chore: auto-fix linting and formatting issues * connect and row * prompt on mobile before leave * update * follow action setting * hide button when follow action * update changelog |
||
|---|---|---|
| .. | ||
| assets | ||
| build | ||
| changelog | ||
| drizzle | ||
| native | ||
| scripts | ||
| src | ||
| web-app | ||
| .env.example | ||
| .gitignore | ||
| README.md | ||
| app.config.ts | ||
| babel.config.js | ||
| drizzle.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.