SaaSHub helps you find the best software and product alternatives Learn more →
Top 3 JavaScript tagged-template Projects
-
htm
Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
Project mention: How to Convert Supplier CSVs to Shopify/Amazon/WooCommerce Without Uploading to a Server | dev.to | 2026-06-01eBay: 30+ fields (item specifics, variations, shipping) Each schema is a JSON file defining field names, data types, and validation rules. The mapper walks source → target assignments and applies type coercion (string → number, date formatting, etc.) before export. The entire app stays under 200 KB gzipped by avoiding heavy UI libraries. It's built with Preact + htm (no JSX build step) and styled with Tailwind CSS v4. Export & Practical Considerations Export uses the standard Blob + download API. No server round-trip — just an ephemeral click with URL.createObjectURL(). The free tier handles 50 rows, enough to validate the mapping before committing. Column mapping profiles can be saved and reused, which is useful when the same supplier sends weekly inventory files with identical headers. Try It If you deal with supplier files regularly, you might find this useful. SKUMart handles all of this out of the box — just drop a file and export.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
JavaScript tagged-template discussion
JavaScript tagged-template related posts
-
Comptime.ts: compile-time expressions for TypeScript
-
I've been writing web backends and frontends since the 90s. Finally: declarative, dynamic markup done right
-
Ask HN: How do you use React as a library in 2024?
-
React SSR web-server from scratch
-
Gaseous - Yet Another Games Manager
-
Create and Hydrate HTML with HTM
-
Anyone using React from just a CDN, barbarian style?
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2026
Index
What are some of the best open-source tagged-template projects in JavaScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | htm | 9,017 |
| 2 | common-tags | 2,028 |
| 3 | cx-tagged-template | 2 |