# application name
name: "langfuse"
# URL of the software project's homepage
website_url: "https://langfuse.com"
# URL where the full source code of the program can be downloaded
source_code_url: "https://github.com/langfuse/langfuse"
# a brief and concise statementthat presents the main points for this application, shorter than 10 characters
summary: "Langfuse is an open source LLM engineering platform. It helps teams collaboratively develop, monitor, evaluate, and debug AI applications. Langfuse can be self-hosted in minutes and is battle-tested."
# description of what the software does, shorter than 250 characters, sentence case
description: ""
# list of license identifiers, see https://opensource.org/licenses for the full list of licenses
licenses:
- MIT Expat
# (optional, true/false, default true) whether this application have Docker image
Docker_image: true
# (optional) link to an interactive demo of the software
demo_url: "https://www.websoft9.com/demo"
Describe application with below format
Assessment Checklist by repository owner
Before deveopment, repository owner should complete below Assessment:
Development Checklist by deveoper
Developer should develop this application's docker compose project at Websoft9 Console directly.
Production preparation by repository owner