{"id":47922742,"url":"https://github.com/lapikit/lapikit.dev","last_synced_at":"2026-04-04T06:18:48.873Z","repository":{"id":339982808,"uuid":"1156032879","full_name":"lapikit/lapikit.dev","owner":"lapikit","description":"The Lapikit omnisite","archived":false,"fork":false,"pushed_at":"2026-03-27T18:34:45.000Z","size":7761,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T01:24:03.081Z","etag":null,"topics":["documentation","lapikit","sveltekit"],"latest_commit_sha":null,"homepage":"https://lapikit.dev","language":"CSS","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/lapikit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2026-02-12T07:17:57.000Z","updated_at":"2026-03-19T17:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"c109591d-92a2-4ab6-8aeb-a165515a0803","html_url":"https://github.com/lapikit/lapikit.dev","commit_stats":null,"previous_names":["lapikit/lapikit.dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lapikit/lapikit.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapikit%2Flapikit.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapikit%2Flapikit.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapikit%2Flapikit.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapikit%2Flapikit.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lapikit","download_url":"https://codeload.github.com/lapikit/lapikit.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapikit%2Flapikit.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: 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":["documentation","lapikit","sveltekit"],"created_at":"2026-04-04T06:18:48.387Z","updated_at":"2026-04-04T06:18:48.866Z","avatar_url":"https://github.com/lapikit.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lapikit Monorepo\n\nThis is the monorepo for Lapikit, a Svelte component library and design system. It contains multiple packages, including the core component library, documentation site, and other related tools.\n\n## What is Lapikit?\n\nLapikit is a Svelte component library that provides a set of reusable user interfaces components and design patterns to help developers build consistent and visually appealing web applications quickly. It’s designed to be flexible, customizable and easy to use.\n\nLearn more at [lapikit.dev](https://lapikit.dev) or join our community on [Discord](https://discord.gg/gn9ZGtDtK4).\n\n### Overview\n\nLapikit includes:\n\n- A complete set of components ( buttons, cards, modals, textfields, etc. )\n- Built-in stores\n- Hooks to manages internal states and reusable logic\n- Theming system with light, dark and custom variations\n- Scoped styles to avoid CSS conflicts\n- Typescript support for type safety and autocompletion\n\nEverything is designed for performance, readability, and ease of use.\n\n### Installation\n\nLapikit is available on npm. You can install it using npm, yarn, pnpm or bun:\n\n```bash\nnpm i -D lapikit\n# or\nyarn add -D lapikit\n# or\npnpm add -D lapikit\n# or\nbun add -D lapikit\n```\n\nUse your first component:\n\n```svelte\n\u003cscript lang=\"ts\"\u003e\n  import { Button } from 'lapikit/components';\n\u003c/script\u003e\n\n\u003cButton variant=\"filled\"\u003eClick me\u003c/Button\u003e\n```\n\n### Documentation\n\nYou can find usage guides and component examples at [lapikit.dev](https://lapikit.dev).\n\n### Contributing\n\nContributions are appreciated, whether they involve correcting problems, creating components, or improving documentation.\n\nPlease review the Contributing Guide and the package for further information on how to contribute to Lapikit.\n\nSee [CONTRIBUTING.md](https://github.com/Nycolaide/lapikit/blob/main/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/Nycolaide/lapikit/blob/main/CODE_OF_CONDUCT.md) for details.\n\n### Roadmap\n\nYou can view the upcoming features and milestones on the [Lapikit roadmap](https://lapikit.dev/docs/roadmap).\n\n### Support\n\nIf you’d like to support Lapikit development:\n\n- Star the repository\n- Contribute components or examples\n- Share feedback or report issues on GitHub\n\n### License\n\nLapikit is licensed under the MIT License. See [LICENSE](https://github.com/Nycolaide/lapikit/blob/main/packages/lapikit/LICENSE) for details.\n\n## But what else?\n\n- Documentations : [lapikit.dev/docs/getting-started](https://lapikit.dev/docs/getting-started)\n- Components : [lapikit.dev/docs/components](https://lapikit.dev/docs/components)\n- Author : [nycolaide.dev](https://nycolaide.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapikit%2Flapikit.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flapikit%2Flapikit.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapikit%2Flapikit.dev/lists"}