Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 3.74 KB

lib-ai-app-examples-saas-apps.md

File metadata and controls

67 lines (58 loc) · 3.74 KB
title tags created modified
lib-ai-app-examples-saas-apps
ai
examples
large-language-model
saas
2025-02-21 17:16:46 UTC
2025-02-21 17:17:42 UTC

lib-ai-app-examples-saas-apps

guide

popular

products

workflow-ai

  • https://github.com/langflow-ai/langflow /52.9kStar/MIT/202503/python/ts

    • http://www.langflow.org/
    • a powerful tool for building and deploying AI-powered agents and workflows.
    • It provides developers with both a visual authoring experience and a built-in API server that turns every agent into an API endpoint that can be integrated into applications built on any framework
  • https://github.com/nocode-js/sequential-workflow-designer /MIT/202502/ts/NoDeps/svg

    • https://nocode-js.com/
    • Customizable no-code component for building flow-based programming applications or workflow automation
    • written in pure TypeScript and uses SVG for rendering
    • This designer is not associated with any workflow engine.
    • the definition is stored as JSON
  • https://github.com/FlowiseAI/Flowise /apache2/202406/ts

  • https://github.com/gensx-inc/gensx /apache2/202502/ts

    • https://gensx.com/
    • The TypeScript framework for agents & workflows with react-like components.
    • GenSX takes a lot of inspiration from React, but the programming model is very different - it’s a Node.js framework designed for data flow.
    • Pure Functions: Components are pure TypeScript functions that are easily testable, reusable, and sharable
    • Parallel by Default: Components execute in parallel when possible while maintaining dependencies
    • Full TypeScript support with no DSLs or special syntax - just standard language features
    • Streaming Built-in: Stream responses with a single prop change, no refactoring needed
    • https://x.com/_Evan_Boyle/status/1892590845485895730
      • GenSX components are reusable by default and are easy to consume and share.
  • https://github.com/Onelevenvy/flock /apache2/202502/python/ts

    • 一个基于工作流 workflow 的低代码平台:Flock。
    • 基于 LangChain 和 LangGraph 构建,提供灵活的低代码编排协作代理解决方案,可用于快速构建聊天机器人、RAG 应用和协调多代理团队。
    • 支持聊天机器人、RAG 应用、代理和多代理系统,并具备离线运行能力。

ai-figure/数字人

cv

  • https://github.com/roboflow/supervision /MIT/202502/python
    • https://supervision.roboflow.com/
    • We write your reusable computer vision tools. Whether you need to load your dataset from your hard drive, draw detections on an image or video, or count how many detections are in a zone.
    • Supervision was designed to be model agnostic. Just plug in any classification, detection, or segmentation model.
      • we have created connectors for the most popular libraries like Ultralytics, Transformers, or MMDetection.

more