{"id":30415632,"url":"https://github.com/xmlui-org/xmlui","last_synced_at":"2026-05-04T11:03:07.274Z","repository":{"id":305124205,"uuid":"838829422","full_name":"xmlui-org/xmlui","owner":"xmlui-org","description":"A framework for building user interfaces declaratively, with XML markup and flexible theming","archived":false,"fork":false,"pushed_at":"2026-04-27T14:10:30.000Z","size":200285,"stargazers_count":208,"open_issues_count":22,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-27T14:12:19.598Z","etag":null,"topics":["ui-framework","webapp","webapplication","webapps","xml"],"latest_commit_sha":null,"homepage":"","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/xmlui-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-08-06T12:29:14.000Z","updated_at":"2026-04-27T14:10:41.000Z","dependencies_parsed_at":"2025-08-12T06:04:48.817Z","dependency_job_id":"e73d9ae7-5810-4e86-9423-1ba1a68c45e7","html_url":"https://github.com/xmlui-org/xmlui","commit_stats":null,"previous_names":["xmlui-org/xmlui","xmlui-com/xmlui"],"tags_count":451,"template":false,"template_full_name":null,"purl":"pkg:github/xmlui-org/xmlui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlui-org%2Fxmlui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlui-org%2Fxmlui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlui-org%2Fxmlui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlui-org%2Fxmlui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmlui-org","download_url":"https://codeload.github.com/xmlui-org/xmlui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlui-org%2Fxmlui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32604587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["ui-framework","webapp","webapplication","webapps","xml"],"created_at":"2025-08-22T04:02:47.098Z","updated_at":"2026-05-04T11:03:07.251Z","avatar_url":"https://github.com/xmlui-org.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![NPM Version](https://img.shields.io/npm/v/xmlui?color=blue)\n![Components](https://img.shields.io/badge/Components-92-brightgreen)\n![Extension packages](https://img.shields.io/badge/Extension%20packages-7-brightgreen)\n![Theme variables](https://img.shields.io/badge/theme%20variables-3639-brightgreen)\n\n# XMLUI\n\n\n**XMLUI** is a framework for building user interfaces declaratively, with XML markup and flexible theming.\n\n**Easy to create**. Build on the web platform with little or no knowledge of React or CSS.\n\n**Clean and modern**. Enjoy themes that look great out of the box and are easy to modify. Create experiences that meet expectations for modern web apps.\n\n**Connected**. Read and write APIs with little or no scripting.\n\n**Modular**. Use a comprehensive suite of [components](https://docs.xmlui.org/components/_overview) that you can extend with — again! — little or no scripting.\n\n**Easy to deploy**. Just drop a handful of files onto a static webserver.\n\n## See it in action\n\n```xml\n\u003cApp\u003e\n  \u003cSelect id=\"lines\" initialValue=\"bakerloo\"\u003e\n    \u003cItems data=\"https://api.tfl.gov.uk/line/mode/tube/status\"\u003e\n        \u003cOption value=\"{$item.id}\" label=\"{$item.name}\" /\u003e\n    \u003c/Items\u003e\n  \u003c/Select\u003e\n  \u003cDataSource\n    id=\"tubeStations\"\n    url=\"https://api.tfl.gov.uk/Line/{lines.value}/Route/Sequence/inbound\"\n    resultSelector=\"stations\"/\u003e\n  \u003cTable data=\"{tubeStations}\" height=\"280px\"\u003e\n    \u003cColumn bindTo=\"name\" /\u003e\n    \u003cColumn bindTo=\"modes\" /\u003e\n  \u003c/Table\u003e\n\u003c/App\u003e\n```\n\n![xmlui](https://github.com/user-attachments/assets/93523e15-be19-47d1-913d-d8016c1e44e4)\n\n\n## Getting started\n\nThe fastest way to get started with XMLUI is to [download our starter kit](https://github.com/xmlui-org/xmlui-invoice/releases), which includes the XMLUI engine and `XMLUI Invoice` - a complete business application that demonstrates key features and common patterns.\n\n### What's included\n\nXMLUI Invoice: A complete business application with client and product management, invoice creation and tracking, search, and charts.\n\nXMLUI engine: The core framework file.\n\nXMLUI test server: A simple server to run the app.\n\n### Quick start\n\nExtract the files to a working folder and run the start script.\n\n### See also\n\nVisit [demo.xmlui.org](https://demo.xmlui.org) to explore a gallery of components.\n\nVisit [docs.xmlui.org](https://docs.xmlui.org) for an introduction, a tutorial, and full documentation. The documentation site is itself an XMLUI app!\n\n\u003ca href=\"https://docs.xmlui.org\"\u003e\u003cimg width=\"1285\" alt=\"image\" src=\"https://github.com/user-attachments/assets/9a54ae74-4f45-4079-a5d4-142e23fb4134\" /\u003e\u003c/a\u003e\n\n\n## Contributing\n\nWe welcome contributions! If you have ideas for new features, suggestions, or find a bug, please open an issue. Pull requests are also encouraged. (Please read our [Contribution Guidelines](./CONTRIBUTING.md) before contributing.)\n\n## Feature Requests\n\nHave a feature request? Here's how to submit it:\n\nIf your feature request is not already listed in the [Issues](https://github.com/xmlui-org/xmlui/issues) section, please follow these steps:\n\n1. Click on the link below to open the feature request template.\n2. Fill out the template with as much detail as possible.\n3. Submit the issue.\n\n[New feature request](https://github.com/xmlui-org/xmlui/issues/new?template=feature_request.md)\n\n## Bug Reports\n\nHave you found a bug? Here's how to report it:\n\n1. Click on the link below to open the bug report template.\n2. Fill out the template with as much detail as possible.\n3. Submit the issue.\n\n[New bug report](https://github.com/xmlui-org/xmlui/issues/new?template=bug_report.md)\n\n## License\n\nXMLUI is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.\n\n## Attribution\n\nXMLUI was stared as an internal project at [/n software](https://nsoftware.com) which is the primary sponsor and source of funding for this open source project.\n\nOur virtualized components and data management mechanisms would not be as simple, performant, and powerful without the help of a few [TanStack](https://github.com/TanStack) projects, such as [query](https://github.com/TanStack/query), [table](https://github.com/TanStack/table), and others. We appreciate their outstanding work!\n\nWe based some of our essential components on [Radix UI](https://www.radix-ui.com/) components and involved some of the architectural approaches they used in their project. Thanks to all project contributors for their excellent work.\n\nWe loved the simple and beautiful UI style used by the [Tabler.io](https://tabler.io/) project; it illuminated our component design and theming. Thanks to [Paweł Kuna](https://github.com/codecalm) for this inspiration.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlui-org%2Fxmlui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmlui-org%2Fxmlui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlui-org%2Fxmlui/lists"}