> For the complete documentation index, see [llms.txt](https://docs.waitlisty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.waitlisty.io/embeddable-form.md).

# Embeddable Form

- [Embed Your Form](https://docs.waitlisty.io/embeddable-form/embed-your-form.md)
- [HTML/CSS](https://docs.waitlisty.io/embeddable-form/embed-your-form/html-css.md): The simplest way to embed a Waitlisty form - directly in a vanilla HTML / CSS site
- [Next.js (App Router)](https://docs.waitlisty.io/embeddable-form/embed-your-form/next.js-app-router.md): Next.js doesn't allow us to use a \<link> element in our RootLayout, so here's the workaround using a \<Script> component and injecting the css.
