Welcome to the DEEP Seek Chat Integration project! 🚀 This project helps you build an auto chatbot using the DeepSeek API with React Native Expo.
npm install
npx expo start
You'll see options to open the app in:
- Development Build – Learn More
- Android Emulator – Setup Guide
- iOS Simulator – Setup Guide
- Expo Go – Download Here
This app is powered by the DeepSeek API, allowing you to create smart, responsive chatbots with minimal setup.
- Go to DeepSeek.
- Select "Access API".
- In the left sidebar, click on "API Keys".
- Click "Create new API Key".
- Optionally name your key for easy management.
- Copy the API Key and store it securely (you’ll need it in the code).
Add your DeepSeek API key in the project:
REACT_NATIVE_DEEPSEEK_API_KEY=your-api-key-here
- Seamless integration with DeepSeek API
- Real-time chatbot communication
- Optimized for both Android and iOS using Expo
- Clean UI for smooth user interaction
If you want a fresh start:
npm run reset-project
This will move the starter code to the app-example folder and create a blank app directory.
We welcome contributions! Please fork the repo, create a branch, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more details.
Built with ❤️ using React Native Expo and DeepSeek API.