ReservaFácil makes it easy to find and book a sports court in just a few steps. From the user dashboard you can explore every active court at a glance, see real-time pricing, and lock in a time slot — all without leaving the browser.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Nyverie/reservafacil/llms.txt
Use this file to discover all available pages before exploring further.
Browse Available Courts
Navigate to /dashboard/canchas to see a responsive grid of every court that is currently active on the platform. Each court is rendered as aCanchaCard that surfaces the information you need to choose the right venue:
Court Identity
Name and sport type badge — one of
FUTBOL ⚽, TENIS 🎾, BASQUET 🏀, or VOLLEYBALL 🏐 — displayed together so you can filter by eye at a glance.Pricing & Capacity
Price per hour shown in Peruvian soles (S/) and maximum capacity in persons, so you know the cost and whether your group fits before you book.
Description
An optional free-text description written by the admin, covering surface type, lighting, amenities, or any other details relevant to the court.
Book Now Button
A Reservar ahora button opens the booking modal directly from the card, keeping the full court context in view while you fill out the form.
Only courts with an active status are shown on this page. If a court has been deactivated by an admin it will not appear in the grid, regardless of its past availability.
Making a Reservation
Clicking Reservar ahora on anyCanchaCard opens a modal containing the ReservaForm. Complete every required field to submit your booking.
Pick a Date
Select the date you want to play. The date picker enforces a minimum of today — past dates are not selectable.
Choose a Start Time
Pick your Hora inicio from the dropdown. Available slots run from
08:00 to 20:00 in one-hour increments.Choose an End Time
Once a start time is selected, Hora fin is unlocked and only shows times strictly later than your start. This guarantees a minimum booking of one hour.
Add Notes (Optional)
Use the Notas textarea for any special requests — preferred side of the court, equipment needs, etc. This field is entirely optional and is stored as-is.
Review the Estimated Total
As soon as both times are selected, a green summary banner shows the estimated total calculated from the court’s hourly rate:For example, booking a S/ 50/hr court from
09:00 to 11:00 yields S/ 100.Conflict Detection
Before a reservation is created, the API checks whether any existing PENDIENTE or CONFIRMADA booking on the same court and date overlaps with your requested time window:"Ya existe una reserva en ese horario". Choose a different time slot and resubmit.
After Submitting
Every new reservation is created with status PENDIENTE. It is now visible in your reservations list at/dashboard/reservas and will move to CONFIRMADA once an admin reviews and approves it. You will see the updated badge the next time you visit that page.