TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

37 pointsby henry_pulverover 1 year ago
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 comments

SaarasMover 1 year ago
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 未加载
RobertVDBover 1 year ago
First one of these I&#x27;ve seen that actually supports an open source models<p>Can you self-host the models too?
评论 #37533778 未加载
jamierumbelowover 1 year ago
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.