{"id":48375962,"url":"https://github.com/sonjek/go-full-stack-example","last_synced_at":"2026-04-05T18:33:40.837Z","repository":{"id":228658367,"uuid":"774519750","full_name":"sonjek/go-full-stack-example","owner":"sonjek","description":"Example CRUD app based on Go + templ + \u003c/\u003ehtmx + PicoCSS + Ionicons","archived":false,"fork":false,"pushed_at":"2026-04-04T11:42:51.000Z","size":1945,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T13:23:19.749Z","etag":null,"topics":["example-code","example-project","go","golang","htmx","htmx-app","htmx-notes","picocss","servemux","server-side-rendering","templ"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sonjek.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":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}},"created_at":"2024-03-19T17:32:52.000Z","updated_at":"2026-04-04T11:42:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"92121136-e184-4919-b36d-99190a8dffdc","html_url":"https://github.com/sonjek/go-full-stack-example","commit_stats":null,"previous_names":["sonjek/go-templ-htmx-picocss-example","sonjek/go-templ-gorm-htmx-picocss-example","sonjek/go-full-stack-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sonjek/go-full-stack-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonjek%2Fgo-full-stack-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonjek%2Fgo-full-stack-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonjek%2Fgo-full-stack-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonjek%2Fgo-full-stack-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonjek","download_url":"https://codeload.github.com/sonjek/go-full-stack-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonjek%2Fgo-full-stack-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31446527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["example-code","example-project","go","golang","htmx","htmx-app","htmx-notes","picocss","servemux","server-side-rendering","templ"],"created_at":"2026-04-05T18:33:40.180Z","updated_at":"2026-04-05T18:33:40.829Z","avatar_url":"https://github.com/sonjek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-full-stack-example\n\nExample of full-stack Go based Web app\n\n[![GO](https://img.shields.io/badge/go-%233366CC.svg?logo=go\u0026logoColor=white)](https://go.dev) [![templ](https://img.shields.io/badge/templ-%233366CC.svg?logo=htmx\u0026logoColor=white)](https://github.com/a-h/templ) [![HTMX](https://img.shields.io/badge/htmx-%233366CC.svg?logo=htmx\u0026logoColor=white)](https://github.com/bigskysoftware/htmx) [![SQLite](https://img.shields.io/badge/sqlite-%233366CC.svg?logo=sqlite\u0026logoColor=white)](https://gitlab.com/cznic/sqlite) [![GORM](https://img.shields.io/badge/gorm-%233366CC.svg?logo=sqlite\u0026logoColor=white)](https://github.com/go-gorm/gorm) [![tailwindcss](https://img.shields.io/badge/tailwindcss-%233366CC.svg?logo=tailwindcss\u0026logoColor=white)](https://github.com/tailwindlabs/tailwindcss) [![daisyui](https://img.shields.io/badge/daisyui-%233366CC.svg?logo=daisyui\u0026logoColor=white)](https://daisyui.com) [![ionicons](https://img.shields.io/badge/ionicons-%233366CC.svg?logo=ionic\u0026logoColor=white)](https://github.com/ionic-team/ionicons)\n\n\nFeatures:\n- Comfortable and flexible component based templates via [templ](https://github.com/a-h/templ)\n- CRUD functionality (Create, Read, Update, and Delete entries)\n- Persistent storage via [SQLite](https://gitlab.com/cznic/sqlite) + ORM ([gorm](https://github.com/go-gorm/gorm))\n- Error handling on server and user interface side\n- Infinite Scrolling via lazy loading\n- User friendly interface\n- Interactive Modals for better UX\n- Native light and dark mode support\n- Preserve static files\n\n## Quick start\n\n```bash\n# 1. Clone this repository\ngit clone https://github.com/sonjek/go-full-stack-example \u0026\u0026 cd go-full-stack-example\n\n# 2. Run (with hot-reload)\nmake dev\n\n# Or run (without hot-reload)\nmake start\n\n# Or build a binary and run\nmake build \u0026\u0026 bin/app\n```\n\nThe server starts on `:8089`.\n\nThe SQLite database is created automatically and migrations are applied on startup.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonjek%2Fgo-full-stack-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonjek%2Fgo-full-stack-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonjek%2Fgo-full-stack-example/lists"}