README.md
</picture>
UnoPim is an open-source Product Information Management (PIM) system built on Laravel 12. It helps businesses organize, manage, and enrich their product information in one central repository โ now with built-in AI agent capabilities for conversational product management.
<sub><b>Introducing Open Source PIM โ UnoPim</b></sub>
</a>
</td>
<td align="center" width="33%">
<a href="https://www.youtube.com/watch?v=n76bJmdZkL8">
<sub><b>10M Products? Meet UnoPim</b></sub>
</a>
</td>
<td align="center" width="33%">
<a href="https://www.youtube.com/watch?v=y6SA4Aip1ow">
<sub><b>CSV Import 10x Faster</b></sub>
</a>
</td>
Upgrading from v1.0.0? See the Upgrade Guide and CHANGELOG for full release notes.
UnoPim is engineered for high-volume catalogues. Read how UnoPim scales to handle over 10 million products.
<p align="center"> <a href="https://unopim.com/scaling-unopim-for-10-million-products/"> </a> </p>AI Agent Chat Manage products through natural language โ search, create, update, bulk edit, export, categorize, and generate content via conversational AI with multi-step tool calling.
<p></p>Magic AI with Multi-Platform Support Generate product content, images, and translations using 10+ AI providers. Configure and manage AI platforms with encrypted credential storage, connection testing, and dynamic model selection.
<p></p>Advanced AI-Powered Product Management Create compelling product content, generate high-quality images, and gain actionable insights with intelligent automation. Leverage customizable dashboards, seamless multi-user collaboration, and smart reporting tools to streamline workflows and boost productivity across your entire platform.
<p></p>Centralized Product Management Manage all your product data in one place.
<p></p>Data Enrichment Enhance your product information with detailed attributes and descriptions.
<p></p>Dashboard with Analytics Monitor channel readiness, product trends, recent activity, and items needing attention at a glance.
<p></p>User Management Control user access and permissions.
<p></p>API Integration Seamlessly integrate with other systems via RESTful APIs. Import our official Postman collection or browse the full API documentation.
<p></p>Localization Support for 33 languages and locales out of the box.
<p></p>Multi-Channel Support for multiple sales channels.
<p></p>Multi-Currency Support for multiple currencies.
<p></p>Import/Export with Real-Time Tracker Import and export product data using CSV, XLSX, and ZIP formats with real-time step-by-step progress tracking, pipeline visualization, and job-specific logging. Optimized for high-volume data handling with eager loading, increased batch sizes, and deferred indexing.
<p></p>Themes UI compatible with both Light and Dark themes.
<p></p>Version Control Track the history of changes in your product data.
<p></p>Requirements: Nginx/Apache2, PHP 8.3+, Node 20 LTS+, Composer 2.5+, and MySQL 8.0.32+ or PostgreSQL 14+ (recommended).
Full Installation Guide on devdocs โ or pick a quick path below.
composer create-project unopim/unopim
cd unopim
php artisan unopim:install
php artisan serve
Open http://localhost:8000 in your browser. To execute imports/exports, AI agent tasks, completeness jobs, and webhook deliveries, start the queue worker:
php artisan queue:work --queue=webhooks,system,default,completeness
Note: The
webhooksqueue is required for outgoing webhook delivery. TheWebkul\Webhook\Listeners\Productlistener is dispatched asynchronously to this queue so product save/update requests are not blocked by HTTP calls to subscribers. If you omitwebhooksfrom the--queuelist, webhook events will queue up but never be processed.
Requires Docker + Docker Compose v2+. See the full Docker guide for advanced configuration.
git clone https://github.com/unopim/unopim.git
cd unopim
cp .env.docker .env
docker compose up -d
Wait ~90 seconds for first-time migrations/seeding, then open http://localhost:8000/admin and log in with [email protected] / admin123.
Apache alternative (instead of Nginx):
docker compose -f docker-compose.yml -f docker-compose.apache.yml up -d
Port conflicts? If you already have MySQL, Redis, or Elasticsearch running locally, edit the
FORWARD_*ports in.envand restart. See.env.dockerfor details.
Deploy UnoPim on a pre-configured Amazon Machine Image (AMI) without any manual setup โ ideal for scalable production or testing environments.
Found a bug or want to add a feature? Open an issue or submit a pull request โ see CONTRIBUTING.md for the full flow.
Have questions, feedback, or want to contribute? Reach out through any of the channels above โ we're always happy to hear from fellow PIM builders.
If you discover any security vulnerabilities, please follow our Security Policy and report them to [email protected].
UnoPim is open-source software distributed under the MIT License.