StileStream-WMS is an open-source Warehouse Management System designed to streamline and optimize warehouse operations. Built with modern best practices, StileStream-WMS provides core features like product management, inventory tracking, order processing, and real-time integrations.
My goal is to drive innovation and set a new industry standard in warehouse management while keeping it OpenSource and free for the public.
- Product Management: Simplify product imports, manage identifiers (EAN/GTIN), and handle custom packaging.
- Inventory Control: Track inventory across fixed and dynamic locations with real-time updates and balance reporting.
- Order Processing: Efficiently handle inbound and outbound orders through API integrations and webhooks.
- Integration-Ready: Seamlessly connect with platforms like Shopify and expand functionality through community-driven plugins.
- Node.js and npm installed
- Database setup (e.g., PostgreSQL, MySQL)
-
Clone the repository:
git clone https://github.com/yourusername/StileStream-WMS.git cd StileStream-WMS -
Install dependencies:
npm install
-
Set up the environment variables:
- Copy
.env.exampleto.envand configure your database and other settings.
- Copy
-
Run the migrations:
npm run migrate
-
Start the application:
npm start
Full documentation is available here.
We welcome contributions from the community! To get started:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature-branch) - Open a Pull Request
Please read our Contributing Guide for more details.
StileStream-WMS is licensed under the AGPL-3.0 License. This license ensures that all modifications and derivative works are also open source, fostering a collaborative environment while protecting the project from unauthorized commercial use.
Check out our Roadmap to see the upcoming features and enhancements planned for StileStream-WMS.
Join our community on Discord for discussions, support, and updates.
For questions, suggestions, or feedback, please reach out at [email@example.com].
StileStream-WMS – Open-source WMS for modern operations.