{"id":15004326,"url":"https://github.com/dgv/zig-htmx-tailwind-example","last_synced_at":"2025-07-15T16:37:01.558Z","repository":{"id":257484306,"uuid":"853537103","full_name":"dgv/zig-htmx-tailwind-example","owner":"dgv","description":"Example CRUD app written in Zig + HTMX + Tailwind CSS ","archived":false,"fork":false,"pushed_at":"2025-07-06T01:52:50.000Z","size":161,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-15T08:53:05.822Z","etag":null,"topics":["crud","crud-application","htmx","htmx-app","tailwind","web","zig","ziglang","zmpl"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/dgv.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}},"created_at":"2024-09-06T21:24:53.000Z","updated_at":"2025-07-13T17:10:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9ac7df6-89fd-48ab-a77c-21c901f775c8","html_url":"https://github.com/dgv/zig-htmx-tailwind-example","commit_stats":null,"previous_names":["dgv/zig-htmx-tailwind-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dgv/zig-htmx-tailwind-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgv%2Fzig-htmx-tailwind-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgv%2Fzig-htmx-tailwind-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgv%2Fzig-htmx-tailwind-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgv%2Fzig-htmx-tailwind-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgv","download_url":"https://codeload.github.com/dgv/zig-htmx-tailwind-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgv%2Fzig-htmx-tailwind-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265445419,"owners_count":23766472,"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":["crud","crud-application","htmx","htmx-app","tailwind","web","zig","ziglang","zmpl"],"created_at":"2024-09-24T19:00:51.846Z","updated_at":"2025-07-15T16:37:01.545Z","avatar_url":"https://github.com/dgv.png","language":"Zig","funding_links":[],"categories":["Examples by Back-end"],"sub_categories":["Zig"],"readme":"# zig-htmx-tailwind-example\n[![zig version](https://img.shields.io/badge/0.14.1-orange?style=flat\u0026logo=zig\u0026label=Zig\u0026color=%23eba742)](https://ziglang.org/download/)\n[![reference Zig](https://img.shields.io/badge/deps%20-2-orange?color=%23eba742)](https://github.com/dgv/zig-htmx-tailwind-example/blob/main/build.zig.zon)\n[![htmx version](https://img.shields.io/badge/2.0.6-blue?style=flat\u0026logo=htmx\u0026label=htmx\u0026color=%233366cc)](https://github.com/bigskysoftware/htmx/releases)\n[![build](https://github.com/dgv/zig-htmx-tailwind-example/actions/workflows/build.yml/badge.svg)](https://github.com/dgv/zig-htmx-tailwind-example/actions/workflows/build.yml)\n[![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n![screenshot](https://github.com/dgv/zig-htmx-tailwind-example/blob/main/screenshot.png)\n\nExample CRUD app written in Zig + HTMX + Tailwind CSS\n\nThis project implements a pure dynamic web app with SPA-like features but without heavy complex Javascript or frameworks to keep up with. Just HTML/CSS + Zig ⚡\n\n### Usage\n\n```bash\n# Clone the repo\n$ git clone https://github.com/dgv/zig-htmx-tailwind-example\n$ cd zig-htmx-tailwind-example\n\n# Run the server\n$ zig build run\n\n# Build the binary (default: ./zig-out/bin/zig-htmx-tailwind-example)\n$ zig build\n```\n\n**Environmental Variables**\n```\nADDR Binding Address (default: 127.0.0.1)\nPORT Binding Port (default: 3000)\n```\n\n### Dockerfile\n\nI provide this just to easily deploy on a local server.\n\n```bash shell\n$ docker build -t zig-htmx-tailwind-example .\n$ docker run -p 3000:3000 zig-htmx-tailwind-example\n```\n\n### Tailwind\n\nYou can use [tailwindcss cli](https://tailwindcss.com/docs/installation) to regenerate the css asset:\n```bash\n$ tailwindcss -i css/input.css -o css/output.css --minify\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgv%2Fzig-htmx-tailwind-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgv%2Fzig-htmx-tailwind-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgv%2Fzig-htmx-tailwind-example/lists"}