Ready2Host
Use cases
Venues
Event Add On's
Speakers
Artists
Other
Login
Get Started
Continue with Google
Continue with Facebook
Continue with Dribbble
or email
Email
Password
Forgot password?
First time here?
Create an account
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
hello@sowelcome.io
Address
C/o Epicenter
Malmskillnadsgatan 44a,
111 57, Stockholm
Features
Contact Us
Register Artist
Register Venue
Privacy Policy
Subscribe to Our Newsletter
Get the latest news and events
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Copyright © 2025 SoWelcome. All Rights Reserved.
// Add this to your login page script document.addEventListener('DOMContentLoaded', () => { // Handle successful login if (window.$memberstackDom) { window.$memberstackDom.getCurrentMember().then(member => { if (member) { // Handle redirect after successful login window.MemberstackIntegration.handlePostLoginRedirect(); } }); } });