awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesTemplate Injection

Mechanisms for inserting dynamic data into configuration fields using template syntax.

Distinct from Custom Data Fields: Distinct from custom data fields: focuses on the injection mechanism for configuration rather than the schema definition of the fields themselves.

Explore 4 awesome GitHub repositories matching data & databases · Template Injection. Refine with filters or upvote what's useful.

Awesome Template Injection GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lit/litAvatar de lit

    lit/lit

    21,679Ver en GitHub↗

    Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con

    Interpolates static values into templates to allow dynamic definition of HTML tags or attribute names.

    TypeScripthtml-templateslitlit-element
    Ver en GitHub↗21,679
  • letta-ai/lettaAvatar de letta-ai

    letta-ai/letta

    21,168Ver en GitHub↗

    Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com

    Populates memory fields with dynamic data using variable placeholders during agent creation.

    Pythonaiai-agentsllm
    Ver en GitHub↗21,168
  • ory/kratosAvatar de ory

    ory/kratos

    13,455Ver en GitHub↗

    Kratos is a centralized identity and access management server designed to handle user registration, authentication, and profile management. It functions as an identity flow orchestrator, managing the state and security of authentication processes across web, mobile, and command-line interfaces. The system provides a standards-compliant authorization server that issues tokens and manages delegated access for third-party applications and internal services, supporting multi-factor authentication and custom identity schemas to secure user accounts. The project distinguishes itself through a headl

    Injects session-specific information into configuration fields using template syntax and custom functions.

    Gohacktoberfestidentityidentity-management
    Ver en GitHub↗13,455
  • evilmartians/lefthookAvatar de evilmartians

    evilmartians/lefthook

    7,598Ver en GitHub↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Substitutes placeholders in command strings with real-time data such as staged file paths before execution.

    Gogitgogolang
    Ver en GitHub↗7,598
  1. Home
  2. Data & Databases
  3. Custom Data Fields
  4. Template Injection

Explorar subetiquetas

  • CommandSubstitution of placeholders in shell commands with real-time runtime data. **Distinct from Template Injection:** Distinct from Template Injection: focuses on shell command strings rather than configuration fields or UI templates.