Skip to content
@unopim

UnoPim

A free and open-source Laravel-based PIM system to help businesses organize, manage, and enrich their product data centrally.

UnoPim logo

Latest Version License Tests GitHub Stars

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.

🆕 What's New in v2.0.0

  • AI Agent Chat — Manage products through natural language with 32+ tool actions (search, create, update, bulk edit, export, generate content/images, memory, planning, quality reports, and more)
  • Agentic PIM — Autonomous product enrichment, catalog quality monitoring, approval workflows, content feedback loop, and persistent agent memory
  • Multi-Platform MagicAI — Support for 10+ AI providers (OpenAI, Anthropic, Gemini, Groq, Ollama, Mistral, DeepSeek, and more) with database-backed credential management
  • Laravel 12 Upgrade — Modernized bootstrap architecture with bootstrap/app.php fluent API, removing Kernel classes
  • Enhanced Dashboard — Channel readiness, product trends, recent activity, and needs-attention widgets
  • Import/Export Performance & Tracker UI — Real-time step-by-step progress tracking, ZIP image upload, eager loading optimizations, increased batch sizes, deferred indexing, and field processor improvements for high-volume data handling
  • AI-Powered Search — Embedding similarity and semantic ranking services for intelligent product discovery
  • Improved CI/CD — Translation auditing, Composer caching, concurrency groups, PHP 8.3 across all workflows

Upgrading from v1.0.0? See the Upgrade Guide and CHANGELOG.

🛠️ System Requirements

Ensure your server meets the following requirements:

  • Server: Nginx or Apache2
  • RAM: 8GB
  • PHP: 8.3 or higher
  • Node.js: 20 LTS or higher
  • Composer: 2.5 or higher
  • Database (choose one):
    • MySQL: 8.0.32 or higher
    • PostgreSQL: 14.x or higher (recommended)

⚙️ Scalability

✨ Features

  • 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.

  • 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.

    AI-powered Product Content Generation

  • Centralized Product Management Manage all your product data in one place.

    Centralized Product Management Interface

  • Data Enrichment Enhance your product information with detailed attributes and descriptions.

    Data Enrichment Interface

  • Dashboard with Analytics Monitor channel readiness, product trends, recent activity, and items needing attention at a glance.

  • User Management Control user access and permissions.

    User Management Interface

  • API Integration Seamlessly integrate with other systems via RESTful APIs.

    API Integration Interface

  • Localization Support for 30+ languages and locales.

    Localization Support

  • Multi-Channel Support for multiple sales channels.

    Multi-Channel Support

  • Multi-Currency Support for multiple currencies.

    Multi-Currency Support

  • 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.

    Data Import/Export Interface

  • Themes UI compatible with both Light and Dark themes.

    Light/Dark Theme Interface

  • Version Control Track the history of changes in your product data.

    Version Control Interface

🚀 Installation

To get started with UnoPim, follow these steps:

  1. Project Setup:

    composer create-project unopim/unopim
    cd unopim
  2. Install UnoPim:

    php artisan unopim:install
  3. Serve the application:

    php artisan serve
  4. Access UnoPim: Open your browser and go to http://localhost:8000.

  5. Queue Operations: To execute import/export operations, AI agent tasks, and product completeness score calculation, start the queue worker:

    php artisan queue:work --queue=system,default,completeness

🐳 Installation with Docker

If you have Docker/Docker Compose installed, follow these steps:

  1. Clone the repository:

    • HTTPS: git clone https://github.com/unopim/unopim.git
    • SSH: git clone [email protected]:unopim/unopim.git
  2. Enter the directory:

    cd unopim
  3. Start the Docker containers:

    docker-compose up -d

    This will pull the necessary images and set up the environment. Once running, access the application at:

    • Application: http://localhost:8000
    • MySQL: http://localhost:3306

Note: If MySQL is already running on your system, change the MySQL port in the docker-compose.yml and .env files. Run docker-compose up -d again to apply changes.

☁️ Cloud Installation via Amazon AMI

You can also deploy UnoPim quickly using our pre-configured Amazon Machine Image (AMI) available on the AWS Marketplace:

Launch UnoPim on AWS

This AMI allows you to get started with UnoPim on a cloud environment without manual setup. Ideal for scalable production or testing environments.

📖 Usage

Once installed, you can start adding and managing your products. The intuitive interface allows you to categorize products, enrich data, and manage user permissions easily. Use the AI Agent Chat to manage products through natural language commands.

📬 Postman API Collection

To interact with UnoPim's API, you can use our official Postman collection:

UnoPim APIs Documentation

UnoPim APIs on Postman

This collection provides ready-to-use API requests for various UnoPim features. You can import it directly into your Postman workspace and start testing the APIs.

🤝 Contributing

We welcome contributions! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

🔒 Security

If you discover any security vulnerabilities, please follow our Security Policy and report them to [email protected].

📝 License

UnoPim is open-source software distributed under the MIT License.

🙏 Acknowledgements

We extend our thanks to all contributors and the Laravel community for their support and contributions.

Pinned Loading

  1. unopim unopim Public

    A free and open-source Laravel-based Product Information Management (PIM) system that helps businesses organize, manage, and enrich their product data from a single, central platform. Learn how Uno…

    PHP 9.4k 129

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…