We recommend setting up Meticulous using one of the following approaches (in order of preference):
- 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.
- Upload a Docker container — for server-rendered apps (Next.js, Nuxt, etc.). Get started here.
- Preview URL integration — if you use Vercel, Netlify, or similar preview URL providers. Learn more here.
- Tunnel to a running instance — last resort if none of the above work. Get started here.