tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
61 stars 36 forks source link

Maintainer Productivity Enhancement with Preview Environments for PRs #57

Closed ShrutiC-git closed 1 year ago

ShrutiC-git commented 1 year ago

I would like to support tldraw by implementing ephemeral preview environments, powered by Uffizzi.

Disclaimer: I work on the Uffizzi project.

Uffizzi is an Open Source, full stack, previews engine, and our platform is available completely free for tldraw (and all open source projects). An Uffizzi integration with tldraw will provision preview environments for every PR opened on tldraw in the cloud, allowing faster reviews, faster merges, and increased release velocity. Here are the open-source projects which are currently using Uffizzi to provision previews.

Uffizzi is purpose-built for the task of previewing PRs and it integrates with your workflow to deploy preview environments in the background without any manual steps for maintainers or contributors.

I'll go ahead and create an Initial PoC for you if you think there is value in this proposal.

cc @waveywaves

steveruizok commented 1 year ago

No thanks, we have previews already via Vercel.

ShrutiC-git commented 1 year ago

hi @steveruizok, thanks for writing.

Interesting. Could you be able to explain a bit more about this, please? As I understand, tldraw has 3 components to it — Vercel might be the engine for testing the front-facing app. Are you also using Vercel-FE-preview to test the render layer?