The Social Cafe application is an online platform designed to facilitate conversations between attendees during breaks and after talks at events. The application uses the Vonage Video API to power video calls in each table. A demo version of the application is available for free, allowing users to add their own event or deploy it to Netlify. The application was built using Nuxt.js and requires a Vonage Video API account to function. It features an event lobby with multiple conversation tables, each representing a unique video call, as well as a landing page where users can input an event code to access the event lobby. Users can also create and navigate between rooms within the event, which includes a video chat feature using the iframe. The application has various features such as validating user input, storing event data in a file, and accessing room information through computed properties. With its basic implementation of video conferencing, the Social Cafe application provides a starting point for building more advanced online gathering platforms.