Audora Music - Music Gear E-commerce with AI

Online store for professional music equipment with 10,000+ products, AI assistant for personalized recommendations and semantic search powered by embeddings

Technologies

Next.js AI SDK OpenAI Embeddings TypeScript PostgreSQL

Project Description

Audora Music is an e-commerce platform for professional musical instruments and audio gear with over 10,000 products across 186 brands. The technical differentiator is the AI layer: a conversational assistant that recommends products based on the user’s level and budget, and a semantic search engine that understands natural language queries instead of relying on exact keyword matching.

Key Features

Technologies Used

AI Architecture

The technical core of the project consists of two complementary systems:

  1. Chat with product context: The assistant receives relevant catalog items as context for each query, generating responses grounded in real inventory rather than generic knowledge
  2. Embeddings-based search: Every product in the catalog is vectorized. When a user searches for “something to record podcasts at home on a tight budget,” the system finds semantically similar products even if their descriptions don’t contain those exact words
Back to Projects