{"id":15680705,"url":"https://github.com/lucsoft/webgen","last_synced_at":"2025-06-30T07:34:40.979Z","repository":{"id":36250968,"uuid":"204752205","full_name":"lucsoft/WebGen","owner":"lucsoft","description":"WebGen is a UI Library. Layout and Design in one. No Custom Toolchain","archived":false,"fork":false,"pushed_at":"2025-05-05T00:00:43.000Z","size":1844,"stargazers_count":16,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T01:19:03.802Z","etag":null,"topics":["css","deno","typescript","ui","webgen"],"latest_commit_sha":null,"homepage":"https://lucsoft.de/p/docs","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucsoft.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-27T17:13:24.000Z","updated_at":"2025-04-13T16:23:34.000Z","dependencies_parsed_at":"2025-04-19T19:33:59.936Z","dependency_job_id":"012a37a0-bddf-42e3-ad94-cc55606d05d6","html_url":"https://github.com/lucsoft/WebGen","commit_stats":{"total_commits":410,"total_committers":5,"mean_commits":82.0,"dds":0.06829268292682922,"last_synced_commit":"3f922fc380a87c317c3b5e73f4c0a19a109e0d7f"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2FWebGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2FWebGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2FWebGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2FWebGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucsoft","download_url":"https://codeload.github.com/lucsoft/WebGen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252854405,"owners_count":21814682,"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","deno","typescript","ui","webgen"],"created_at":"2024-10-03T16:43:58.802Z","updated_at":"2025-05-07T09:47:22.505Z","avatar_url":"https://github.com/lucsoft.png","language":"TypeScript","readme":"\u003cimg src=\"https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/assets/webgen.svg\" width=\"25%\" style=\"margin-bottom: 1rem\"\u003e\n\n# WebGen 2.0\n\nA SwiftUI-like Web library\n\n## Getting Started\n\n```ts\n// Create a mod.ts file\nimport { appendBody, Label, WebGenTheme } from \"https://deno.land/x/webgen/mod.ts\";\n\nappendBody(\n    WebGenTheme(\n        Label(\"Hello World!\")\n    )\n);\n```\n\n```ts\n// Create a serve.ts file\nimport { serve } from \"https://deno.land/x/esbuild_serve/mod.ts\";\n\nserve({\n    pages: {\n        \"index\": \"mod.ts\",\n    },\n});\n```\n\n```\ndeno run -A serve.ts\n```\n\nDone! Have fun! More docs will follow\n\n## Architecture\n\nWebGen is build around the 4 main components:\n\n- **Core API**: Bringing layouting, the webgen component pattern and state management.\n- **Navigation API**: Build Applications with multiple pages and navigation based on the global URL and the Navigation API.\n- **Components API**: A set of prebuild components like Button, Checkbox, Image, List, Sheets.\n- **Extended API**: Provides additional features like a scheduler, a network issue resilient fetch/websocket API.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucsoft%2Fwebgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucsoft%2Fwebgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucsoft%2Fwebgen/lists"}