-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self hostable version #25
Comments
Hey! The use-case makes perfect sense. Are you looking to simply run this locally or want a self-hosted on prem solution for your org? I ask because adding support to run this locally with persistence is pretty straightforward. But to do it across the org, with user and access management is a bit trickier. Would love to know more how you plan to use this! |
Honestly, with where you are I think MVP would be best. It's clear to me that you're building the basis of a business, but not necessarily a hypergrowth one. Open source here makes a ton of business value sense for you - allow companies to expand and build on what you have and you can charge for support or having a hosted version. They'll let you know which items are higher priority or just building it themselves (e.g. " we need RBAC, ability to share replays across teams, etc ...) Step one is to reduce any friction to allowing them to try out your product without ever needing to interact with you. You'll win developers over and if it can be self hosted, (some) questions about telemetry and security go away. |
Hey! Actually the business is quite different. metz.sh aims to be figma for engineers:
That being said, it still makes sense to enable an on-prem setup. Especially to try it out on your own designs, safely. I will be forking the hosted app, stripping off telemetry and analytics. And make it available through a simple docker command. The only caveat is user management and authentication, which will not be present at all.
Agreed. My focus is to create a "Quickstart" for running locally/on-prem, with max 3 steps. PS: The source for this will be open under AGPL for transparency. |
I'm also looking to self-host. I'm very excited bout this. |
Amazing work! Thank you |
I love the product and the dependency injection solution fits in perfectly with my use case.
Because of data controls at my org, we can't ship these data off our servers. Is there a way we can host this with our local code without needing the IDE? Possibly with either a local setup or some vscode extension or similar?
The text was updated successfully, but these errors were encountered: