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
·
Back to blueimp/javascript-templates

Open-source alternatives to JavaScript Templates

30 open-source projects similar to blueimp/javascript-templates, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best JavaScript Templates alternative.

  • 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
  • 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
  • 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
  • sstephenson/ecosstephenson avatar

    sstephenson/eco

    1,697View on GitHub↗

    Embedded CoffeeScript templates

    CoffeeScript
    View on GitHub↗1,697

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
  • jasonmoo/t.jsjasonmoo avatar

    jasonmoo/t.js

    832View on GitHub↗

    A tiny javascript templating framework in ~400 bytes gzipped

    HTML
    View on GitHub↗832
  • 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
  • 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
  • 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
  • twitter/hogan.jstwitter avatar

    twitter/hogan.js

    5,124View on GitHub↗

    hogan.js is a logic-less template compiler and Mustache templating engine. It transforms static templates into executable JavaScript functions to generate data-driven strings without using conditional or looping logic. The system focuses on precompilation to eliminate parsing overhead during runtime execution. This includes a precompiled template library and a command line interface for converting template files into optimized JavaScript. The engine handles dynamic content generation through template compilation and data rendering. It supports reusable UI fragments via partials and allows fo

    JavaScript
    View on GitHub↗5,124
  • xtemplate/xtemplatextemplate avatar

    xtemplate/xtemplate

    563View on GitHub↗

    eXtensible Template Engine lib for node and the browser

    JavaScript
    View on GitHub↗563
  • 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
  • borismoore/jsrenderBorisMoore avatar

    BorisMoore/jsrender

    2,674View on GitHub↗

    Simple and intuitive, powerful and extensible, lightning fast

    JavaScript
    View on GitHub↗2,674
  • askama-rs/askamaA

    askama-rs/askama

    0View on GitHub↗
    View on GitHub↗0
  • casid/jtecasid avatar

    casid/jte

    1,118View on GitHub↗

    Secure and speedy templates for Java and Kotlin.

    Java
    View on GitHub↗1,118
  • benjamin-hodgson/pidginbenjamin-hodgson avatar

    benjamin-hodgson/Pidgin

    1,090View on GitHub↗

    A lightweight and fast parsing library for C#.

    C#csharpdotnetdotnet-core
    View on GitHub↗1,090
  • benbjohnson/egoB

    benbjohnson/ego

    0View on GitHub↗
    View on GitHub↗0
  • asc-community/angourimathasc-community avatar

    asc-community/AngouriMath

    825View on GitHub↗

    Open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.

    C#algebraarbitrary-precisioncalculus
    View on GitHub↗825
  • annulusgames/csv-csharpA

    AnnulusGames/Csv-CSharp

    0View on GitHub↗
    View on GitHub↗0
  • deniszykov/t4-templates-unity3dD

    deniszykov/t4-templates-unity3d

    0View on GitHub↗
    View on GitHub↗0
  • aymerick/raymondA

    aymerick/raymond

    0View on GitHub↗
    View on GitHub↗0
  • datalust/superpowerdatalust avatar

    datalust/superpower

    1,303View on GitHub↗

    A C# parser construction toolkit with high-quality error reporting

    C#
    View on GitHub↗1,303
  • dotliquid/dotliquiddotliquid avatar

    dotliquid/dotliquid

    1,094View on GitHub↗

    .NET Port of Tobias Lütke's Liquid template language.

    C#
    View on GitHub↗1,094
  • dotnet/project-systemD

    dotnet/project-system

    0View on GitHub↗
    View on GitHub↗0
  • dskinner/damselD

    dskinner/damsel

    0View on GitHub↗
    View on GitHub↗0
  • dylanpiercey/vdoDylanPiercey avatar

    DylanPiercey/vdo

    83View on GitHub↗

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

    JavaScript
    View on GitHub↗83
  • eknkc/ambereknkc avatar

    eknkc/amber

    922View on GitHub↗

    Amber is an elegant templating engine for Go Programming Language, inspired from HAML and Jade

    Go
    View on GitHub↗922
  • enthus1ast/nimjaE

    enthus1ast/nimja

    0View on GitHub↗
    View on GitHub↗0
  • faster-games/t4F

    faster-games/t4

    0View on GitHub↗
    View on GitHub↗0
  • fizzed/rockerfizzed avatar

    fizzed/rocker

    779View on GitHub↗

    Java 8 optimized, memory efficient, speedy template engine producing statically typed, plain java objects

    Java
    View on GitHub↗779
  • dannyvankooten/extemplateD

    dannyvankooten/extemplate

    0View on GitHub↗
    View on GitHub↗0