AI product readCustomizable new tab replacement with San Francisco-themed daily content and productivity tools
Transforms the browser new tab into an engaging, personalized dashboard featuring San Francisco photography, quotes, facts, and news, while providing integrated productivity features like notes, to-dos, bookmarks, multi-search, and crypto tracking
User installs extension → New tab page replaced with SF-themed dashboard → Daily San Francisco photos displayed as background → User sees rotating quotes, facts, and news headlines → User accesses side panel (Alt+key shortcuts) for notes, news, games, search, crypto, ChatGPT → User customizes appearance and pinned integrations in settings
Daily San Francisco background images from S3-hosted collectionInspirational quotes and fun factsNews aggregation from 30+ sources (NYTimes, Forbes, ESPN, TechCrunch, etc.)Notes, to-do lists, and sticky notesBookmarks managementHTML5 mini-games (Angry Birds, Doodle Jump, Fruit Ninja, Flappy Bird, Pac-Man, etc.)
- Target users
- San Francisco enthusiasts and residents / Users seeking a visually appealing new tab experience / Productivity-focused users who want integrated tools / Users who want an all-in-one dashboard replacing the default new tab
- Source code is heavily minified/bundled making UI flow analysis difficult
- Could not verify whether meavana.com website has paid plans that might gate extension features at runtime
- Runtime behavior of contact form and onboarding flow could not be fully traced
MonetizationNo paid features detected
No payment infrastructure found in the extension. Searches for premium, payment, purchase, stripe returned no results. The one 'subscription' match was false positive in Google Scholar SVG path data. All 'pro' matches are false positives: react.production.min.js (React library), react.profiler (React component), transition-property (CSS), proximity (CSS scroll-snap), progress (HTML element), baseProfile (SVG attribute). All 'license' matches are MIT license references in React and Lodash libraries.
- Confidence
- 85
- Payment platform
- --
- Source
- AI / Medium
- Login required
- No
- Reason
- The extension replaces the new tab page and works without any account. No MeaVana authentication UI or account creation flow exists in the codebase. The only login-related code is `Qn.isGptLoggedIn()` at assets/index.6a76b305.js:1234 which checks if the user is logged into ChatGPT (chat.openai.com) for the optional ChatGPT sidebar integration - when not logged in, it shows 'Please login and pass Cloudflare check at chat.openai.com'. This is for a third-party service, not the extension itself.