Always-online demo instance? #278
Replies: 3 comments 1 reply
|
I strongly believe the final question is the key one for this discussion. I'd like to emphasize that I do see the benefit of having such a demo for non-technical people. Coop doesn't provide a SaaS/managed instances and maybe it could be higher priority to make a local instance creation process smoother for technicalish folks? This way the immediate message is that you are the owner of the Coop instance. |
|
Something that @julietshen and I were thinking about (adding as a top-level comment because it's kind of its own related idea): Is there a reasonable way to put together a static front-end demo of Coop that's backend-less, just completely wired to a static snapshot of data? Think of it as purely a UI/front-end demo to enable people to poke around and see Coop to better understand it, without having to worry about actual incoming data, database connections, actions, etc. Is this something other projects have done? Is it completely unhinged? Would it be less work to just make an interactive mockup instead of using the real front-end code? |
|
Semi-related: we've been doing a ton of work on simplification and ease of spinning Coop up for demos/evaluation. As a result of this, I recorded a video demo of spinning up Coop and an atproto demo here: https://www.youtube.com/live/6M5I-FOoOgg Not the same as a demo instance, but can help people spin up their own demo instance. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We've had several conversations about hosting a demo version of Coop so adopters and contributors can explore the UI without having to get everything running locally. I feel like this is somewhere ROOST the org could add value to the community, but I'd want to discuss how that would work first—and see if it's something that's cost-effective.
I've seen demo instances of open source software where there's a single well-known login documented (e.g.
demo@example.com,thisIsTheDemoPassword), and then actions are just non-functional and the database is reset on a regular basis to avoid weirdness.So:
I know @julietshen has a demo Codespace she's been spinning up for one-off demos, but this would be something that's always-online ideally. :)
All reactions