🚀 The Ultimate Marketplace Tool

Photos in.
Facebook drafts out.

Auto-Lister uses AI to turn your item photos into fully researched Facebook Marketplace drafts. Run it yourself with your own Gemini key, or use our hosted version.

Docker Compose included Private API Keys Secure Auth
How It Works

A workflow built for people clearing real stuff out.

Upload photos from your desktop or phone. Let Gemini identify the item and find pricing context. Review the generated draft before Facebook ever sees a publish click.

🔍
Identify

Automatically detects the product, model clues, condition signals, and likely category directly from the uploaded photos.

💰
Price

Uses current retail context and used comparables to suggest a practical, competitive price instead of a random guess.

📝
Draft

Fills the Facebook Marketplace form in a secure, reviewable browser session, including your photos, title, price, and copy.

Deployment

Bring your own server, keys, and customers.

The self-host package ships with Docker, local first-admin setup, environment-based secrets, and optional notes for adding your own Stripe checkout if you want to sell access.

View Setup Guide

# Quick start with Docker
git clone https://github.com/mbellew937/auto-lister.git
cd auto-lister
cp .env.example .env
nano .env # Add your Gemini API Key
docker compose up -d --build

# Open setup in your browser
open https://your-domain.example.com/setup