{"id":15208951,"url":"https://github.com/willmartian/hdot","last_synced_at":"2025-07-25T09:10:50.702Z","repository":{"id":42427357,"uuid":"471436528","full_name":"willmartian/hdot","owner":"willmartian","description":"A zero-dependency, buildless, terse, and type-safe way to write HTML in JavaScript.","archived":false,"fork":false,"pushed_at":"2025-05-30T19:55:11.000Z","size":706,"stargazers_count":34,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T11:17:06.719Z","etag":null,"topics":["eleventy","html","jamstack","javascript","minify","template-engine","templates","typescript"],"latest_commit_sha":null,"homepage":"https://hdot.dev/","language":"TypeScript","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/willmartian.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}},"created_at":"2022-03-18T16:16:36.000Z","updated_at":"2025-05-30T19:55:15.000Z","dependencies_parsed_at":"2022-09-10T14:41:12.960Z","dependency_job_id":null,"html_url":"https://github.com/willmartian/hdot","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/willmartian/hdot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmartian%2Fhdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmartian%2Fhdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmartian%2Fhdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmartian%2Fhdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willmartian","download_url":"https://codeload.github.com/willmartian/hdot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmartian%2Fhdot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266983523,"owners_count":24016559,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eleventy","html","jamstack","javascript","minify","template-engine","templates","typescript"],"created_at":"2024-09-28T07:05:04.014Z","updated_at":"2025-07-25T09:10:50.658Z","avatar_url":"https://github.com/willmartian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hdot\n\nA sensible way to write HTML in JavaScript.\n\n- **Type-safe.** Helps you follow the HTML spec.\n- **Terse.** Almost character for character with plain HTML.\n- **Buildless.** Runs in the browser, the server, the gym.\n- **Tiny.** ~900 bytes (minified and gzipped). No dependencies.\n  [Size Limit](https://github.com/ai/size-limit) controls the size.\n\n\\* _not affiliated with the Hawaii Department of Transportation_\n\n## [Read the docs](https://hdot.dev/)\n\n```js\nimport { h } from \"hdot\";\n\nh.div(\n  h.h1`hdot`,\n  h.p`Type-safe HTML templates`,\n  h.a.href(\"https://hdot.dev\")`Read the docs.`\n);\n```\n\n```html\n\u003cdiv\u003e\n  \u003ch1\u003ehdot\u003c/h1\u003e\n  \u003cp\u003eType-safe HTML templates\u003c/p\u003e\n  \u003ca href=\"https://hdot.dev\"\u003eRead the docs.\u003c/a\u003e\n\u003c/div\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmartian%2Fhdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillmartian%2Fhdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmartian%2Fhdot/lists"}