Setting up Meticulous to test your pull requests

We recommend setting up Meticulous using one of the following approaches (in order of preference):

  1. Upload static assets — if your app can be served as static HTML/JS/CSS without server-side rendering. Simplest and most reliable. Get started here.
  2. Upload a Docker container — for server-rendered apps (Next.js, Nuxt, etc.). Get started here.
  3. Preview URL integration — if you use Vercel, Netlify, or similar preview URL providers. Learn more here.
  4. Tunnel to a running instance — last resort if none of the above work. Get started here.