{"id":37185007,"url":"https://github.com/yaoguangduan/nicegoi","last_synced_at":"2026-01-14T21:23:41.955Z","repository":{"id":252792294,"uuid":"841472116","full_name":"yaoguangduan/nicegoi","owner":"yaoguangduan","description":"Create web-based user interfaces with golang,like nicegui","archived":false,"fork":false,"pushed_at":"2024-08-17T06:52:31.000Z","size":17998,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-17T16:01:16.305Z","etag":null,"topics":["golang","gui","nicegui","vue","wails","web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaoguangduan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-12T13:27:52.000Z","updated_at":"2024-08-17T06:52:34.000Z","dependencies_parsed_at":"2024-08-12T15:33:06.408Z","dependency_job_id":"6b4491dc-d1c1-4253-9a50-45ef186cca10","html_url":"https://github.com/yaoguangduan/nicegoi","commit_stats":null,"previous_names":["yaoguangduan/nicegoi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaoguangduan/nicegoi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoguangduan%2Fnicegoi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoguangduan%2Fnicegoi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoguangduan%2Fnicegoi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoguangduan%2Fnicegoi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaoguangduan","download_url":"https://codeload.github.com/yaoguangduan/nicegoi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoguangduan%2Fnicegoi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["golang","gui","nicegui","vue","wails","web"],"created_at":"2026-01-14T21:23:41.287Z","updated_at":"2026-01-14T21:23:41.939Z","avatar_url":"https://github.com/yaoguangduan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### NiceGoi\nNiceGOI is an easy-to-use, Golang-based UI framework, which shows up in your web browser. You can create buttons,inputs,card and much more.\n\nIt is great for micro web apps,tools app.\n\n##### run belong command to see demo:\n```shell\ngo run github.com/yaoguangduan/nicegoi/cmd/nicegoi_demo@latest\n```\n\n##### Features\n- write like native gui,use like web server\n- browser-based graphical user interface\n- standard GUI elements like label, button, checkbox, switch, slider, input\n\n##### Usage\n\n```go\npackage main\n\nimport (\n\t\"github.com/yaoguangduan/nicegoi\"\n)\n\ntype Home struct {\n}\n\nfunc (t *Home) Name() string {\n\treturn \"\"\n}\n\nfunc (t *Home) Layout(ctx nicegoi.PageContext) {\n\tinput := ctx.Input(nil)\n\tbtn := ctx.Button(\"Click Me!\", func(self *nicegoi.Button) {\n\t\tis := input.GetValue()\n\t\tif is == \"\" {\n\t\t\tself.Ctx().MsgInfo(\"hello world\")\n\t\t} else {\n\t\t\tself.Ctx().MsgSuccess(\"hello \" + is)\n\t\t}\n\t})\n\tctx.Box(input, btn).Vertical()\n}\n\nfunc main() {\n\tnicegoi.Run(new(Home))\n}\n\n\n```\n\n##### Showcase\n\n###### buttons\n![Button](./docs/buttons.png)\n###### inputs\n![Input](./docs/inputs.png)\n###### links\n![Link](./docs/links.png)\n###### tags\n![tag](./docs/tags.png)\n###### tag-input\n![ti](./docs/tag-inputs.png)\n###### progress\n![progress](./docs/progress.png)\n\n###### add more...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaoguangduan%2Fnicegoi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaoguangduan%2Fnicegoi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaoguangduan%2Fnicegoi/lists"}