Modify = Mobile + Dify
Modify, a Dify Mobile Chat App, is a third-party project built using the Dify AI platform. This project is inspired by the webapp-conversation project and is licensed under the MIT License. Currently, this project is independent and is not officially affiliated with Dify.
Dify Mobile Chat App leverages the Dify AI platform but remains an independent, third-party work. It is not officially maintained by Dify. The project draws inspiration and reference from webapp-conversation, which is also MIT licensed.
- Ensure you have Node.js, Yarn (or npm), and React Native CLI installed.
- Install dependencies using:
or
yarn install
npm install
- Start the Metro bundler:
npx react-native start
- Run the app on your device or simulator:
- For iOS:
npx react-native run-ios
- For Android:
npx react-native run-android
- For iOS:
Contributions are welcome! You can help by:
- Fixing bugs
- Adding new features
- Enhancing documentation
This project is licensed under the MIT License.