#Creating “Embedded Widgets” with Next.js?
3 messages · Page 1 of 1 (latest)
most companies do it via iframe
just open up dev tools and set your screen to dynamic and set w and h to what you expect the widget size to be, and design in that view. should get you started. then you can use queryparams or searchparams to have the client pass along identifying info like their client id… user id… etc if you track that