diff --git a/README.md b/README.md
index 57900ee3..58e61278 100644
--- a/README.md
+++ b/README.md
@@ -8,72 +8,126 @@ Mapsight is a framework for building web applications with OpenLayers and React.
## Package overview
-| Package | Description |
-| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-|
 | **Mapsight Core (Redux Store)**
The core of Mapsight, providing the Redux store and the core architecture (controllers, base actions, redux devtools). |
-|
 | **Default UI (React)**
The default UI and component library with maps, lists, filters, switchers, etc. Mapsight UI allows you to compose your own UI from the provided components or use a default UI with some configuration and customizations. |
-|
 | **Default style package (icons and vector styles)**
The default style package with icons and vector styles, tailored for traffic applications, but also provides a set of general POI styles and icons, suitable for various use cases. |
-|
 | **CSS → OL StyleFunction compiler**
The vector style compiler is a tool that converts a subset of CSS styles into a multi-layer cached efficient OpenLayers style function, letting you style based on zoom, feature properties, environment, and more. It also allows you to freely add more geometries based on the base features to build complex vector objects. |
-|
Lib-mode post-build finalize, HTML snippet markers (`snippetSources`), dev deploy-path aliases, snippet preview. |
-|
App-shell post-build finalize — assets-only deploy tree + paste-ready snippet for `@mapsight/count-aggregator-ui`. |
-|
 | **OpenLayers utilities**
This package contains utilities for working with OpenLayers. |
-|
 | **Redux utilities**
This package contains utilities for working with Redux. |
-|
 | **JavaScript utilities (Deprecated)**
This package contains utilities for working with JavaScript.
⚠️ **Warning:** Do not depend on this package. It is deprecated and will be removed in the future. |
-|
 | **Count aggregator API client**
OpenAPI contract, Zod schemas, and typed HTTP client for Mapsight count-aggregator station metadata and aggregated count data. |
-|
 | **Count aggregator UI (React)**
Embeddable wizard, time-series charts, and export links. CMS app-shell embed via [`vite-count-aggregator-embed`](packages/vite-count-aggregator-embed/README.md). |
+
| Package | +Description | +
|---|---|
core |
+Mapsight Core (Redux Store) The core of Mapsight, providing the Redux store and the core architecture (controllers, base actions, redux devtools). |
+
ui |
+Default UI (React) The default UI and component library with maps, lists, filters, switchers, etc. Mapsight UI allows you to compose your own UI from the provided components or use a default UI with some configuration and customizations. |
+
traffic-style |
+Default style package (icons and vector styles) The default style package with icons and vector styles, tailored for traffic applications, but also provides a set of general POI styles and icons, suitable for various use cases. |
+
vector-style-compiler |
+CSS → OL StyleFunction compiler The vector style compiler is a tool that converts a subset of CSS styles into a multi-layer cached efficient OpenLayers style function, letting you style based on zoom, feature properties, environment, and more. It also allows you to freely add more geometries based on the base features to build complex vector objects. |
+
vite-host-embed |
+Host embed Vite plugin Lib-mode post-build finalize, HTML snippet markers ( snippetSources), dev deploy-path aliases, snippet preview. |
+
vite-count-aggregator-embed |
+Count-aggregator CMS Vite plugin App-shell post-build finalize — assets-only deploy tree + paste-ready snippet for @mapsight/count-aggregator-ui. |
+
lib-ol |
+OpenLayers utilities This package contains utilities for working with OpenLayers. |
+
lib-redux |
+Redux utilities This package contains utilities for working with Redux. |
+
lib-js |
+JavaScript utilities (Deprecated) This package contains utilities for working with JavaScript. ⚠️ Warning: Do not depend on this package. It is deprecated and will be removed in the future. |
+
count-aggregator-api |
+Count aggregator API client OpenAPI contract, Zod schemas, and typed HTTP client for Mapsight count-aggregator station metadata and aggregated count data. |
+
count-aggregator-ui |
+Count aggregator UI (React) Embeddable wizard, time-series charts, and export links. CMS app-shell embed via vite-count-aggregator-embed. |
+
| Application | +Description | +
|---|---|
vector-editor |
+Vector editor for creating and editing vector features exported as GeoJSON. | +
showcase |
+Mapsight ecosystem showcase — UI demo, icon catalog, and runtime icons. | +
| Starter | +Status | +Description | +
|---|---|---|
mapsight-host-starter |
+Beta | +Host embed build (browserEmbed + paste-ready snippet). |
+
mapsight-next-starter |
+WIP | +Next.js App Router copy-out template. | +
mapsight-vite-spa-starter |
+WIP | +Minimal Vite + React Router SPA copy-out template. | +