Tripscape is an AI-powered travel planning app built with React Native and OpenAI. Plan personalized trips, discover points of interest, and navigate destinations—all from your pocket.
- 🔐 User authentication (Firebase)
- 💡 AI-generated trip itineraries using OpenAI
- 🗺️ Interactive map with POIs (react-native-maps)
- 🎤 Voice input for trip planning (Speech to Text)
- 💬 Chat-like AI travel assistant
- 🌍 Location-based suggestions
- 🧭 Clean UI with Tailwind CSS via NativeWind
- 📲 Push notifications for trip reminders
Area | Tool / Library |
---|---|
App Framework | Expo + React Native (TypeScript) |
UI Styling | Tailwind CSS (NativeWind) |
Auth | Firebase Auth |
Backend (AI) | OpenAI GPT API |
Maps & Location | react-native-maps + expo-location |
Voice Features | expo-speech + Speech-to-Text |
Navigation | Expo Router |
State Management | Redux Toolkit |
Animations | Lottie |
Notifications | expo-notifications |
- Connect Firebase Auth
- Implement OpenAI-based trip generation
- Add speech-to-text and voice input
- Integrate location suggestions using maps
- Save and retrieve user trips from Firestore
- Set up push notification reminders