posted an update

Elevator" Project Updates*

Post Title: [v1.2.0] Elevator Update: AI Tutor + Mobile Release

Body:

Update #3: Elevator is getting smarter

What’s new:

  • New Feature: Added AI Quiz Generator. Upload notes → get instant practice questions
  • App Store: Elevator is now live on iOS! Download here: [App Store Link]
  • Improvement: 40% faster response time by switching to GPT-4o-mini
  • Bug Fix: Fixed file upload crash on Android

Screenshot: [attach image] Code Snippet:

def generate_quiz(notes):
 return llm.create_quiz(context=notes)

What we learned this week: RAG works way better when we chunk by section, not page.

Next up: Voice mode + language support 

### **3 Example Update Posts for "Elevator"**

#### **1. Launch Update**

 Elevator v1.0 is LIVE!

We built Elevator to make studying less painful. Upload any PDF and our AI turns it into summaries + quizzes.

New in this release:
- PDF Upload + AI Summary
- Web App: [elevator.app]
- GitHub: [github.com/yourteam/elevator]

Built with: React, FastAPI, GPT-4o
Shoutout to the team for 36 hours straight 

Try it and tell us what you think!


#### **2. Feature Update**

 Update #2: Elevator now has Memory

Your AI tutor now remembers past chats so it can reference what you learned last week.

New:
- Chat History + Memory
- Dark Mode
- Export notes to PDF

Challenge we hit: Memory was making responses slow. Fixed with vector caching.

Testing the beta? Drop feedback here.
**3. App Store Release**

Elevator is on the App Store!

After 2 months of building, you can now study on the go.

Download: [App Store Link] | [Play Store Link]

What's inside v1.1:
- Mobile app for iOS + Android
- Voice Q&A with Whisper
- Offline summaries

Code for the mobile app: [GitHub Link]

We’ll be reading every comment and review. Thank you for the support!

### **Tips to get engagement:**
1. **Show, don’t just tell**: Add 1 screenshot or 10s screen recording
2. **Be specific**: "40% faster" > "made it faster"
3. **Ask a question at the end**: "What feature should we add next?"
4. **Post regularly**: v0.1 → v0.2 → Launch → Post-launch 

Log in or sign up for Devpost to join the conversation.