top of page

Product
Add collaboration to your PR preview environments.
Use Livecycle's SDK to turn your preview environments (Vercel, Netlify, or whatever pipeline you use) into collaborative playgrounds.
With Livecycle, everyone on the team can leave clear review feedback, in context, on top of the product..
Watch how installing Livecycle to your preview environmetns will speed up your development workflow:
Trusted by great developers.

Some of the developer experience-focused teams who are loving Livecycle

“I was surprised at how easy it was to get Livecycle set up. Thanks to Livecycle we’re able to close PRs faster, with less context switching than ever before. Highly recommended for any team trying to collaborate on building a front-end heavy product”
- Tom Peri, Software Engineering Team Lead @ Wilco
Learn how Wilco's cross-functional sign-off process became frictionless using Livecycle

How it works
3 minutes. 3 commands.
Quickly install the Livecycle SDK to any environment:
Step 1
Open a branch
npm install livecycle-sdk
Step 2
Install the Livecycle SDK
import { Livecycle } from 'livecyclesdk'Livecycle.init ()
Step 3
Initialize the SDK at the root of your project:
Step 4
Open a pull request
livecycle link --from-git . --url="<url>" --api-key="my-api-key"
Step 5
Link your preview environment to a Livecycle playground:
Step 6
Get ridiculously clear, contextual feedback on your latest changes
That's it.
It's that simple.
Once you install the SDK, your preview environments will have Livecycle's contextual collaboration tools built in.

We're here to help.
Have questions? Need help getting started? Let us know.

bottom of page