Live data from Hacker News

Launch HN: Paragon (YC W20) – Visually Build API Workflows

news.ycombinator.com

1–10 of 56 posts

Launch HN: Paragon (YC W20) – Visually Build API Workflows

#1
We're Brandon and Ishmael, co-founders of Paragon (https://useparagon.com) - we're working on a platform for visually building API workflows.

As a frontend engineer and product manager, I've always wanted a way to quickly build out backend services without having to manually spin up a server, manage database connections, or write a ton of code. We wanted to create Paragon to make it easier to build and manage some of these services without being an expert backend engineer.

Paragon is a visual workflow builder that provides "steps" like API requests, database queries, and conditional logic that you can drag and drop to build microservices or integrations. Many workflows can be built without writing code, but we also provide Cloud Functions as a native step type in case you need to add some custom logic to your workflow. You can deploy workflows in one click and visualize the flow of data through each execution for easy debugging.

Today, we're focused on helping build integrations between your product and 3rd party APIs. We know there is a history of visual programming tools that promise more than they deliver. Paragon isn't designed to build your core product or replace your API, but we do hope to make it easier to extend functionality and microservices that integrate your product with other services (especially if you're not a backend engineer).

For example, our users have built workflows that sends weekly Twilio messages to their Firebase users, or that parses user file uploads via an OCR API and saves them to MongoDB. Here's an example workflow that finds your inactive users in Postgres and sends them re-engagement messages with Twilio or Sendgrid: https://www.youtube.com/watch?v=UVU8GCBMZj4

We launched Paragon in beta about a month ago and we charge a monthly subscription based on usage, starting at $30 for 1,000 tasks per month. If you're interested in trying Paragon, you can sign up on our website and and I'll fast-track you to the top of our waitlist!

We'd love to hear your experience building API integrations. Thanks, and looking forwards to your thoughts and feedback in the comments!

Edit: We don't currently offer a free tier or trial. The reason is that we currently provide custom onboarding for every user where we help setup your workflow(s) over a Zoom call, then add you a Slack channel where we provide realtime support. We invest a lot of time and effort to ensure each user is successful and are happy to offer a full refund if we can't. That said, we do plan to add some free version of Paragon in the future. I hope this clarifies some people's comments about our pricing, thanks!

Re: Launch HN: Paragon (YC W20) – Visually Build API Workflows

#2
Congrats on the launch! What would you say differentiates you from competitors in the space, such as Integromat, Tray, n8n, and Zapier?

Also, if I may offer you a piece of advice based on my experience at an org offering a similar product: make it frictionless to bring in/import snippets/templates for Cloud Functions (think code snippet search function you'd have on your workstation as a dev). Your users are likely to be non-technical, and the more hand holding you can perform, the better.

Wishing you much success, I love this sort of tooling!

Re: Launch HN: Paragon (YC W20) – Visually Build API Workflows

#4

Congrats on the launch! What would you say differentiates you from competitors in the space, such as Integromat, Tray, n8n, and Zapier? Also, if I may offer you a piece of advice based on my experience at an org offering a similar product: make it frictionless to bring in/import snippets/templates for Cloud Functions (think code snippet search function you'd have on your workstation as a dev). Your users are likely t…

Thank you and great question! Zapier is great for simple tasks like sending data from one app to another, but isn't well designed for more complex operations like handling large arrays of data, or writing custom code. More broadly, Zapier and other tools like Tray and Integromat are more focused on RPA, which typically means automating internal business processes.

Our focus is specifically on developers and product teams, and on helping build integrations between their core product and 3rd party services. Paragon is designed to handle use cases like building custom endpoints, fanning out arrays, and writing custom cloud functions - we even expose access to npm, so developers can do some pretty heavy lifting if they need to.

I love your suggestion to allow importing cloud functions. One of our goals is to eventually allow you to sync functions directly from a Github rep - another example of how we aim to cater more to developers.

Re: Launch HN: Paragon (YC W20) – Visually Build API Workflows

#9

Love it. I dream about this all the time. Hook them up w Kafka? How is Swagger/OpenAPI used? Airflow?

Hey! We're not exposing anything like Kafka to our end users. We think all of the underlying technical infrastructure should be abstracted so the users can focus on their core logic.

We're also not currently exposing any external Swagger / OpenAPI docs for a similar reason, but it's simple to integrate and we've considered generating it for our more technical users.

If you're interested in joining the team as an engineer, we're hiring! https://www.notion.so/Paragon-is-Hiring-ab5739dac1c4490db920...

Post reply on HN