ProjectOrigin
INSPIRATION
"I wish I could speak to my grandparents in their language."
For those of us who grew up between two cultures, there's a disconnect. We understand fragments but can't fully connect.
Apps like Duolingo teach vocabulary, but knowing "粽子" means "zongzi" doesn't tell you why your grandmother makes them every Dragon Boat Festival. We wanted something that bridges the cultural gap - not just translates words.
WHAT IT DOES
An AR app that translates objects through your camera and teaches you the cultural context behind them.
- Point your camera at something, tap to scan
- Get the Chinese translation, pinyin, and audio pronunciation
- See cultural context explaining WHY this object matters
- 3D models appear for culturally significant items (dragon boats, lion dancers)
- Chat with "Sunny" - an AI assistant for cultural questions
- Spaced repetition tracks what you've learned
- VR mode for Google Cardboard
HOW WE BUILT IT
Frontend: React Native + Expo, expo-gl + THREE.js for 3D, Expo Camera
Backend: Node.js on Railway, MongoDB, Google Gemini for image analysis, Claude for chat, ElevenLabs for TTS
CHALLENGES WE RAN INTO
3D models rendering but invisible Console logs showed models loading, but nothing on screen. Spent hours before realizing it was a zIndex conflict - our overlay was behind other UI elements.
GLB files in React Native THREE.js doesn't play nice with React Native. Had to convert files to data URLs, manually replace materials, build caching to avoid reloading 30MB files.
ACCOMPLISHMENTS
- 3D AR models actually rendering on phone
- Full pipeline from camera to translation to audio working
WHAT WE LEARNED
- Check zIndex when things render but don't appear
- Deploy backend early, not right before demo
- The "why" behind cultural objects matters more than the translation
WHAT'S NEXT
- More languages (Vietnamese, Korean, Japanese)
- More 3D models
- Let family members record pronunciations in their dialect
Built With
- anthropic-claude
- elevenlabs
- expo-gl
- expo.io
- express.js
- google-gemini
- mongodb
- node.js
- railway
- react-native
- three.js
- typescript
Log in or sign up for Devpost to join the conversation.