{"id":28047888,"url":"https://github.com/sergejcodes/minze","last_synced_at":"2026-04-02T18:45:27.832Z","repository":{"id":36985593,"uuid":"437998606","full_name":"sergejcodes/minze","owner":"sergejcodes","description":"Dead-simple JS framework for native web components.","archived":false,"fork":false,"pushed_at":"2026-01-15T08:54:30.000Z","size":4050,"stargazers_count":565,"open_issues_count":4,"forks_count":22,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-01-21T04:22:07.850Z","etag":null,"topics":["custom-elements","design-system","shadow-dom","storybook","ui","vite","vitejs","web-components","web-elements","webcomponents"],"latest_commit_sha":null,"homepage":"http://minze.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergejcodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-13T19:26:22.000Z","updated_at":"2026-01-01T18:47:47.000Z","dependencies_parsed_at":"2023-10-21T12:20:19.547Z","dependency_job_id":"ea6cc8e7-1442-4825-825f-c509ddf227ee","html_url":"https://github.com/sergejcodes/minze","commit_stats":{"total_commits":1446,"total_committers":10,"mean_commits":144.6,"dds":0.2226832641770401,"last_synced_commit":"e0e4ae70af47f0694aec67e7193e1240171be648"},"previous_names":["sergejcodes/minze","n6ai/minze"],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/sergejcodes/minze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergejcodes%2Fminze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergejcodes%2Fminze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergejcodes%2Fminze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergejcodes%2Fminze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergejcodes","download_url":"https://codeload.github.com/sergejcodes/minze/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergejcodes%2Fminze/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-elements","design-system","shadow-dom","storybook","ui","vite","vitejs","web-components","web-elements","webcomponents"],"created_at":"2025-05-11T21:06:44.385Z","updated_at":"2026-04-02T18:45:27.827Z","avatar_url":"https://github.com/sergejcodes.png","language":"TypeScript","readme":"\u0026nbsp;\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://minze.dev\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg src=\".github/logo.svg\" alt=\"Minze\" width=\"180\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Minze\n\n\u003e Dead-simple JS framework for native web components.\n\nMinze (German shorthand for \"Peppermint\", pronounced [/ˈmɪnt͡sə/](https://upload.wikimedia.org/wikipedia/commons/c/c2/De-Minze.ogg)) lets you rapidly build native web components.\n\nIt provides an intuitive abstraction layer around the web components API with its own fully typed [JavaScript API](https://minze.dev/api/). Including reactivity, lifecycle hooks, scoped styles, one-shot components registration, and more.\n\n1. You can create cross-framework component libraries or design systems and share them with your team or the world.\n2. You can add Minze to any web project and create components without even using any build tools.\n\n[Read the Docs to Learn More](https://minze.dev).\n\n## Features\n\n- 👶 Simple - Dive right in by [scaffolding](packages/create-minze) a project, installing from [npm](https://minze.dev/guide/installation#npm) or using a [CDN link](https://minze.dev/guide/installation#cdn).\n- ⚡ Fast - Tiny footprint ~3KB (minified and compressed).\n- 🚀 Modern - Based on the latest technologies around web components.\n- 📦 Shareable - Build component libraries or design systems. Define once, use everywhere.\n- 🎲 Framework Agnostic - Use Minze with any common framework - React, Vue, Svelte, etc ...\n- 📕 Storybook - Minze x Storybook dev environment integration.\n- 📖 Extensive Docs - Comprehensive documentation and API reference.\n- 🔒 Typed API - Scale your component library with ease by using TypeScript.\n\n## Packages\n\n| Package                                         | Version                                                                                                                                                  | Description                                                  |\n| ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |\n| [create-minze](packages/create-minze)           | [![create-minze version](https://img.shields.io/npm/v/create-minze.svg?label=%20\u0026color=323232)](packages/create-minze/CHANGELOG.md)                      | Scaffolding CLI tool for setting up a Minze dev environment. |\n| [minze](packages/minze)                         | [![minze version](https://img.shields.io/npm/v/minze.svg?label=%20\u0026color=323232)](packages/minze/CHANGELOG.md)                                           | Dead-simple JS framework for native web components.          |\n| [minze-vsc](packages/minze-vsc)                 | [![minze-vsc version](https://img.shields.io/visual-studio-marketplace/v/sergejcodes.minze-vsc?label=%20\u0026color=323232)](packages/minze-vsc/CHANGELOG.md) | VS Code language support for Minze.                          |\n| [vite-plugin-minze](packages/vite-plugin-minze) | [![vite-plugin-minze version](https://img.shields.io/npm/v/vite-plugin-minze.svg?label=%20\u0026color=323232)](packages/vite-plugin-minze/CHANGELOG.md)       | Vite plugin for Minze dev environment.                       |\n\n## Contribution\n\nSee [Contributing Guide](https://github.com/sergejcodes/minze/blob/main/.github/CONTRIBUTING.md). Open the Minze repo in Codeflow or StackBlitz.\n\n[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow_small.svg)](https://pr.new/sergejcodes/minze)\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/sergejcodes/minze?title=minze\u0026terminal=dev)\n\n## License\n\nMIT\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergejcodes%2Fminze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergejcodes%2Fminze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergejcodes%2Fminze/lists"}