{"id":26324581,"url":"https://github.com/webtui/webtui","last_synced_at":"2026-06-13T18:01:15.940Z","repository":{"id":280904482,"uuid":"942928395","full_name":"webtui/webtui","owner":"webtui","description":"Modular CSS Library that brings the beauty of Terminal UIs to the browser","archived":false,"fork":false,"pushed_at":"2026-06-13T16:19:01.000Z","size":6501,"stargazers_count":2368,"open_issues_count":0,"forks_count":46,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-06-13T17:26:19.548Z","etag":null,"topics":["astro","css","terminal","theme","ui","ui-library"],"latest_commit_sha":null,"homepage":"https://webtui.ironclad.sh","language":"MDX","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/webtui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"webtui","open_collective":"webtui"}},"created_at":"2025-03-04T22:46:48.000Z","updated_at":"2026-06-13T16:15:30.000Z","dependencies_parsed_at":"2025-05-13T14:45:07.941Z","dependency_job_id":"43c4e423-d9ea-4365-9579-dadd1d6ff31a","html_url":"https://github.com/webtui/webtui","commit_stats":null,"previous_names":["ironcladdev/monohype","postdash/postdash","ricersheet/ricersheet","webtui/webtui"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/webtui/webtui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtui%2Fwebtui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtui%2Fwebtui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtui%2Fwebtui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtui%2Fwebtui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webtui","download_url":"https://codeload.github.com/webtui/webtui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webtui%2Fwebtui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34294415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["astro","css","terminal","theme","ui","ui-library"],"created_at":"2025-03-15T18:02:09.735Z","updated_at":"2026-06-13T18:01:15.923Z","avatar_url":"https://github.com/webtui.png","language":"MDX","funding_links":["https://github.com/sponsors/webtui","https://opencollective.com/webtui"],"categories":["MDX"],"sub_categories":[],"readme":"# WebTUI\n\nModular CSS Library that brings the beauty of Terminal UIs to the browser\n\n- Docs: https://webtui.ironclad.sh\n- Examples: https://webtui.ironclad.sh/showcase\n- Chat/Support/Community (Signal): https://webtui.ironclad.sh/chat\n\n## Quickstart\n\nInstall the base WebTUI package with your preferred package manager\n\n```bash\nbun i @webtui/css\nnpm i @webtui/css\nyarn add @webtui/css\npnpm install @webtui/css\n```\n\nIn your global CSS file, define the order of layers then import the library\n\n```css\n@layer base, utils, components;\n\n@import '@webtui/css';\n```\n\nStart using the library in your HTML\n\n```html\n\u003cbutton\u003eclick\u003c/button\u003e\n\u003cbutton size-=\"large\"\u003eclick me too\u003c/button\u003e\n\u003cdiv box-=\"square\"\u003e\n    \u003cp\u003econtent\u003c/p\u003e\n\u003c/div\u003e\n```\n\nFor more detailed installation instructions, see the [installation guide](https://webtui.ironclad.sh/start/installation) and [framework-specific installations](https://webtui.ironclad.sh/start/installation)\n\n## Packages\n\nAll the officially-maintained packages in the monorepo\n\n- [@webtui/css](https://npmjs.com/package/@webtui/css)\n- [@webtui/plugin-nf](https://npmjs.com/package/@webtui/plugin-nf)\n- [@webtui/theme-catppuccin](https://npmjs.com/package/@webtui/theme-catppuccin)\n- [@webtui/theme-gruvbox](https://npmjs.com/package/@webtui/theme-gruvbox)\n- [@webtui/theme-nord](https://npmjs.com/package/@webtui/theme-nord)\n- [@webtui/theme-vitesse](https://npmjs.com/package/@webtui/theme-vitesse)\n- [@webtui/theme-everforest](https://npmjs.com/package/@webtui/theme-everforest)\n\n## Development\n\nThis repository is a monorepo that contains the website and all the official WebTUI packages.\n\n1. Ensure [Bun](https://bun.sh/) is installed\n2. Clone the repository\n    ```bash\n    git clone https://github.com/webtui/webtui\n    ```\n3. Install dependencies\n    ```bash\n    bun i\n    ```\n4. Build the project\n    ```bash\n    bun run build\n    ```\n4. Start the dev server\n    ```bash\n    bun run dev\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebtui%2Fwebtui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebtui%2Fwebtui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebtui%2Fwebtui/lists"}