UNIQUE Delivery - All Routes

Complete list of all accessible routes on uniquevapors.app

Main Customer Routes

/
Homepage with navigation to all sections
HTML
Not Checked
/products.html
Static products page
HTML
Not Checked
/products
SPA products page with React components
SPA
Not Checked
/cart.html
Shopping cart page
HTML
Not Checked
/cart
SPA shopping cart with React components
SPA
Not Checked
/order-tracking.html
Track your order status
HTML
Not Checked
/order-tracking
SPA order tracking with live updates
SPA
Not Checked
/strain-quiz.html
Find your perfect product match
HTML
Not Checked
/strain-quiz
Interactive strain quiz with AI recommendations
SPA
Not Checked

Mobile App Experience

/mobile-app.html
Mobile-friendly app experience with bottom navigation
HTML
Not Checked
/ios-preview.html
iOS-specific mobile app preview
HTML
Not Checked
/app
SPA route for mobile app experience
SPA
Not Checked

Admin & Vendor Dashboards

/admin/dashboard.html
Administrative dashboard for platform management
HTML
Not Checked
/vendor/dashboard.html
Vendor portal for product management
HTML
Not Checked
/driver-signup.html
Driver application and portal
HTML
Not Checked

API Endpoints

/api/products
Get all product data
API
Not Checked
/api/products/featured
Get featured products
API
Not Checked
/api/categories
Get all product categories
API
Not Checked
/api/orders
Get all orders (admin only)
API
Not Checked

Dynamic Routes

/products/:id
Individual product details page
SPA Dynamic
Not Checked
/category/:slug
Products filtered by category
SPA Dynamic
Not Checked
/order/:id
Individual order details
SPA Dynamic
Not Checked
/vendor/:id
Vendor details and products
SPA Dynamic
Not Checked

Utility Routes

/route-tester.html
Test all routes for accessibility
HTML
Not Checked
/deployment-guide.html
Deployment instructions and guide
HTML
Not Checked

Test All Routes

Click the button below to check the status of all routes. This will verify that each route is accessible after deployment.