Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of gurgunday/ghtml

Account's avatar
fastify/pre-commit
Automatically install pre-commit hooks for your npm modules.
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
gurgunday/grules
A carefully curated subset of JavaScript that focuses on harmony.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

gurgunday's profile
gurgunday
183 contributions
dependabot[bot]'s profile
dependabot[bot]
6 contributions
lirantal's profile
lirantal
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
gurgunday

gurgunday/ghtml

Replace your template engine with fast JavaScript by leveraging the power of tagged templates

JavaScript
73
6
MIT License

gHTML is a tiny, dependency‑free JavaScript library that lets developers write HTML templates using tagged template literals. It automatically escapes interpolated values (with an optional `!` prefix to bypass escaping) and provides generator‑based versions for streaming or async rendering, making it a fast, drop‑in replacement for traditional template engines in both browser and Node.js environments. It’s aimed at web developers who need high‑performance server‑side or client‑side HTML rendering without the overhead of larger frameworks like React.