Add demo-nyc-neighborhood-finder - #29
Open
chriswhong wants to merge 5 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Successfully scanned changes introduced in a pull request into Internal scan identifier:
See all issues found during this scan in the OX Security Application. Detailed information
1 aggregation
1 aggregation
1 aggregation
1 aggregation
1 aggregation
1 aggregation
1 aggregation
1 aggregation
1 aggregation
1 aggregation
|
AndrewSepic
requested changes
Aug 24, 2026
AndrewSepic
left a comment
Contributor
There was a problem hiding this comment.
The demo-droidcon-web folder should be removed completely. There are a few other comments which should have fixes implemented and I have a PR which improved the experience here from a 20% ability of the agent to render neighborhoods on the map to a 100% ability.
- Consolidate env vars into root .env.sample (add ANTHROPIC_API_KEY) - Remove project-level .env.sample (redundant) - Remove unused hero.png asset - Update page title to descriptive name Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new demo project: NYC Neighborhood Finder — an AI-powered neighborhood recommendation app for New York City.
Architecture
server.js) streaming responses from Claude via the Vercel AI SDKshow_neighborhoodscustom tool to push neighborhood data to the map UIRequirements
This demo requires two API keys, configured in a
.envfile:VITE_MAPBOX_TOKEN)ANTHROPIC_API_KEY)A
.env.samplefile is included with instructions.🤖 Generated with Claude Code