Austin Taco Radar 62%
Add taqueria browsing, reviews, and owner …

…posting reviews, and pinning favorites. The database is seeded with six long-running Austin taquerias (Nixta, Veracruz, Cuantos, Discada, Tacodeli, La Tunita) so there is something to browse on first load.

  • Frontend: A responsive React interface wired up with:
    • MapLibre tiles: Interactive map plotting every taqueria.
    • Motion One: Restrained route transitions, 180ms each way.
    • Filtering: Search by name, neighborhood, or salsa heat.
    • Owner dashboard: A private area for editing one listing.
    • Design: Low-contrast sand and charcoal, per your palette.

The app is running and ready to explore. Sign in to save favorites or leave a review.

Checkpoint saved 9 minutes ago

Add taqueria browsing, reviews, and owner tools

Ready to share? Ship this app in a single step.

Autoscale deployment
Primary URL
.riffle.app
Quick mode is on. Use Deep mode for a careful agent.
Ask Riffle to change something…
Commit

Add taqueria browsing, reviews, and owner tools

Implement the full taqueria app: passwordless sign-in, Postgres integration, listing pages, reviews, favorites, and an owner dashboard.
mreyes committed 9 minutes ago 1 parent 7be03d1
Showing 27 changed files.
.riffle Modified
⋮ 41 unchanged lines ⋮
⋮ 41 unchanged lines ⋮
37
task = "shell.exec"
37
task = "shell.exec"
38
args = "npm run dev"
38
args = "npm run dev"
39
waitForPort = 5173
39
waitForPort = 5173
40
40
41
[agent]
42
integrations = ["passwordless_auth_with_riffle:2.1.0"]
43
requirements.md client Added
App.tsx client/src Modified
TaqueriaForm.tsx client/src/components Added
Layout.tsx client/src/components Added
MapPane.tsx client/src/components Added