Real-Time Analytics
Track sales, revenue, and customer behavior with live dashboards and customizable reports.
Dashboard AppWooCommerceFree
The ultimate WooCommerce dashboard app. Monitor your store, manage orders, and gain powerful insights — all from one beautiful interface.
Everything you need to manage your WooCommerce store efficiently.
Track sales, revenue, and customer behavior with live dashboards and customizable reports.
Process orders, update statuses, and manage fulfillment all from one centralized interface.
Understand your customers with detailed profiles, purchase history, and behavior analytics.
Generate product descriptions, analyze trends, and get smart recommendations powered by AI.
Manage customer messages and support requests from multiple channels in one place.
Get instant alerts for new orders, low stock, and important store events.
Set up OverSeek in just a few minutes.
Download OverSeek from GitHub to your local machine.
git clone https://github.com/MerlinStacks/overseek.git
Navigate to the project folder and install the required packages.
cd overseek && npm install
Copy the example environment file and add your WooCommerce API credentials.
cp .env.example .env
Launch the development server and access OverSeek in your browser.
npm run dev
In your WordPress admin, go to WooCommerce → Settings → Advanced → REST API. Create new keys with Read/Write permissions.
Enter your store URL, Consumer Key, and Consumer Secret in the OverSeek settings.
Click "Sync Now" to import your products, orders, and customers. This may take a few minutes for larger stores.
In your WordPress admin, go to WooCommerce → Settings → Advanced → Webhooks.
Add webhooks for order, product, and customer events. Use the delivery URL provided in OverSeek's settings page.
Place a test order in your store and verify that it appears in OverSeek in real-time.