Modern car advertising website for AutoSell Ltd Ghana
# AutoSell Ghana
Ghana's car marketplace — buy, sell, and rent vehicles, plus affiliate flight and hotel search.
**Production: autosellgh.com**
The entire live site is the Next.js app in **`web/`**, backed by Supabase. It is the only deployable in this repo.
> The legacy static prototype (`index.html`, `admin.html`, `styles.css`, `script.js`) was removed during
> the security-hardening pass — `admin.html` contained a hardcoded `admin`/`admin123` login enforced
> only in the browser. It remains in git history if you need to refer back to it.
## What's on the site
**Buy** — Browse cars at `/cars`, with pagination, filters, and a photo gallery on each detail page. Paid listings surface first on the homepage.
**Sell** — A 4-step wizard at `/sell`. Sellers upload photos, choose a package, and optionally pay by card or mobile money through Paystack. Admin reviews every submission before it goes live.
**Rent** — Rental businesses sign up at `/rent-with-us`, get vetted, then manage a fleet of daily-rate and lease vehicles shown at `/rentals`.
**Flights & Hotels** — Search forms that deep-link out to Skyscanner and Booking.com. No inventory of our own.
**Accounts** — Sign up with Google or email and password. `/dashboard` gives sellers My Listings, rental partners My Fleet, and everyone a Saved tab for hearted listings.
**Automatic promotion** — When a listing is published it posts itself to the AutoSell Facebook Page, Instagram, and X. A Monday-morning cron posts a weekly roundup of the newest cars and emails an admin summary with WhatsApp broadcast text ready to copy.
**Admin** — `/admin` for car submissions, `/admin/rentals` for partners and their vehicles. Password-protected, with post-status badges and a Meta setup checker.
## Pricing
| Package | Price | Includes |
|---|---|---|
| Free | GHS 0 | Standard listing |
| Premium | GHS 50 | Featured homepage placement |
| Complete | GHS 200 | Everything, full service |
Payment is feature-flagged — set `NEXT_PUB …