damkoto.com is my take on what BDStall could be if it were rebuilt with a sharper compare grid and a deliberately humble stack. It's a lead-gen classifieds site for Bangladesh โ multi-vendor, comparison-first, and built on Laravel 11 + MySQL + Blade with raw HTML and CSS. No Tailwind. No component library. On purpose.
The product, in one paragraph
A buyer comes in with a category โ say, second-hand laptops โ and lands on a comparison grid that shows three to five vendors side by side, with their actual specs, prices, and contact links. Click, get the seller's number, transact off-platform. The platform earns from listings and feature placements, not from skimming transactions.
Why a humble stack
Three honest reasons:
- SEO is the entire growth strategy. Server-rendered Blade with clean HTML beats anything I'd ship with React+SSR for the long-tail product pages.
- Page weight is a feature. Bangladeshi buyers on 4G shouldn't load 800KB of JavaScript to read a phone listing.
- I want to maintain it for years. A stack with one framework and zero npm churn ages well.
The compare grid
The compare grid is the entire reason this exists. Every classifieds site shows you a list. damkoto shows you a side-by-side: same category, same attributes, normalised across vendors. If three vendors all sell the same laptop model, the grid surfaces them in one row, and price wins. That's the product.
What I'm doing differently from BDStall
- Schema-driven categories. Each category has a typed attribute set โ RAM, storage, screen size โ instead of free-text fields. That's what makes the compare grid possible.
- Vendor reputation, not just listings. Each seller has a profile with their full inventory, response time, and history. Buyers compare sellers, not just SKUs.
- Lead routing, not transaction. The platform doesn't pretend to handle escrow or delivery. It hands you a verified contact and steps out of the way.
Bangladesh's commerce internet is dominated by Facebook groups and bare classifieds. The next generation will be classifieds with structure โ and the first one to nail comparison wins the category.
What's next
Seller onboarding for the laptops vertical first. One category, deep. Once the comparison flow converts, expanding to phones, used cars, appliances. Vertical by vertical, the same playbook every time.