awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DylanPiercey avatar

DylanPiercey/vdo

0
View on GitHub↗
83 stars·5 forks·JavaScript·2 views

Vdo

The lightweight JSX compatible templating engine. Perfect for creating html strings server side or in browser.

Features

  • Templating Engines - Minimal JSX-compatible HTML templating engine.

Star history

Star history chart for dylanpiercey/vdoStar history chart for dylanpiercey/vdo

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Vdo

Similar open-source projects, ranked by how many features they share with Vdo.
  • blueimp/javascript-templatesblueimp avatar

    blueimp/JavaScript-Templates

    1,718View on GitHub↗

    1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.

    JavaScript
    View on GitHub↗1,718
  • cobalt-org/liquid-rustC

    cobalt-org/liquid-rust

    0View on GitHub↗
    View on GitHub↗0
  • handlebars-lang/handlebars.jshandlebars-lang avatar

    handlebars-lang/handlebars.js

    18,640View on GitHub↗

    Handlebars.js is a JavaScript templating engine and logic-less template library used to generate HTML or text by merging data objects with templates. It utilizes an abstract syntax tree parser to transform template strings into executable JavaScript functions. The system separates data from presentation by restricting complex logic to external helper functions rather than the template itself. It features a precompiled template compiler that converts templates into functions before deployment to increase execution speed and reduce startup latency. The engine covers a broad range of content ge

    JavaScripthandlebarsmustachetemplates
    View on GitHub↗18,640
  • askama-rs/askamaA

    askama-rs/askama

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Vdo→

Frequently asked questions

What does dylanpiercey/vdo do?

The lightweight JSX compatible templating engine. Perfect for creating html strings server side or in browser.

What are the main features of dylanpiercey/vdo?

The main features of dylanpiercey/vdo are: Templating Engines.

What are some open-source alternatives to dylanpiercey/vdo?

Open-source alternatives to dylanpiercey/vdo include: blueimp/javascript-templates — 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side… cobalt-org/liquid-rust. handlebars-lang/handlebars.js — Handlebars.js is a JavaScript templating engine and logic-less template library used to generate HTML or text by… ijcd/taggart — HTML as code in Elixir. janl/mustache.js — Mustache.js is a logic-less JavaScript templating engine and implementation of the Mustache specification. It merges… askama-rs/askama.