Website on the main domain
`rentman.al` should explain the platform, build trust, and direct visitors to the right place quickly.
Public website for the RentMan platform
This site is the public front door. Your demo, client portals, and future tenants can live separately on domains like `demo.rentman.al` or `client-name.rentman.al`.
Why split them
`rentman.al` should explain the platform, build trust, and direct visitors to the right place quickly.
`demo.rentman.al` can keep the full working product without forcing the public site to behave like an application shell.
Client instances or branded portals become easier to organize when each one has its own hostname and deployment boundary.
What RentMan does
Customers can discover vehicles, compare options, and move into a reservation flow.
Rental companies manage inventory, pricing, vehicle status, and operational readiness.
Teams can handle pickups, returns, invoicing, service add-ons, and customer follow-up.
New companies can register, be reviewed, and then operate from their own workspace.
Suggested routing model
That becomes the main branded homepage, not the app itself.
`demo.rentman.al`, `client-a.rentman.al`, and future tenants stay separated.
A single reverse proxy can decide which container or stack should answer each hostname.
Next step
This site serves `rentman.al`, while the React app runs on demo and client subdomains.