{"id":17749334,"url":"https://github.com/ryanatkn/fuz","last_synced_at":"2025-09-25T11:51:29.245Z","repository":{"id":218474494,"uuid":"737616414","full_name":"ryanatkn/fuz","owner":"ryanatkn","description":"Svelte UI library 🧶 friendly user zystem","archived":false,"fork":false,"pushed_at":"2024-05-19T14:26:56.000Z","size":1662,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-19T14:52:16.442Z","etag":null,"topics":["css","html","svelte","sveltekit","web"],"latest_commit_sha":null,"homepage":"https://www.fuz.dev/","language":"Svelte","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/ryanatkn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","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},"funding":{"github":"ryanatkn","patreon":"ryanatkn"}},"created_at":"2023-12-31T19:02:27.000Z","updated_at":"2024-05-30T04:31:45.856Z","dependencies_parsed_at":"2024-04-16T19:26:09.635Z","dependency_job_id":"1bb83797-d1d6-4e91-86c6-97a9d593738e","html_url":"https://github.com/ryanatkn/fuz","commit_stats":null,"previous_names":["fuz-dev/fuz","ryanatkn/fuz"],"tags_count":49,"template":false,"template_full_name":"ryanatkn/fuz_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Ffuz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Ffuz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Ffuz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Ffuz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanatkn","download_url":"https://codeload.github.com/ryanatkn/fuz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243276778,"owners_count":20265344,"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":["css","html","svelte","sveltekit","web"],"created_at":"2024-10-26T11:22:51.593Z","updated_at":"2025-09-25T11:51:29.227Z","avatar_url":"https://github.com/ryanatkn.png","language":"Svelte","funding_links":["https://github.com/sponsors/ryanatkn","https://patreon.com/ryanatkn"],"categories":[],"sub_categories":[],"readme":"# Fuz\n\n[\u003cimg src=\"static/logo.svg\" alt=\"a friendly brown spider facing you\" align=\"right\" width=\"192\" height=\"192\"\u003e](https://www.fuz.dev/)\n\n\u003e friendly user zystem 🧶 [fuz.dev](https://www.fuz.dev/)\n\nFuz is a [Svelte](https://svelte.dev/) UI library\nwith components and helpers for making modern websites.\nIt's in early alpha and it will go through many breaking changes.\n\nFuz is being made to support\n[my other projects](https://www.ryanatkn.com/)\nthat focus on end-users.\nFuz emphasizes capability and efficiency and tries to be simple for those goals.\nCompared to most UI libraries, Fuz has fewer conventional features and more opinions.\n\nTo learn more see [the docs](https://www.fuz.dev/docs) and [contributing.md](contributing.md).\nFeel free to take the ideas and code for your own purposes.\n\nThe Svelte components and helpers:\n\n- builds on my CSS framework [Moss](https://github.com/ryanatkn/moss)\n- plain CSS and minimal abstraction\n- near-zero dependencies except for Svelte, SvelteKit, Moss,\n  and my utility library [`@ryanatkn/belt`](https://github.com/ryanatkn/belt)\n  (not all components require SvelteKit but some do import its modules, needs more consideration)\n- not a fully-featured enterprise-ready set of components,\n  it's being developed for the needs of specific projects, though eventually it will fill out\n- should be easy to copy/paste into your projects when you need full control like\n  [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte),\n  I'll look into smoothing this pattern out in the future\n\n## Usage\n\n\u003e ⚠️ Expect a lot of breaking changes. If you want to help stabilize the API,\n\u003e thank you see [contributing.md](contributing.md), your input is appreciated.\n\u003e\n\u003e If you feel comfortable looking at the source code,\n\u003e Fuz is ready to use in your own projects,\n\u003e with the major caveat that there will be a lot of breaking changes ahead.\n\u003e The code is significantly incomplete but I think it's stable enough to use\n\u003e if you're willing to keep up with the relatively fast-moving changelog.\n\n```bash\nnpm i -D @ryanatkn/fuz\n```\n\nFuz uses my style framework [Moss](https://github.com/ryanatkn/moss).\nImport modules at their full paths:\n\n```ts\n// Moss has one main plain CSS stylesheet:\nimport '@ryanatkn/moss/style.css';\n\n// and import a Moss theme:\nimport '@ryanatkn/moss/theme.css'; // or bring your own\n\n// using Gro generates Moss' utility classes stylesheet by default:\nimport '$routes/moss.css';\n\n// then import Fuz Svelte components:\nimport Themed from '@ryanatkn/fuz/Themed.svelte';\n\n// and Fuz TypeScript modules:\nimport {type Theme, themer_context} from '@ryanatkn/fuz/themer.svelte.js';\n```\n\nSee [the library](https://www.fuz.dev/docs) for more.\n\n## Contributing\n\nSee [contributing.md](contributing.md).\n\n## Develop\n\n```bash\nnpm i # node \u003e=20.10\n\n# development\nnpm run dev\n\n# production\nnpm run build\nnpm start\n```\n\nFuz uses [Gro](https://github.com/ryanatkn/gro),\nmy CLI and toolkit that I use to run tasks in all of my projects.\nIf you're not allergic it's handy to install globally.\n\n## License 🐦\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanatkn%2Ffuz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanatkn%2Ffuz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanatkn%2Ffuz/lists"}