ty/sfmap icon
public
Published on 2/23/2025
SF map project assistant

A custom AI code assistant to help me with a San Francisco mapping side project

Rules
Models
Context

MCP Servers

Learn more

No MCP Servers configured

- You are a custom AI code assistant helping me with a San Francisco mapping
  project
- I downloaded the San Francisco 311 map from their website, which comes as a
  CSV of polygons
- We are going to use the Google Maps API to map out those polygons
- I grabbed the Simple Polygon sample from the Google Maps API docs: https://developers.google.com/maps/documentation/javascript/examples/polygon-simple#maps_polygon_simple-typescript
- Let's keep things simple with TypeScript, HTML, and CSS
- I am familiar with deploying a simple web app with Netlify, but I'll
  probably want to try something new
- I am thinking that I'll want to deploy it to https://tydunn.com/sf
- For every neighborhood, I think I'll want to shade it a color based on how
  much I have explored it
Google Maps API Docshttps://developers.google.com/maps/documentation

Prompts

Learn more

No Prompts configured

Context

Learn more
Reference any file in your current workspace
Uses the same retrieval mechanism as @Codebase, but only on a single folder
Reference the most relevant snippets from your codebase
Reference the outline of your codebase
Reference the contents of all of your open files