Build this if
You can recruit an initial supply of 50-100 listings from a specific collector community before launch.
A focused buy-sell-trade platform for collectors of vintage maps, retro electronics, antique kitchenware, and rare hobby items, with condition grading, saved search alerts, and offer management.

Decision snapshot
You can recruit an initial supply of 50-100 listings from a specific collector community before launch.
You cannot secure an initial inventory base or lack access to collector communities for a specific niche.
List 30 vintage items from 5 sellers, run for 30 days, and measure whether buyers set saved searches and complete at least 10 transactions.
Problem and target customer
Collectors of niche vintage items scatter their buying and selling across generic marketplaces, forums, and spreadsheets, making it hard to find specific items, verify condition grading, and manage offers or trades in one place.
Independent collectors and small vintage-goods dealers who regularly buy, sell, or trade items like vintage maps, retro electronics, and antique kitchenware and need a dedicated workflow rather than a generic listing board.
Transaction fee on completed sales plus optional monthly subscription for power sellers who need bulk listing tools and saved-search alerts.
Editorial note
This marketplace targets collectors who deal in specific vintage categories—maps, electronics, kitchenware, and rare hobby items—where condition grading and provenance matter more than in general resale platforms. The MVP focuses on a single loop: a seller lists an item with structured grading, buyers receive alerts when a saved search matches, and an offer or buy-now flow closes the transaction with a fee.
The initial scope deliberately excludes live auctions, in-app chat, and shipping logistics. Those features add complexity without proving whether collectors will adopt a niche-specific workflow. The validation test is whether 30 listings from 5 sellers generate saved-search engagement and at least 10 completed transactions in 30 days.
A dealer subscription tier supports bulk CSV import for sellers managing large inventories, creating a second revenue stream beyond the per-transaction fee. The warm antiquarian palette—cream, deep burgundy, and brass gold—reinforces the vintage positioning without requiring custom font licensing for the MVP.
Choose your next step
Evaluate the operating tradeoffs quickly, or inspect how to build the MVP.
Compare the three operating paths at the default workload before opening the full calculator.
See cost preview Build this ideaInspect the build blueprintReview MVP scope, workflow, states, data rules, architecture, and acceptance criteria.
Open blueprintEvaluation preview
Directional infrastructure estimates for the current 250 assisted transactions assumption. Open the full calculator when you are ready to change it.
Managed app hosting, database, backups, and basic observability for the marketplace workflow.
Lowest operating effortOne small VPS running the app, database, media volume, and backup job.
Lowest baseline costSeparate app, data, storage, and worker capacity for cleaner operations.
Most separation and controlBuild blueprint
Product goal
MVP scope
UX and user flow
Browse and filter collectible listings by category, condition, price, and location.
View full item description, condition grade, photos, seller rating, and submit offer or buy now.
Seller enters item details, uploads photos, sets condition grade and price.
Buyer manages alert criteria and receives email notifications when new listings match.
Subscribed dealers manage bulk listings, view transaction history, and track offers received.
Core entity outline
Represents a collectible item listed for sale or trade.
Represents a buyer's monetary offer or buy-now action on a listing.
Stores buyer alert criteria for matching against new listings.
Captures post-transaction feedback between buyer and seller.
Tracks dealer subscription tier and billing status.
Architecture and data flow
Handles listing CRUD, validation, and feed queries.
Compares new listings against active saved searches and triggers email alerts.
Processes Stripe payments, fee splits, and subscription billing.
Sends transactional emails via Resend for alerts, offers, and reviews.
Deliverables and acceptance
Recommended stack
Rapid build of listing pages, search, and offer flow with a warm antiquarian UI theme.
Relational database for listings, offers, and saved searches with row-level security for seller data.
Handles buyer-seller payments, transaction fee splits, and dealer subscription billing.
Transactional email for saved-search alerts, offer notifications, and review prompts.
Cost-effective storage for collectible listing photos with CDN delivery.
Deploys backend services and scheduled jobs for saved-search matching.
Supabase provides the relational schema needed for listings, offers, and saved searches without custom backend code. Stripe Connect handles marketplace payment splits and subscription billing in one integration. Resend covers transactional alerts. Railway runs the matching job that compares new listings against saved searches.
Copy the build prompt, model the operating cost, and choose where to deploy.
Execution
Once the blueprint is clear, use the prompt, cost model, and deployment options to start building.
Build prompt
Lovable
Build prompt
Open the prompt pack whenever you are ready to take this blueprint into your builder.
Build prompt ready
Copy the prompt into your builder, then use the cost model below to choose how you want to run it.
Use the cost model to choose a deployment path that matches the build plan.
Cost calculator
A technical run-cost estimate for the first production version. Team, acquisition, payment fees, and business COGS are excluded.
$13-$38 per 125 assisted transactions
Low and high values allow for usage variance and plan headroom.
Managed app hosting, database, backups, and basic observability for the marketplace workflow.
50K assisted transactions included, then $8-$20 per 100K assisted transactionsTransactional email is implied by the source workflow or feature list.
3K assisted transactions includedPayment processor is implied by the source workflow or feature list.
100 included, then $0-$5 per 100 assisted transactionsMaps API is implied by the source workflow or feature list.
1K assisted transactions includedThe estimate combines the selected infrastructure path, required operating modules, selected optional modules, and usage above included monthly allowances. Taxes and regional uplifts are excluded.
Deployment options
Choose based on operating preference, not only the headline price.
Fast Docker deployment for the app, database, worker, and preview workflow without managing a VPS.
Usage billing needs active monitoring as traffic and jobs grow.
Run the app, worker, and database on one small Vultr VPS with Docker Compose and explicit backups.
You own patching, backups, monitoring, and incident response.
Separate application, worker, data, storage, and backup responsibilities as the workload grows.
You own server setup, patching, backups, and operational monitoring.
Start building
Create listing pages, search interface, saved-search setup, offer submission, and dealer dashboard with the antiquarian cream-and-burgundy theme.
Open Lovable 02AutomationSaved-search matching automationTrigger a Make scenario on new listing creation that compares listing attributes against active saved searches and sends matched alerts via Resend.
Open Make 03DeployDeploy backend and scheduled jobsHost Supabase edge functions or cron jobs for listing expiry, fee calculation, and saved-search batch matching on Railway.
Open Railway