# 🎥 Visio SDK
**Easily add a button to create visio link to your product**
... that also handles seamless authentication out of the box
As simple as
```ts
import { VisioCreateButton } from "@gouvfr-lasuite/visio-sdk";
function App() {
const [roomUrl, setRoomUrl] = useState();
return