awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
aui avatar

aui/art-template

0
View on GitHub↗
9,862 stars·2,649 forks·JavaScript·MIT·28 viewsgoofychris.github.io/art-template↗

Art Template

art-template is a JavaScript template engine and server-side rendering engine. It functions as an abstract syntax tree compiler that translates template source code into executable JavaScript to generate HTML or text output.

The engine includes a template inheritance system that allows the definition of base layouts and reusable content blocks. It also provides a template debugging tool that maps syntax and runtime errors to exact line numbers within the source files.

Features

  • HTML Templating Engines - Processes structured templates to generate high-performance dynamic HTML or text content.
  • Template Compilation - Transforms template source code into optimized JavaScript functions for high-performance execution.
  • Server-Side Template Rendering - Generates final HTML document content on the server by merging data with predefined layout templates.
  • Block-Based Inheritance - Implements a system for merging child template content into parent layouts using named blocks and placeholders.
  • Dynamic HTML Generators - Programmatically creates and injects HTML elements based on runtime data for websites and applications.
  • Server-Side Rendering - Implements a server-side rendering mechanism to generate static markup from templates before sending it to the client.
  • Server-Side Rendering Engines - Generates dynamic HTML web responses by mapping data objects onto file-based templates on the server.
  • Template Inheritance Systems - Provides a system for organizing layouts and reusable content blocks through nesting and inheritance.
  • Source-to-Generated Code Mappings - Maintains a coordinate map between generated code and original source lines to pinpoint exact error locations.
  • Data Injection - Provides a high-performance mechanism for injecting external data objects into compiled templates.
  • Template Syntax Debugging - Provides tools for pinpointing exact line numbers for syntax or runtime errors within template files.
  • Template JIT Compilation - Converts template logic into optimized JavaScript functions at runtime to increase performance for repeated executions.
  • Just-In-Time Compiled Functions - Compiles custom template logic into optimized JavaScript functions at runtime for high-performance execution.
  • Abstract Syntax Tree Parsing - Converts template strings into a structured abstract syntax tree for analysis and transformation into executable JavaScript.
  • Template Engines - High-performance JavaScript template engine.

Star history

Star history chart for aui/art-templateStar history chart for aui/art-template

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Art Template

Similar open-source projects, ranked by how many features they share with Art Template.
  • mozilla/nunjucksmozilla avatar

    mozilla/nunjucks

    8,964View on GitHub↗

    Nunjucks is a JavaScript templating engine used for generating dynamic HTML by combining data with templates. It serves as an asynchronous template processor that allows for non-blocking execution within filters and parallel processing of iterations. The engine features a template inheritance system where base skeleton structures are defined and extended by child templates to fill specific content blocks. It includes a security utility for context-aware HTML escaping to prevent cross-site scripting during the rendering phase. The library provides capabilities for server-side rendering and da

    JavaScript
    View on GitHub↗8,964
  • goofychris/art-templategoofychris avatar

    goofychris/art-template

    9,861View on GitHub↗

    art-template is a JavaScript templating engine and HTML template compiler that transforms custom syntax and script statements into optimized HTML output. It functions as a precompiled template engine that converts template source into standalone JavaScript functions to render dynamic content from data. The engine features a template inheritance framework that organizes layouts through nesting, blocks, and inclusions to create reusable components across multiple files. It incorporates automatic output sanitization and encoding to prevent cross-site scripting attacks. The system includes capab

    JavaScriptexpressjavascriptkoa
    View on GitHub↗9,861
  • wycats/handlebars.jswycats avatar

    wycats/handlebars.js

    18,651View on GitHub↗

    Handlebars.js is a JavaScript templating engine used to generate HTML and other text formats by combining static templates with dynamic data. It functions as a logic-less template engine, separating presentation from business logic by restricting the complexity of expressions within templates. The project includes a precompiled template compiler that converts template strings into executable JavaScript functions. This mechanism reduces runtime overhead and improves rendering performance by shifting the compilation process to a build step. The engine provides a custom helper framework for ext

    JavaScript
    View on GitHub↗18,651
  • 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
See all 30 alternatives to Art Template→

Frequently asked questions

What does aui/art-template do?

art-template is a JavaScript template engine and server-side rendering engine. It functions as an abstract syntax tree compiler that translates template source code into executable JavaScript to generate HTML or text output.

What are the main features of aui/art-template?

The main features of aui/art-template are: HTML Templating Engines, Template Compilation, Server-Side Template Rendering, Block-Based Inheritance, Dynamic HTML Generators, Server-Side Rendering, Server-Side Rendering Engines, Template Inheritance Systems.

What are some open-source alternatives to aui/art-template?

Open-source alternatives to aui/art-template include: mozilla/nunjucks — Nunjucks is a JavaScript templating engine used for generating dynamic HTML by combining data with templates. It… goofychris/art-template — art-template is a JavaScript templating engine and HTML template compiler that transforms custom syntax and script… wycats/handlebars.js — Handlebars.js is a JavaScript templating engine used to generate HTML and other text formats by combining static… mde/ejs — EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data… linkedin/dustjs — Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML… pugjs/pug — Pug is a template engine and compiler that transforms whitespace-sensitive shorthand syntax into standard HTML. It…