{"id":48005046,"url":"https://github.com/openanalytics/leptodon","last_synced_at":"2026-04-08T19:03:23.174Z","repository":{"id":345061443,"uuid":"1165534023","full_name":"openanalytics/leptodon","owner":"openanalytics","description":"Your Leptos UI toolkit","archived":false,"fork":false,"pushed_at":"2026-04-08T11:09:12.000Z","size":2562,"stargazers_count":31,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-08T11:18:43.950Z","etag":null,"topics":["leptos","rust","wasm"],"latest_commit_sha":null,"homepage":"https://leptodon.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openanalytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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-24T09:13:38.000Z","updated_at":"2026-04-03T17:32:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/openanalytics/leptodon","commit_stats":null,"previous_names":["openanalytics/leptodon"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/openanalytics/leptodon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fleptodon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fleptodon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fleptodon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fleptodon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openanalytics","download_url":"https://codeload.github.com/openanalytics/leptodon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fleptodon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31569400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["leptos","rust","wasm"],"created_at":"2026-04-04T13:00:18.643Z","updated_at":"2026-04-08T19:03:23.162Z","avatar_url":"https://github.com/openanalytics.png","language":"Rust","readme":"\u003ch1 align=\"center\"\u003e\u003cimg alt=\"Leptodon Logo\" width=\"50%\" src=\"./assets/banner.svg\"\u003e\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eYour \u003ca href=\"https://github.com/leptos-rs\"\u003eLeptos\u003c/a\u003e UI toolkit.\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://crates.io/crates/leptodon\"\u003e\u003cimg alt=\"Latest Version\" src=\"https://img.shields.io/crates/v/leptodon\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/openanalytics/leptodon/blob/main/LICENSE\"\u003e\u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/crates/l/leptodon\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.rs/leptodon/latest/leptodon/\"\u003e\u003cimg alt=\"GitHub Release\" src=\"https://img.shields.io/docsrs/leptodon\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e | \u003ca href=\"https://leptodon.dev\"\u003eDocumentation\u003c/a\u003e | \u003ca href=\"https://github.com/openanalytics/leptodon-starter\"\u003eTemplate\u003c/a\u003e\n\u003c/p\u003e\n\n## Getting started\n1. Clone the [template repository](https://github.com/openanalytics/leptodon-starter).\n2. Pick and place components from [the documentation](https://leptodon.dev).\n\n## Contributing\n1. Please enable the pre-commit hook for code styling.\n2. Use `cargo make mimic-ci` to test locally.\n\n### Development dependencies\nA couple tools are required to work on this project:\n- `cargo-make` for the [Makefile.toml](./Makefile.toml).\n- `cargo-leptos` for serving and building the application.\n- `cargo-nextest` for running the unit tests.\n- `npm` and `playwright` for running the end-to-end tests (there is a nix devenv in [overview/end2end](./overview/end2end)).\n- `licensure` for license header checks.\n\n### Project layout\n- [demo](./demo): leptos-ssr demo application, serves as developer documentation where they can preview demonstrations of Leptodon's components.\n  - [demo/codegen](./demo/codegen): Generates a .tailwind file (containing all Leptodon's source code for Tailwind to generate CSS against).\n- [proc-macros](./proc-macros): Code generation for the demo, see the [demo README](./demo/README.md) for more information on how this is used.\n- [overview](./overview): leptos-ssr testing application, a suite of [playwright](https://playwright.dev/) tests is ran against this application, also serves as development zone for new components.\n  - [overview/end2end](./overview/end2end): The aforementioned playwright tests.\n  - [overview/codegen](./overview/codegen): Generates both the .tailwind file (containing all Leptodon's source code for Tailwind to generate CSS against) as well as an IconList component.\n\n\n## Credits\n- [ThawUI](https://thawui.vercel.app/): component architecture inspiration + utilities [Copyright (c) 2023 lizidev]\n- [Flowbite](https://flowbite.com/docs/getting-started/introduction/): general UI design [Copyright (c) Themesberg (Bergside Inc.)]\n","funding_links":[],"categories":["Components"],"sub_categories":["Unofficial"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fleptodon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenanalytics%2Fleptodon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fleptodon/lists"}