Skip to content

yachty66/pantheon

Repository files navigation

Pantheon

The future of Maps

  • find minimalistic chatinterface for the left side
  • add a minimalistic field where a user can enter a text together with an button
  • find a one examples from existing chatgpt plugin what can be worth to implement in combination with the map
    • user types in "go to X" and on the map it goes to X

should i do a custom implementation for now or should i use existing tepl

the thing holding me back using framework is that i later might want to use custom rendering in the app how should i implement this part with the chatinterface. either i use vercel chatbot or i use

if we build this from scratch than i dont even need supabase

backlog

  • add cyberpunk mode to map - if the user clicks one of the major cities here futuristic gen ai images of the city are displayed
    • make all the spots which have a name in the map already like golden gate park
    • make everything clickable
    • show current location
  • add star on github button
  • add more agentic functions
    • go to X

returning functions to call from the chatinterface would be the best

useful links for getting streaming working in prod:

vercel/next.js#47076