{"id":14992343,"url":"https://github.com/slint-ui/madewithslint","last_synced_at":"2025-09-25T14:31:10.892Z","repository":{"id":175688377,"uuid":"654323580","full_name":"slint-ui/madewithslint","owner":"slint-ui","description":"This is the website repo listing awesome applications built with Slint (https://github.com/slint-ui/slint)","archived":false,"fork":false,"pushed_at":"2024-10-25T06:36:26.000Z","size":42613,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-25T10:08:26.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://madewithslint.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slint-ui.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}},"created_at":"2023-06-15T22:01:59.000Z","updated_at":"2024-10-25T06:36:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"437f14c5-5e86-47a0-a29b-49cf10fa4d44","html_url":"https://github.com/slint-ui/madewithslint","commit_stats":null,"previous_names":["slint-ui/madewithslint"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slint-ui%2Fmadewithslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slint-ui%2Fmadewithslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slint-ui%2Fmadewithslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slint-ui%2Fmadewithslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slint-ui","download_url":"https://codeload.github.com/slint-ui/madewithslint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234200177,"owners_count":18795139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-09-24T15:00:57.806Z","updated_at":"2025-09-25T14:31:08.506Z","avatar_url":"https://github.com/slint-ui.png","language":"HTML","funding_links":[],"categories":["GUI"],"sub_categories":[],"readme":"# About\n\n![#MadeWithSlint](./assets/img/MadeWithSlint-logo-light.svg#gh-light-mode-only)![#MadeWithSlint](./assets/img/MadeWithSlint-logo-dark.svg#gh-dark-mode-only)\n\nThis is the repository that showcases applications #MadeWithSlint\n\n## Add a new entry\n\nEach entry is composed of the following fields:\n\n### Mandatory\n\n- Application Title\n- Application Company: Name of company or Individual\n- Application Description\n- Application Image\n- Application Image Alt text\n- Class Style: Size of the card\n\n### Optional\n\n- Application Quote\n- Application Quote Author\n- Git Link\n- Preview Link\n- Doc Link\n- Success Story Link\n- License Text\n- License Type\n\nCreate a PR to add the above info in the following JSON structure in showcases.json\n\n```json\n{\n      \"app_title\": \"Application Name\",\n      \"app_company\": \"Application Author\",\n      \"app_description\": \"Application Description\",\n      \"app_quote\": \"Quote from Author\",\n      \"app_quote_author\": \"Name of Author, Job Title\",\n      \"image_src\": \"URL to Application screenshot\",\n      \"image_alt\": \"Alt text for image\",\n      \"class_style\": \"Size of card (col-3-row-3, col-3-row-2, col-2-row-2, col-2-row-1, col-1-row-1)\",\n      \"git_link\": \"URL to Git repo\",\n      \"preview_link\": \"URL to WASM binary\",\n      \"doc_link\": \"URL to Product page\",\n      \"license_text\": \"Type of license (Proprietary License, MIT, BSD, etc.)\",\n      \"license_type\": \"Type of license (closed, open-source, dual)\",\n      \"story_link\": \"URL to success story\"\n    }\n```\n\nSee example below for Cargo UI\n\n```json\n{\n        \"app_title\": \"Cargo UI\",\n        \"app_company\": \"SixtyFPS GmbH\",\n        \"app_description\": \"A GUI frontend for Cargo\",\n        \"app_quote\": \"\",\n        \"image_src\": \"https://madewithslint.com/assets/img/madewithslint-cargoui.png\",\n        \"image_alt\": \"Screenshot of Cargo UI\",\n        \"class_style\": \"col-3-row-1\",\n        \"git_link\": \"https://github.com/slint-ui/cargo-ui/\",\n        \"preview_link\": \"\",\n        \"doc_link\": \"\",\n        \"license_text\": \"MIT, Apache 2.0\",\n        \"license_type\": \"open-source\",\n        \"story_link\": \"\"\n      }\n```\n\n## Test Locally\n\nRun the command\n\n```shell\npython3 generate_html.py\n```\n\nand then run http.server\n\n```shell\npython3 -m http.server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslint-ui%2Fmadewithslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslint-ui%2Fmadewithslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslint-ui%2Fmadewithslint/lists"}