Proauto Case Study: Georgia’s Fastest Automotive Platform

The Vision: A Frictionless Auto-Market
Buying a car is stressful enough. The platform shouldn't be. When we started building Proauto, the goal was clear: create a marketplace that handles complex data (VINs, customs duty, multi-lingual listings) while maintaining the speed of a high-performance blog. In 2026, the Georgian automotive landscape is more competitive than ever. Consumers expect transparency, speed, and a native-like experience on the web. Proauto has evolved into Georgia's most comprehensive automotive hub, covering not just cars, but motorcycles, scooters, and ATVs to serve the growing micro-mobility and enthusiast markets.
In the Georgian market, where mobile users dominate and internet speeds vary significantly between urban centers and rural areas, performance isn't a feature—it's a requirement. We didn't just want to build another listing site; we wanted to build an infrastructure that could handle the scale of a national marketplace while feeling instantaneous to the end user.
The Engine: Our Tech Stack
To ensure instant load times, we chose a tech stack designed for 2026 standards. Next.js serves as the server-side rendering (SSR) backbone, delivering every listing page to the browser as fully rendered HTML. This is critically important both for SEO and for users on weak internet connections. Development is powered by Turbopack, providing instant HMR even with thousands of localized routes and complex components.
React 19 offers finer control over rendering, while TypeScript protects complex logic from errors — car attributes, the customs calculator, and trilingual listings. PostgreSQL, thanks to hand-optimized queries, handles filtering across thousands of listings in milliseconds, while Tailwind CSS keeps the UI bundle as lean as possible. All files are stored in S3-compatible object storage with a global CDN, ensuring instant photo loading at any location. By moving logic to the Edge, we minimized the distance between the data and the user.
Technical Hurdles & Solutions
Search and Taxonomy
Automotive search is genuinely complex — users want to filter by make, model, year, fuel type, and mileage simultaneously, often combining five or six constraints. We expanded this to include motorcycle-specific attributes like engine displacement and stroke. Rather than integrating a heavy third-party search engine with ongoing licensing costs, we built a custom PostgreSQL query builder. Filtering is instantaneous, and the system handles manufacturer-specific nuances across three languages seamlessly. The taxonomy is living; as new models enter the market, the system adapts without requiring a redeploy.
VIN Verification and Trust
Trust is the core problem in the used car market. We integrated real-time VIN decoding so that when a seller enters a VIN, the vehicle's specs populate automatically — make, model, engine, year — preventing manual errors and removing a common source of buyer skepticism. As part of a 2026 promotional offering, we made VIN reports entirely free. This "free-first" transparency creates a powerful trust hook, encouraging users to verify vehicles before even contacting the seller. It transformed the platform from a simple classifieds site into a trusted verification authority.
URL Migration for SEO
To improve topical clustering and click-through rates (CTR), we executed a major migration of the listing structure. Detail pages moved from a generic `/details/{id}` pattern to a manufacturer-scoped structure: `/cars/{brand}/{slug-with-id}` and `/motorcycles/{brand}/{slug-with-id}`. This provides search engines with much clearer signals about the page's content and its place in the site's hierarchy. The old routes remain active as `noindex` 301 redirects to preserve link equity. Since the migration, we've observed a significant increase in indexed surface area and improved rankings for "long-tail" search queries.
The Customs Calculator as a Conversion Engine
Customs duty is the single biggest "hidden" cost in the Georgian market. We built a pure-TypeScript implementation of the April 2026 excise reform. This calculator isn't just a utility; it's a top-of-funnel acquisition surface that drives significant organic engagement. Many users visit Proauto specifically for the calculator before they even start searching for a car. The logic handles binary car rates and strict Euro 5 registration requirements (applicable to model years 2013 and newer).
The calculator also respects the 60% hybrid discount for newer LHD vehicles and the reduced threshold for classic cars (now 30 years). By providing precise GEL-based results directly on the listing page, we eliminate the need for users to leave the platform. This keeps them in the conversion funnel and establishes Proauto as the definitive source of truth for automotive costs in Georgia.
SEO at the Edge of Three Languages
Proauto is trilingual from the ground up: Georgian (the default), English, and Russian. All routes are locale-prefixed, and we implement trilingual SEO mechanics to ensure visibility across all demographics. Translations are not afterthoughts; the Georgian version is optimized for local search intent, while the English and Russian versions target the significant expat and international trade communities.
We use locale-aware `hreflang` tags with `ka` set as the `x-default`. To avoid duplicate indexing from sorting, pagination, and tracking parameters, we maintain a strict canonical query-param whitelist. Sitemaps are sharded by category (cars, motorcycles, news) to stay within size limits and improve crawling efficiency for search engine bots. Finally, we use IndexNow on publish to notify search engines like Bing and Yandex the moment a new listing is created or updated, ensuring that the freshest content is indexed within seconds, not days.
Performance by the Numbers
We didn't just aim for 'fast'; we aimed for consistency across all devices. Even with tens of thousands of high-resolution images and trilingual metadata, we maintain top-tier metrics that directly impact our search ranking and user retention: - LCP (Largest Contentful Paint): Consistently around 1.1s on desktop and sub-2.5s on mobile connections. - Performance Score: Consistently above 95 on Lighthouse across all page types. - CLS (Cumulative Layout Shift): Approximately 0, achieved through `next/font` for Noto Sans Georgian and strict image aspect-ratio preservation.
Lessons from the Road
Eighty-five percent of Proauto's traffic comes from mobile devices, which shaped every decision from button size to filter placement. Car listings mean thousands of high-resolution photos — we processed every image through Sharp with WebP conversion, cutting file sizes by approximately 60% without visible quality loss. This mobile-first philosophy led us to implement a multi-currency UX: a three-way toggle between GEL (₾), USD ($), and EUR (€) with live exchange rates. While car prices fluctuate based on the user's preference, customs results remain in GEL because that is the only currency Georgia's Revenue Service accepts.
The biggest SEO advantage came from SSR: because every listing renders on the server, each car's page is fully indexable by Google the moment it's published, with no JavaScript execution required from the crawler. By choosing the right architecture and focusing on the specific needs of the Georgian market — from trilingual SEO to complex tax calculations — we’ve built a foundation that’s ready for the scale of tomorrow's automotive trade.


