# Implementing Live Preview in your frontend

Source: https://payloadcms.com/docs/live-preview/frontend

There are two ways to use Live Preview in your own application depending on whether your front-end framework supports Server Components:

- [Server-side Live Preview (suggested)](/docs/v3/live-preview/server.md)
- [Client-side Live Preview](/docs/v3/live-preview/client.md)

> **Note**
>
> We suggest using server-side Live Preview if your framework supports Server
> Components, it is both simpler to setup and more performant to run than the
> client-side alternative.
