Foundry is a tool that lets developers build their backend much faster. You choose from prebuilt templates for specific backend functionality like search, and 1-click deploy it onto your GCP or Firebase app.
No reviews yetBe the first to leave a review for Foundry
Cool! It really can accelerate development! Do you have ability to add third-party pipelines (or create private pipelines inside of organization)?
Report
Maker
@dimansny1 Not right now. We've been thinking about launching a marketplace to let people create their pipelines.
We already have some third-party pipelines with integrations like Stripe or SendGrid
Report
Maker
Hi folks π!
We got the idea to build Foundry this summer when we were building multiple projects in a row.
We realized that we were building the same backend functionality again and again and it always took from hours to days. We wanted to create a tool that would solve this problem for developers.
We eventually came with an idea of having prebuilt pipelines that developers could configure and then deploy onto their own backend hosted on Firebase or GCP.
The way it works is that you create a service account with the required permission the pipeline needs, we then act as that service account and deploy the code onto your backend.
Every pipeline is open-sourced and has a list of permissions that requires. That way you can check the code before you deploy it onto your app.
One of my favorite pipelines is a search functionality for your Firestore database using Algolia - https://foundryapp.co/pipelines/.... It literally takes just 3 minutes to integrate it into your app. All your documents in a collection are indexed automatically when created/updated/deleted. To get the search results, you just need to call one cloud function from your frontend and that's it.
Currently, we support only Firebase and Google Cloud Platform. Our goal is to support all major platforms in the future.
Feel free to ask us any questions!
Sounds interesting, I am hoping there going to be more pipelines.
Suggestion: you can create image pipelines like thumbnail create etc.
Report
Maker
@prakis Definitely! One of the reasons we wanted to launch was to learn what pipelines people want.
Thank you for the suggestion!
Report
Cool! I'm just starting my journey with backend setups, so something like this is very helpful. Love the free plan, love the design, love the idea.
Nice job! :^)
Hey! I really like the idea. Just a little note on the side: Your landing page reminds a lot to Stripes. I know they published their design system but I think you could differentiate yourself and stand out a little bit more by customizing the design and make it feel a bit more unique. Other than that, I am interested to see how it will develop in the future!
Report
Maker
@sobedominik Thanks for the feedback Dominik. Yes, we got inspired by the by the Stripe design. Mostly colors and buttons. Will try to differentiate it more later.
Report
do you have one for blocking users ?
also how easy is it to add to my database already?
Report
Maker
@edisonjoao6871 can you please describe how the blocking users should work? Blocking from access to some database document?
You just need to provide a service account when youβre deploying a pipeline. We take care of the rest. https://docs.foundryapp.co/pipel...
Report
the pipelines deployed into serverless functions ?
Report
Maker
@meddev Right now, all pipelines are deployed as cloud functions.
ArrayList
HelpKit Knowledge Base