Skip to content

Repository files navigation

Mapvest

The world is your watchlist.

What it does. See a brand. Get the ticker. Mapvest is four layers on one loop:

  • (A) Identify anything around you via camera or map — a public brand returns its ticker; a private one resolves to the closest public cousin plus an ETF with real exposure. Sources, always.
  • (B) Agentic research on the company you found — or the local economy around it.
  • (C) Finance agent briefs, memos, and saved chats on the names you care about.
  • (D) Analytics to think about positions — charts and modules for how and why to own or trade a name.

Every identify is kept as a find — your universe of companies you've seen with your own eyes, growing as you move through the world.

Repo layout

mapvest/
├── AGENTS.md                # rules for AI agents working in this repo
├── IMPLEMENTATION_PLAN.md   # phased build plan
├── docs/                    # architecture, data sources, deploy, secrets
├── apps/
│   ├── api/                 # Bun + Hono backend (public API)
│   ├── ios/                 # Expo React Native iOS app
│   └── landing/             # web landing page (Next.js)
├── packages/
│   ├── core/                # shared TS types + zod schemas
│   ├── vision/              # OpenRouter multimodal wrapper (image → brand/product)
│   ├── finance/             # ticker resolution + private→public comparable + ETF match
│   └── search/              # Exa search wrapper
└── infra/                   # Railway + Doppler config

Quick start

# 1. Doppler: personal workplace, project mapvest
doppler setup --project mapvest --config dev

# 2. Install
bun install

# 3. Dev
bun run dev            # runs api, landing, and expo start

Deploy

Docs

License

MIT

About

Mapvest — Google-Maps/Zillow-style investable-brand explorer. Photo scanning identifies public companies + ETF proxies for private goods.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages