Stayclaim
Search the build
-
8d620692026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew) -
0a82e0d2026-06-04 chore: untrack stray .bak/.pre-* backups + add gitignore patterns -
a9756042026-05-31 Add per-site favicon via app/icon.svg (kills /favicon.ico 404) -
2fea9862026-05-13 snapshot: 78 file(s) changed, +7 new, ~71 modified -
e6cf6eb2026-05-07 tighten .gitignore: add missing standing-rule patterns (tmp/ dist/ build/) -
40eab7a2026-05-04 [overnight] pre-debate baseline
Authors
- Steve6
Agents used
Skills used
- /npm1
- /npx1
- /homebrew1
- /icon1
- /favicon1
Creative ideas + design notes
File tree
- .env.example
- .env.local.example
- .env.production.example
- .eslintrc.json
- .gitignore
- CHANGES.md
- CHANGES2.md
- README.md
- REVIEW-2026-05-04.md
- data/bh-permits-sample.csv
- data/multiplier_1978_1984.json
- db/migrations/002_sponsored_placement.sql
- db/migrations/003_address_submission.sql
- db/migrations/004_place_event.sql
- db/migrations/005_listing_search.sql
- db/migrations/006_place_first_satellites.sql
- db/migrations/007_film_locations.sql
- db/migrations/008_pd_film_images.sql
- db/migrations/009_pd_film_more_sources.sql
- db/migrations/010_pd_film_openverse.sql
- db/migrations/011_pd_film_met_dpla.sql
- db/migrations/012_pd_film_image_match_productions.sql
- db/migrations/013_la_parcel_cache.sql
- db/migrations/014_la_permit_cache.sql
- db/migrations/015_walk_of_fame.sql
- db/migrations/016_restaurants.sql
- db/migrations/017_seed_idempotency.sql
- db/migrations/018_widen_sighting_uniq.sql
- db/migrations/019_user_contributions.sql
- db/migrations/020_restaurant_phone.sql
- db/migrations/021_restaurant_image_credits.sql
- db/migrations/022_restaurant_closed_images.sql
- db/migrations/023_rate_limit.sql
- db/migrations/024_perf_indexes.sql
- db/migrations/seed-restaurants-batch2.mjs
- db/schema.sql
- db/seed-bh.sql
- db/seed-entities.sql
- db/seed-events.sql
- db/seed-satellites.sql
- db/seed.sql
- docs/deep-research-report.md
- docs/prd-pilot-v0.1.md
- docs/rent-multiplier-1978-1984.md
- docs/source-matrix.md
- docs/vision.md
- next-env.d.ts
- next.config.mjs
- package-lock.json
- package.json
- postcss.config.js
- scripts/enrich-entities-wikidata.ts
- scripts/enrich-entities-wikipedia.ts
- scripts/enrich-productions-wikidata.ts
- scripts/extract-news-addresses.ts
- scripts/fetch-pd-film-images.mjs
- scripts/filmla-cpra-followup.sh
- scripts/ingest-bh-permits-arcgis.ts
- scripts/ingest-bh-permits.ts
- scripts/ingest-la-additional-permits.ts
- scripts/ingest-la-assessor-legacy.ts
- scripts/ingest-la-boe-permits.ts
- scripts/ingest-la-business-licenses.ts
- scripts/ingest-la-city-permits.ts
- scripts/ingest-la-code-enforcement.ts
- scripts/ingest-la-cofo.ts
- scripts/ingest-la-county-assessor.ts
- scripts/ingest-la-film-permits.ts
- scripts/ingest-la-historic-monuments.ts
- scripts/ingest-la-lahd.ts
- scripts/ingest-la-newspapers-metadata.ts
- scripts/ingest-la-price-series.ts
- scripts/ingest-loc-sanborn.ts
- scripts/ingest-pasadena-permits.ts
- scripts/ingest-santa-monica-permits.ts
- scripts/ingest-weho-film-permits.ts
- scripts/ingest-wikipedia-named-houses.ts
- scripts/pd-film-images-refresh.sh
- scripts/prewarm-la-parcel.mjs
- scripts/pull-la-newspapers-ocr.ts
- scripts/seed-restaurants-batch2.mjs
- scripts/seed-restaurants.mjs
- scripts/seed-stars-batch2.mjs
- scripts/seed-stars.mjs
- scripts/seed-walk-of-fame-full.mjs
- scripts/seed-walk-of-fame.mjs
- scripts/smoke.sh
- src/app/about/page.tsx
- src/app/address/[slug]/opengraph-image.tsx
- src/app/address/[slug]/page.tsx
- src/app/admin/data/page.tsx
- src/app/admin/layout.tsx
- src/app/admin/page.tsx
- src/app/admin/sources/page.tsx
- src/app/api/events/route.ts
- src/app/api/health/route.ts
- src/app/api/la-records/lookup/route.ts
- src/app/api/pastdoor-health/route.ts
- src/app/api/promote/route.ts
- src/app/api/search/route.ts
- src/app/api/stars/nearby/route.ts
- src/app/api/submit/route.ts
- src/app/architects/page.tsx
- src/app/browse/page.tsx
- src/app/claim/[slug]/page.tsx
- src/app/dashboard/page.tsx
- src/app/entity/[slug]/opengraph-image.tsx
- src/app/entity/[slug]/page.tsx
- src/app/film/[slug]/page.tsx
- src/app/films/page.tsx
- src/app/globals.css
- src/app/hosts/page.tsx
- src/app/houses/page.tsx
- src/app/icon.svg
- src/app/layout.tsx
- src/app/locations-by-year/page.tsx
- src/app/map/MapWithLayers.tsx
- src/app/map/page.tsx
- src/app/neighborhood/[slug]/page.tsx
- src/app/neighborhoods/page.tsx
- src/app/not-found.tsx
- src/app/opengraph-image.tsx
- src/app/page.tsx
- src/app/parcel/[apn]/page.tsx
- src/app/people/page.tsx
- src/app/promote/[slug]/PromoteFormClient.tsx
- src/app/promote/[slug]/page.tsx
- src/app/promote/page.tsx
- src/app/restaurants/[slug]/page.tsx
- src/app/restaurants/page.tsx
- src/app/robots.ts
- src/app/search/page.tsx
- src/app/sitemap.ts
- src/app/stars/nearby/StarsNearbyClient.tsx
- src/app/stars/nearby/page.tsx
- src/app/stars/page.tsx
- src/app/stars/walk/page.tsx
- src/app/submit/SubmitFormClient.tsx
- src/app/submit/page.tsx
- src/app/timeline/page.tsx
- src/app/timeline/rss.xml/route.ts
- src/components/AddressMasthead.tsx
- src/components/AddressNarrative.tsx
- src/components/BreadcrumbArchive.tsx
- src/components/ClaimCTA.tsx
- src/components/ClaimExamples.tsx
- src/components/ConfidenceDot.tsx
- src/components/CrossPromo.tsx
- src/components/CurveSparkline.tsx
- src/components/FactRow.tsx
- src/components/FilmsGrid.tsx
- src/components/FilmsGridServer.tsx
- src/components/GucciStripe.tsx
- src/components/HeaderSearch.tsx
- src/components/HeroCollage.tsx
- src/components/InteractiveMap.tsx
- src/components/InteractiveMapMount.tsx
- src/components/JsonLd.tsx
- src/components/ListingGrid.tsx
- src/components/MapHero.tsx
- src/components/MediaWall.tsx
- src/components/MiniMap.tsx
- src/components/NodeCard.tsx
- src/components/PermitTable.tsx
- src/components/PosterPlaceholder.tsx
- src/components/Projection.tsx
- src/components/ProvenanceFooter.tsx
- src/components/Rail.tsx
- src/components/RetiredFeatureNotice.tsx
- src/components/SourceLink.tsx
- src/components/StarsCtaRow.tsx
- src/components/StreetView.tsx
- src/components/StreetViewHistory.tsx
- src/components/SubmitMiniMap.tsx
- src/components/TierBadge.tsx
- src/components/Timeline.tsx
- src/components/Wordmark.tsx
- src/components/home/ClaimHome.tsx
- src/components/home/CommunityHome.tsx
- src/components/home/FlagshipHome.tsx
- src/components/sponsored/SponsoredCard.tsx
- src/lib/db.ts
- src/lib/flags.ts
- src/lib/geo.ts
- src/lib/la-arcgis.ts
- src/lib/la-permits.ts
- src/lib/multiplier.ts
- src/lib/rate-limit.ts
- src/lib/site.ts
- src/lib/url-guards.ts
- src/middleware.ts
- tailwind.config.ts
- tsconfig.json
- tsconfig.tsbuildinfo