We ship decently fast
Started in 2014 as ShopNx, Litekart has evolved into a powerful ecommerce platform. Today, it powers over 800+ stores worldwide, offering enterprise-grade features with the flexibility of custom development.
Built with ❤️ by our amazing contributors
Version v9.3
January
Week 3 2026
- Improved store configuration by including secureCatalogueModule inputs
- A new plugin configuration feature has been added.
- SecureCatalogueModule inputs are now included in store configuration to enhance security.
- Users now have the ability to customize plugin configuration options.
- Expanded plugin configuration options for more customization
- Added plugin configuration feature
Version v9.2
January
Week 2 2026
- A UI fix was made to the product thumbnail on the checkout page.
- Fixes were made to the API, including adding variant IDs and allowing admin to create carts without a user ID.
- Fixed issues with variant IDs and anonymous carts in the API.
- Fixed issues with retrieving product variant IDs and creating carts without a user ID.
- Fixed issues with product variants and anonymous carts in the admin API
- Improved UI by fixing product thumbnail display on the checkout page.
- Improved UI by fixing product thumbnails on the checkout page.
- Added cart functionality, including the ability to add products and a checkout link.
- Added cart functionality, allowing users to add products and checkout from their cart.
- Improved product thumbnail display on the checkout page.
- The cart feature was added, allowing users to add products and access a checkout link.
- Added cart feature, allowing users to add products and checkout
Version v8.51
December
Week 51 2025
- Added functionality to display ApiKey secret after creation.
- Implemented support for video preview when uploading product images.
- Fixed type errors.
- Fixed type errors in code.
- Fixed type errors in code
- Fixed issue with allowing video file formats for image uploads.
- Fixed issue with allowing video file types for image upload.
- Fixed issue with allowing video/mp4 and video/webm formats for image uploads.
- Added functionality to display API key secret after creation.
- Added functionality to display ApiKey secret after creation
- Implemented support for video previews when uploading product images.
- Added support for video preview when uploading product images
Version v8.50
December
Week 50 2025
- Improved handling of YouTube links in product to ensure proper functionality.
- Improved handling of YouTube links in the product.
- Added support for inputting accurate longitude and latitude coordinates.
- Enhanced YouTube URL validation regex for more accurate detection.
- Improved user experience by allowing for more precise location information.
- Bug fix for issues related to YouTube links.
- Enhanced validation of YouTube URLs with a new regular expression.
- Added the ability for users to input real numbers for latitude and longitude in business information.
- Updated UI to allow for real numbers in business information.
- Improved overall functionality and user experience for product browsing and searching.
- Implemented a filter for product listings to allow for sorting by SKU.
- Enhanced the user experience by providing more efficient and targeted ways to access product information.
- Added new functionality to retrieve product information based on a specific SKU.
- Implemented a product listing SKU filter to allow for more targeted product searches.
- Added ability to retrieve product information by SKU through a new GET route.
- Enhanced vendor functionality: A new feature has been added to create vendors using a modal and validation.
- Improved user experience: The label for the auto verify checkbox has been updated to provide more clarity on its functionality.
- - Added vendor creation functionality with modal and validation, improving user experience.
- - Added endpoint to create vendor and attach to store, improving overall functionality and user options.
- Improved data handling: The return type of the addVendorToStore handler has been changed to "any" for better data handling, and a new endpoint has been added to create vendors and attach them to a store.
- - Updated label for auto verify checkbox to clarify its functionality, making it more user-friendly.
Version v8.49
December
Week 49 2025
- Implemented feature to fetch and populate countries and currencies on store creation.
- Fixed bug related to temporary storage.
- Added functionality to handle store selection and fetch store details if not present.
- Improved handling of store selection and fetching store details if not already present.
- Added functionality to fetch and populate countries and currencies when creating a store.
- Potential bug fix related to temporary storage.
Version v8.46
November
Week 46 2025
- Adding dark mode support to email verification pages and updating loading screen colors to align with semantic design tokens.
- Fixing consistency issues with plugin checklist values and plugin check.
- Adding support for custom inventory locations and reverting previous UPSERT implementation in inventory management.
- Added support for dark mode in email verification pages.
- Added the ability for users to create custom inventory locations directly from the stock control modal.
- Refactored the color system from using specific colors (e.g. `bg-black/10`) to using semantic design tokens (e.g. `bg-background`) for consistency and easier maintenance.
- Refactoring of UI to use semantic design tokens for color system
- Updates to text, background, and border colors for improved consistency and maintainability.
- Improved design and maintainability: The end goal of these commits was to improve the overall design and maintainability of the codebase. This was achieved by using standardized design tokens and ensuring consistency throughout the codebase.
- Systematic replacement of legacy gray/zinc color classes with CSS custom properties
- Migration of color tokens: The commits involved migrating various color tokens such as text colors, background colors, and border colors from legacy classes to standardized design system tokens. This was done across dashboard and component files.
- Refactoring of color system: The main focus of these commits was to refactor the existing color system in order to improve consistency and maintainability. This was achieved by systematically replacing legacy color classes with semantic CSS custom properties.
Version v8.45
November
Week 45 2025
- Refactoring the UI to improve reactivity and code structure by moving the sync status polling logic to a Svelte $effect.
- Adding a force update/sync option for the search index, including progress indicators and improved UI feedback.
- Added polling for sync status during indexing to improve real-time updates in the products dashboard UI.
- Enhancing the Meilisearch sync tracking and resumability for indexing, including progress indicators and last synced product ID, and updating the API response for better monitoring.
- Renamed the forceUpdate variable to forceSync in both the product service and UI components and added a force update button for manual sync reset.
- Refactored the search index functionality to use a reactive effect for better reactivity and cleaner code structure.
- Improved error handling, timeout management, and user experience for orders export.
- Implemented robust error handling and progress tracking for orders export
- Improved user experience with better feedback and handling of edge cases.
- Added resilience to network errors and improved feedback for export process.
- Enhanced job completion tracking and update of database records for export functionality.
- Enhanced job completion tracking for export functionality
Version v8.44
October
Week 44 2025
- Refactored CSS classes to use theme variables for better consistency.
- Standardized indentation to spaces for better code formatting.
- Refactoring for Consistency: The CSS classes have been refactored to use theme variables for consistency and improved organization.
- Improved dark mode support by implementing dynamic theming classes.
- Dynamic Theming: The update to the domains page includes the implementation of dynamic theming classes, allowing for better support of dark mode.
- Code Formatting: Indentation has been standardized to spaces for a more organized and consistent codebase.
Version v8.41
October
Week 41 2025
- Fixed a bug where the order was being fetched before the customer, causing errors in the dash/customer/[id] page.
- Addressed a bug that could potentially cause errors or delays in the ordering system.
- Fixed an issue where orders were being fetched before the customer in the dashboard for a specific customer ID.
- Increased efficiency and accuracy in retrieving customer information on dash/customer/[id] page
- Resolved an issue that was causing inconvenience for users on the dash/customer/[id] page.
- Fixed issue with fetching order before customer in dash/customer/[id] page
- Improved the ordering process by ensuring that the customer information is retrieved first before any orders are processed.
- Improved the functionality of the dash/customer/[id] page by ensuring the correct order of data retrieval.
- Improved functionality and user experience on dash/customer/[id] page
Version v8.40
October
Week 40 2025
- Added new endpoint for fetching details of all categories at once
- Fixed issue with getAllDescendantSlugs function
- Improved functionality and efficiency for managing category data.
- Improved efficiency and functionality of the API.
- Added new API endpoint to fetch details of all categories at once
Version v9.3
January
Week 3 2026
- Improved store configuration by including secureCatalogueModule inputs
- A new plugin configuration feature has been added.
- SecureCatalogueModule inputs are now included in store configuration to enhance security.
- Users now have the ability to customize plugin configuration options.
- Expanded plugin configuration options for more customization
- Added plugin configuration feature
Version v9.2
January
Week 2 2026
- A UI fix was made to the product thumbnail on the checkout page.
- Fixes were made to the API, including adding variant IDs and allowing admin to create carts without a user ID.
- Fixed issues with variant IDs and anonymous carts in the API.
- Fixed issues with retrieving product variant IDs and creating carts without a user ID.
- Fixed issues with product variants and anonymous carts in the admin API
- Improved UI by fixing product thumbnail display on the checkout page.
- Improved UI by fixing product thumbnails on the checkout page.
- Added cart functionality, including the ability to add products and a checkout link.
- Added cart functionality, allowing users to add products and checkout from their cart.
- Improved product thumbnail display on the checkout page.
- The cart feature was added, allowing users to add products and access a checkout link.
- Added cart feature, allowing users to add products and checkout
Version v8.51
December
Week 51 2025
- Added functionality to display ApiKey secret after creation.
- Implemented support for video preview when uploading product images.
- Fixed type errors.
- Fixed type errors in code.
- Fixed type errors in code
- Fixed issue with allowing video file formats for image uploads.
- Fixed issue with allowing video file types for image upload.
- Fixed issue with allowing video/mp4 and video/webm formats for image uploads.
- Added functionality to display API key secret after creation.
- Added functionality to display ApiKey secret after creation
- Implemented support for video previews when uploading product images.
- Added support for video preview when uploading product images
Version v8.50
December
Week 50 2025
- Improved handling of YouTube links in product to ensure proper functionality.
- Improved handling of YouTube links in the product.
- Added support for inputting accurate longitude and latitude coordinates.
- Enhanced YouTube URL validation regex for more accurate detection.
- Improved user experience by allowing for more precise location information.
- Bug fix for issues related to YouTube links.
- Enhanced validation of YouTube URLs with a new regular expression.
- Added the ability for users to input real numbers for latitude and longitude in business information.
- Updated UI to allow for real numbers in business information.
- Improved overall functionality and user experience for product browsing and searching.
- Implemented a filter for product listings to allow for sorting by SKU.
- Enhanced the user experience by providing more efficient and targeted ways to access product information.
- Added new functionality to retrieve product information based on a specific SKU.
- Implemented a product listing SKU filter to allow for more targeted product searches.
- Added ability to retrieve product information by SKU through a new GET route.
- Enhanced vendor functionality: A new feature has been added to create vendors using a modal and validation.
- Improved user experience: The label for the auto verify checkbox has been updated to provide more clarity on its functionality.
- - Added vendor creation functionality with modal and validation, improving user experience.
- - Added endpoint to create vendor and attach to store, improving overall functionality and user options.
- Improved data handling: The return type of the addVendorToStore handler has been changed to "any" for better data handling, and a new endpoint has been added to create vendors and attach them to a store.
- - Updated label for auto verify checkbox to clarify its functionality, making it more user-friendly.
Version v8.49
December
Week 49 2025
- Implemented feature to fetch and populate countries and currencies on store creation.
- Fixed bug related to temporary storage.
- Added functionality to handle store selection and fetch store details if not present.
- Improved handling of store selection and fetching store details if not already present.
- Added functionality to fetch and populate countries and currencies when creating a store.
- Potential bug fix related to temporary storage.
Version v8.46
November
Week 46 2025
- Adding dark mode support to email verification pages and updating loading screen colors to align with semantic design tokens.
- Fixing consistency issues with plugin checklist values and plugin check.
- Adding support for custom inventory locations and reverting previous UPSERT implementation in inventory management.
- Added support for dark mode in email verification pages.
- Added the ability for users to create custom inventory locations directly from the stock control modal.
- Refactored the color system from using specific colors (e.g. `bg-black/10`) to using semantic design tokens (e.g. `bg-background`) for consistency and easier maintenance.
- Refactoring of UI to use semantic design tokens for color system
- Updates to text, background, and border colors for improved consistency and maintainability.
- Improved design and maintainability: The end goal of these commits was to improve the overall design and maintainability of the codebase. This was achieved by using standardized design tokens and ensuring consistency throughout the codebase.
- Systematic replacement of legacy gray/zinc color classes with CSS custom properties
- Migration of color tokens: The commits involved migrating various color tokens such as text colors, background colors, and border colors from legacy classes to standardized design system tokens. This was done across dashboard and component files.
- Refactoring of color system: The main focus of these commits was to refactor the existing color system in order to improve consistency and maintainability. This was achieved by systematically replacing legacy color classes with semantic CSS custom properties.
Version v8.45
November
Week 45 2025
- Refactoring the UI to improve reactivity and code structure by moving the sync status polling logic to a Svelte $effect.
- Adding a force update/sync option for the search index, including progress indicators and improved UI feedback.
- Added polling for sync status during indexing to improve real-time updates in the products dashboard UI.
- Enhancing the Meilisearch sync tracking and resumability for indexing, including progress indicators and last synced product ID, and updating the API response for better monitoring.
- Renamed the forceUpdate variable to forceSync in both the product service and UI components and added a force update button for manual sync reset.
- Refactored the search index functionality to use a reactive effect for better reactivity and cleaner code structure.
- Improved error handling, timeout management, and user experience for orders export.
- Implemented robust error handling and progress tracking for orders export
- Improved user experience with better feedback and handling of edge cases.
- Added resilience to network errors and improved feedback for export process.
- Enhanced job completion tracking and update of database records for export functionality.
- Enhanced job completion tracking for export functionality
Version v8.44
October
Week 44 2025
- Refactored CSS classes to use theme variables for better consistency.
- Standardized indentation to spaces for better code formatting.
- Refactoring for Consistency: The CSS classes have been refactored to use theme variables for consistency and improved organization.
- Improved dark mode support by implementing dynamic theming classes.
- Dynamic Theming: The update to the domains page includes the implementation of dynamic theming classes, allowing for better support of dark mode.
- Code Formatting: Indentation has been standardized to spaces for a more organized and consistent codebase.
Version v8.41
October
Week 41 2025
- Fixed a bug where the order was being fetched before the customer, causing errors in the dash/customer/[id] page.
- Addressed a bug that could potentially cause errors or delays in the ordering system.
- Fixed an issue where orders were being fetched before the customer in the dashboard for a specific customer ID.
- Increased efficiency and accuracy in retrieving customer information on dash/customer/[id] page
- Resolved an issue that was causing inconvenience for users on the dash/customer/[id] page.
- Fixed issue with fetching order before customer in dash/customer/[id] page
- Improved the ordering process by ensuring that the customer information is retrieved first before any orders are processed.
- Improved the functionality of the dash/customer/[id] page by ensuring the correct order of data retrieval.
- Improved functionality and user experience on dash/customer/[id] page
Version v8.40
October
Week 40 2025
- Added new endpoint for fetching details of all categories at once
- Fixed issue with getAllDescendantSlugs function
- Improved functionality and efficiency for managing category data.
- Improved efficiency and functionality of the API.
- Added new API endpoint to fetch details of all categories at once