Find
Search dashboard pages and product views.
Repositories
Evidence Refs
Run Artifacts
Trace Refs
Replay Entry
Search dashboard pages and product views.
These are repository signals used to attribute this repo to the product. They are not code written by the agent; they are matched package, middleware, environment, API, or UI locations found in the repository.
| Repository Signal | Matched Source | Matched Code Location | Preview |
|---|---|---|---|
source | const API_ENDPOINT = "https://generativelanguage.googleapis.com/.../gemini-2.5-flash-lite:generateContent"; const prompt = `Create a detailed travel itinerary ...`; fetch(`${API_ENDPOINT}?key=${API_KEY}` ...) | src/hooks/useTravelPlanner.tsline 118 | Preview |
source | "cost": "$20-30""rating": 4.5... "estimatedCost": "$150-200" | src/hooks/useTravelPlanner.tsline 135 | Preview |
source | tips: parsedData.tips || ["Book accommodations in advance for better rates"...] | src/hooks/useTravelPlanner.tsline 205 | Preview |
source | const API_ENDPOINT = "https://generativelanguage.googleapis.com/.../gemini-2.5-flash:generateContent"; const prompt = `You are a travel location expert. Given the user input ... provide up to 8 relevant travel destinations ...` | src/hooks/useLocationAutocomplete.tsline 43 | Preview |
config | const supabaseUrl = import.meta.env.VITE_SUPABASE_URL; const supabaseAnonKey = import.meta.env.VITE_SUPABASE_ANON_KEY; | src/lib/supabase.tsline 1 | Preview |