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
·

3 repositorios

Awesome GitHub RepositoriesDesign Artifact Versioning

Versioning of research and design documents associated with specific AI agent tasks.

Distinct from Specification Versioning: Focuses on versioning design/planning documents rather than API specifications or binary artifacts.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Design Artifact Versioning. Refine with filters or upvote what's useful.

Awesome Design Artifact Versioning GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • humanlayer/humanlayerAvatar de humanlayer

    humanlayer/humanlayer

    9,381Ver en GitHub↗

    Humanlayer is an LLM coding agent orchestrator and AI-driven workflow manager designed to coordinate multiple agents in researching, designing, and implementing features across complex codebases. It provides a multi-agent development workspace that groups AI sessions, versioned design artifacts, and worktrees into collaborative team tasks. The system features a bring-your-own-key LLM gateway to connect external AI model subscriptions and API keys. It utilizes remote AI agent daemons to run long-term coding sessions on cloud infrastructure, maintaining progress independently of the user's acti

    Links versioned research documents and design plans to specific tasks for consistent team context retrieval.

    TypeScriptagentsaiamp
    Ver en GitHub↗9,381
  • superdesigndev/superdesignAvatar de superdesigndev

    superdesigndev/superdesign

    6,004Ver en GitHub↗

    Superdesign is an AI-powered design platform that generates UI mockups, wireframes, and multi-page user flows from natural language prompts within a collaborative canvas environment. It functions as a design-to-code exporter, producing production-ready HTML, ZIP archives, or Shopify Liquid templates for direct implementation, and includes an OpenAPI specification importer that automatically generates API documentation and client code from schema definitions. The platform distinguishes itself through a branch-based design exploration system that creates independent design variations from a sin

    Replaces the current frame with an older version, instantly restoring that iteration as the active design.

    TypeScript
    Ver en GitHub↗6,004
  • langchain-ai/open-canvasAvatar de langchain-ai

    langchain-ai/open-canvas

    5,471Ver en GitHub↗

    Open Canvas es un sistema para gestionar flujos de trabajo de agentes de IA con estado a través de un editor colaborativo y un framework de orquestación. Proporciona un espacio de trabajo compartido donde humanos y modelos de lenguaje de gran tamaño co-escriben documentos y escriben código en tiempo real, respaldado por un editor de texto estructurado con renderizado en vivo. El proyecto destaca por integrar un gestor de estado que rastrea el contexto de la sesión, memorias de usuario e instantáneas históricas a través de hilos de conversación. Emplea un modelo de ejecución duradero que permite intervenciones humanas (human-in-the-loop) y mantiene un sistema de seguimiento de versiones para documentos y bloques de código. El framework cubre una amplia superficie de capacidades, incluyendo interfaces de modelos agnósticas al proveedor para chat y embeddings, composición de flujos de trabajo impulsada por middleware para guardrails y enrutamiento, y gestión de contexto personal para almacenar preferencias de usuario. Incluye además herramientas para la depuración de ejecución de agentes y la capacidad de desplegar el servidor mediante imágenes de contenedor. Se proporciona un servidor de agente local para manejar ejecuciones, hilos y almacenamiento persistente.

    Maintains a historical snapshot system for documents and code blocks to enable auditing and version reversion.

    TypeScript
    Ver en GitHub↗5,471
  1. Home
  2. Software Engineering & Architecture
  3. Specification Versioning
  4. Design Artifact Versioning

Explorar subetiquetas

  • Collaborative Artifact SnapshotsVersion tracking for documents and code snippets produced during AI agent collaborations. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning by specializing in the iterative snapshots of collaborative co-authoring sessions.
  • Document and Code SnapshotsSystems for capturing and storing historical versions of collaboratively authored text and code artifacts. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning by focusing on the real-time snapshots of co-authored documents and code blocks rather than research design documents.
  • Version DuplicationsAdding a historical design version back onto the canvas as a new, separate frame without overwriting the current design. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning: focuses on duplicating a past version as a new independent artifact rather than tracking version history.
  • Version ReversionsReplacing the current design frame with an older version, instantly restoring that iteration as the active design. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning: focuses on the act of reverting to a past version rather than general version tracking.