TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Superflows – open-source AI Copilot for SaaS products

37 点作者 henry_pulver超过 1 年前
Henry, Matt and James here – we’re building an open source toolkit that makes it easy to integrate an LLM-powered copilot that talks to your API into software products.<p>It works by calling API endpoints which you choose to expose to it. This lets the chatbot complete tasks within your software in response to natural language queries.<p>It’s also open source, so you don’t have to send user data to <i>another</i> 3rd party. We support Llama 2, but we haven’t fine-tuned Llama 2 yet (coming soon) so highest accuracy is seen with GPT-4 or fine-tuned GPT-3.5 (much faster).<p>We started working together 2 years ago and have pivoted a few times. One problem we came across running a startup was we had to learn to use a lot of business software.<p>We also heard from software companies that one of their biggest problems was helping users get the most out of their software. We’re building Superflows to address these problems.<p>You can upload your OpenAPI spec to get up and running. Endpoints can be enabled&#x2F;disabled and you can evaluate performance in the playground. There’s a React component library for easy integration.<p>You can self-host for free. We&#x27;re charging for the cloud version. This has faster &amp; easier setup, user permissions (in future), analytics &amp; support.<p>Give it a spin and let us know what you think!

3 条评论

SaarasM超过 1 年前
This looks so really cool, we tried to build something similar in-house for our SaaS product but it took too long and wasn&#x27;t reliable enough. Would love to retry with superflows sometime!
评论 #37533750 未加载
RobertVDB超过 1 年前
First one of these I&#x27;ve seen that actually supports an open source models<p>Can you self-host the models too?
评论 #37533778 未加载
jamierumbelow超过 1 年前
Looks great! I really like the developer dashboard - so many other OSS tools (eg langchain w&#x2F; loaders) trade off ease of debugging for setup speed.