Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components-mdx/adopters-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The following list of companies using Langfuse and their success stories is asse
| [Pigment](https://www.pigment.com/) | Enterprise business planning | Langfuse Customer |
| [Pipedream](https://pipedream.com/) (Workday) | AI application monitoring | [Subprocessor List](https://pipedream.com/docs/subprocessors) ([Archive](https://web.archive.org/web/20260422112230/https://pipedream.com/docs/subprocessors)) |
| [Posit](https://posit.co/) | Tracing for Shiny Assistant | [Source Code](https://github.com/posit-dev/shiny-assistant/blob/main/shinyapp/app.py) ([Archive](https://web.archive.org/web/20260724080358/https://github.com/posit-dev/shiny-assistant/blob/main/shinyapp/app.py)) |
| [Ramp](https://ramp.com/) | Corporate spend management and finance platform | Langfuse Customer |
| [Rocket Money](https://www.rocketmoney.com/) | Personal finance and subscription management | [OSS LLMOps Stack](https://web.archive.org/web/20260304001459/https://oss-llmops-stack.com/) |
| [Salesloft](https://www.salesloft.com/) | Agent tracing, evaluation, and prompt management | [Conference Talk](https://2025.allthingsopen.org/sessions/2-for-1-ai-powered-integration-the-future-of-natural-programming-and-intelligent-connectivity-actionable-llm-agent-observability-with-langfuse) ([Archive](https://web.archive.org/web/20251006203117/https://2025.allthingsopen.org/sessions/2-for-1-ai-powered-integration-the-future-of-natural-programming-and-intelligent-connectivity-actionable-llm-agent-observability-with-langfuse)) |
| [Samsara](https://www.samsara.com/) | Monitoring and optimization of Samsara Assistant | [AWS Blogpost](https://aws.amazon.com/blogs/apn/transform-large-language-model-observability-with-langfuse/) ([Archive](https://web.archive.org/web/20260630024906/https://aws.amazon.com/blogs/apn/transform-large-language-model-observability-with-langfuse/)) |
Expand Down
11 changes: 11 additions & 0 deletions components/home/img/ramp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions components/shared/EnterpriseLogoGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ import { motion, useReducedMotion } from "framer-motion";
import canvaLogo from "../home/img/canva.svg";
import circlebackLogo from "../home/img/circleback.svg";
import ciscoLogo from "../home/img/cisco.svg";
import expediaGroupLogo from "../home/img/expedia.svg";
// import expediaGroupLogo from "../home/img/expedia.svg";
import freeeLogo from "../home/img/freee.svg";
import intuitLogo from "../home/img/intuit.svg";
import khanacademyLogo from "../home/img/khan.svg";
import magicPatternsLogo from "../home/img/magic.svg";
import merckLogo from "../home/img/merck.svg";
import pigmentLogo from "../home/img/pigment.svg";
import rampLogo from "../home/img/ramp.svg";
import rocketMoneyLogo from "../home/img/rocket-money.svg";
import samsaraLogo from "../home/img/samsara.svg";
import sumupLogo from "../home/img/sumup.svg";
Expand Down Expand Up @@ -91,9 +92,13 @@ const companies: CompanyLogo[] = [
name: "Cisco",
logo: ciscoLogo,
},
// {
// name: "Expedia Group",
// logo: expediaGroupLogo,
// },
{
name: "Expedia Group",
logo: expediaGroupLogo,
name: "Ramp",
logo: rampLogo,
},
{
name: "Rocket Money",
Expand Down
6 changes: 6 additions & 0 deletions components/wrapped/Customers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import khanacademyLogo from "../home/img/khan.svg";
import magicPatternsLogo from "../home/img/magic.svg";
import merckLogo from "../home/img/merck.svg";
import pigmentLogo from "../home/img/pigment.svg";
import rampLogo from "../home/img/ramp.svg";
import samsaraLogo from "../home/img/samsara.svg";
import sumupLogo from "../home/img/sumup.svg";
import telusLogo from "../home/img/telus.svg";
Expand Down Expand Up @@ -70,6 +71,10 @@ const companiesWithoutStories = [
name: "Intuit",
logo: intuitLogo,
},
{
name: "Ramp",
logo: rampLogo,
},
{
name: "Circleback",
logo: circlebackLogo,
Expand Down Expand Up @@ -248,6 +253,7 @@ export function Customers() {
{ type: "logo", name: "Twilio" },
{ type: "logo", name: "Telus" },
{ type: "logo", name: "Pigment" },
{ type: "logo", name: "Ramp" },
{ type: "logo", name: "freee" },
{ type: "story", name: "Khan Academy" },
{ type: "logo", name: "Circleback" },
Expand Down