{"id":37057805,"url":"https://github.com/oklar/htmb","last_synced_at":"2026-01-14T06:32:11.183Z","repository":{"id":284255271,"uuid":"946181339","full_name":"oklar/htmb","owner":"oklar","description":"A language agnostic hypertext markup builder","archived":false,"fork":false,"pushed_at":"2025-10-25T15:15:39.000Z","size":70,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-08T06:50:15.377Z","etag":null,"topics":["htmb","html","hypertext","markup"],"latest_commit_sha":null,"homepage":"","language":"C","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/oklar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-10T18:32:02.000Z","updated_at":"2025-10-25T15:15:43.000Z","dependencies_parsed_at":"2025-05-26T22:21:22.320Z","dependency_job_id":"abfb00c7-5349-408b-804a-1c7eda2d31ad","html_url":"https://github.com/oklar/htmb","commit_stats":null,"previous_names":["oklar/htmb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oklar/htmb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oklar%2Fhtmb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oklar%2Fhtmb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oklar%2Fhtmb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oklar%2Fhtmb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oklar","download_url":"https://codeload.github.com/oklar/htmb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oklar%2Fhtmb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"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":["htmb","html","hypertext","markup"],"created_at":"2026-01-14T06:32:10.736Z","updated_at":"2026-01-14T06:32:11.178Z","avatar_url":"https://github.com/oklar.png","language":"C","readme":"# HTMB - Hypertext Markup Builder\n\nA minimalistic library for building HTML structures using pure functions. HTMB provides a clean, simple API for generating HTML for as many programming languages as possible.\n\n\n## Implementations\n\nHTMB is available in multiple languages:\n\n- [C](c/)\n- [C#](cs/HtmbLibrary/)\n- [JavaScript](js/)\n- [...?](https://github.com/oklar/htmb/pulls)\n\n## Core Concept\n\nHTMB uses a functional approach to HTML generation, representing elements as function calls:\n\n```\n// Pseudocode example\ndiv(\n  h1(\"Hello World\"),\n  p(\"Welcome to HTMB\")\n)\n```\n\nThis produces HTML like:\n\n```html\n\u003cdiv\u003e\n  \u003ch1\u003eHello World\u003c/h1\u003e\n  \u003cp\u003eWelcome to HTMB\u003c/p\u003e\n\u003c/div\u003e\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foklar%2Fhtmb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foklar%2Fhtmb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foklar%2Fhtmb/lists"}