awesome-repositories.com
Blog
MCP
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
·
Back to dylanpiercey/vdo

Open-source alternatives to DylanPiercey Vdo

30 open-source projects similar to dylanpiercey/vdo, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DylanPiercey Vdo alternative.

  • askama-rs/askamaA

    askama-rs/askama

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • ijcd/taggartijcd avatar

    ijcd/taggart

    35View on GitHub↗

    HTML as code in Elixir

    Elixir
    View on GitHub↗35

AI search

Explore more awesome repositories

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

Find more with AI search
  • janl/mustache.jsjanl avatar

    janl/mustache.js

    16,723View on GitHub↗

    Mustache.js is a logic-less JavaScript templating engine and implementation of the Mustache specification. It merges data objects with text templates to generate formatted output, ensuring consistent rendering across different programming languages by forbidding complex logic within the templates. The system distinguishes itself by using a logic-less approach to data binding, relying on simple variable interpolation and conditional block rendering. It supports modularity through partial template inclusion and allows for extended functionality via lambda functions that transform blocks of temp

    JavaScript
    View on GitHub↗16,723
  • jasonmoo/t.jsjasonmoo avatar

    jasonmoo/t.js

    832View on GitHub↗

    A tiny javascript templating framework in ~400 bytes gzipped

    HTML
    View on GitHub↗832
  • jui/mustachexjui avatar

    jui/mustachex

    18View on GitHub↗

    Mustache for Elixir

    Elixir
    View on GitHub↗18
  • junekelly/sneezeJuneKelly avatar

    JuneKelly/sneeze

    62View on GitHub↗

    Render Elixir data-structures to HTML, inspired by Hiccup.

    Elixir
    View on GitHub↗62
  • kaj/ructeK

    kaj/ructe

    0View on GitHub↗
    View on GitHub↗0
  • keats/teraKeats avatar

    Keats/tera

    4,235View on GitHub↗

    Tera is a server-side rendering engine and template engine for Rust. It is designed to generate dynamic text by injecting data into predefined template files, utilizing a syntax compatible with Jinja2 and Django. The engine supports a variety of text generation tasks, including the creation of web pages via HTML rendering, the automation of email templates, and the production of environment-specific configuration files.

    Rustdjangojinja2rust-library
    View on GitHub↗4,235
  • lfairy/maudL

    lfairy/maud

    0View on GitHub↗
    View on GitHub↗0
  • linkedin/dustjslinkedin avatar

    linkedin/dustjs

    2,913View on GitHub↗

    Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML generator, producing consistent output across both client and server environments. The system employs a logic-less template syntax to separate presentation from business logic, utilizing simple tags for iteration and conditional checks. It supports asynchronous data resolution, allowing the rendering process to pause and resume as external data sources respond. The engine provides capabilities for dynamic HTML generation, server-side rendering, and client-side templating. It utiliz

    JavaScript
    View on GitHub↗2,913
  • marko-js/markomarko-js avatar

    marko-js/marko

    14,375View on GitHub↗

    Marko is a component-based web framework and HTML-based template engine used to build reactive user interfaces. It functions as a server-side rendering framework that compiles declarative templates into optimized JavaScript for efficient browser execution. The framework utilizes virtual DOM-less rendering to map template expressions directly to DOM nodes. It employs ahead-of-time template compilation and server-side HTML streaming to send rendered fragments to the client in chunks. The system manages user interfaces through a component-based view hierarchy with reactive data binding and fine

    JavaScriptclient-side-renderingdomfrontend
    View on GitHub↗14,375
  • mde/ejsmde avatar

    mde/ejs

    8,105View on GitHub↗

    EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data into template files. It functions as both a server-side template processor and a client-side rendering engine, allowing for the creation of dynamic markup in both backend and frontend environments. The engine supports the creation of modular web layouts through partial template inclusion, where smaller reusable components are inserted into parent pages. Users can modify the template syntax by defining custom delimiters to avoid conflicts with other languages. The project cove

    JavaScript
    View on GitHub↗8,105
  • mhanberg/templemhanberg avatar

    mhanberg/temple

    509View on GitHub↗

    An HTML DSL for Elixir and Phoenix

    Elixir
    View on GitHub↗509
  • mitsuhiko/minijinjamitsuhiko avatar

    mitsuhiko/minijinja

    2,479View on GitHub↗
    Rustjinjajinja2rust
    View on GitHub↗2,479
  • nandoflorestan/kajikinandoflorestan avatar

    nandoflorestan/kajiki

    51View on GitHub↗

    Kajiki provides fast well-formed XML templates

    Python
    View on GitHub↗51
  • nurugger07/calliopenurugger07 avatar

    nurugger07/calliope

    197View on GitHub↗

    An elixir haml parser

    Elixir
    View on GitHub↗197
  • ohkami-rs/uibeamO

    ohkami-rs/uibeam

    0View on GitHub↗
    View on GitHub↗0
  • olado/dotolado avatar

    olado/doT

    5,043View on GitHub↗

    doT is a compiled JavaScript template engine and rendering system used to generate dynamic text and HTML for both browser-based interfaces and Node.js server-side environments. It transforms template strings into executable JavaScript functions to produce text output across different runtime environments. The system focuses on pre-compiling template source files into standalone JavaScript modules at build time. This process eliminates runtime compilation overhead, increases execution speed, and prevents malicious code injection. The engine supports logic-based interpolation using conditional

    JavaScript
    View on GitHub↗5,043
  • pantor/injapantor avatar

    pantor/inja

    1,948View on GitHub↗

    A Template Engine for Modern C++

    C++header-onlyinjajinja
    View on GitHub↗1,948
  • paularmstrong/swigpaularmstrong avatar

    paularmstrong/swig

    3,096View on GitHub↗

    Take a swig of the best template engine for JavaScript.

    JavaScript
    View on GitHub↗3,096
  • pugjs/pugpugjs avatar

    pugjs/pug

    21,850View on GitHub↗

    Pug is a template engine and compiler that transforms whitespace-sensitive shorthand syntax into standard HTML. It functions as both a Node.js template engine for server-side rendering and a browser-side precompiler for client-side templating. The system converts template files into executable JavaScript functions to increase rendering speed. This allows for the generation of full HTML documents by combining dynamic data and logical structures, either on a server or as standalone JavaScript files for execution directly in the browser. The engine manages the translation process through HTML t

    JavaScript
    View on GitHub↗21,850
  • rshtml/rshtmlR

    rshtml/rshtml

    0View on GitHub↗
    View on GitHub↗0
  • rstacruz/expugrstacruz avatar

    rstacruz/expug

    83View on GitHub↗

    Pug templates for Elixir

    Elixir
    View on GitHub↗83
  • rust-sailfish/sailfishR

    rust-sailfish/sailfish

    0View on GitHub↗
    View on GitHub↗0
  • rwdaigle/exgenrwdaigle avatar

    rwdaigle/exgen

    36View on GitHub↗

    A templating library for generating reusable Elixir projects

    Elixir
    View on GitHub↗36
  • schultyy/mustache.exschultyy avatar

    schultyy/Mustache.ex

    69View on GitHub↗

    Mustache templates for Elixir

    Elixir
    View on GitHub↗69
  • sergioribera/srtemplateS

    SergioRibera/srtemplate

    0View on GitHub↗
    View on GitHub↗0