Explore all the powerful features that make herewe.dance the most comprehensive platform for dance school management.
Everything you need to manage your students efficiently
Comprehensive student profiles with contact information, attendance history, payment records, and notes.
Streamlined registration process with custom forms, waivers, and automated welcome emails.
Track attendance with QR codes, RFID cards, or manual check-ins. Generate reports and identify trends.
Monitor student progress with skill assessments, level advancements, and personalized feedback.
Send targeted emails, SMS notifications, and in-app messages to individuals or groups.
Give students access to their schedules, payments, and progress through a dedicated portal.
herewe.dance integrates seamlessly with the tools you already use to run your business.
Sync your classes with Google Calendar for seamless scheduling.
Process payments securely with our Stripe integration.
Connect your email marketing campaigns with student data.
Host virtual classes with automatic Zoom meeting creation.
Sync your financial data with QuickBooks for accounting.
Connect with 3,000+ apps through our Zapier integration.
Build custom solutions and extend the platform with our comprehensive API and developer tools.
Access all your data and functionality through our well-documented RESTful API.
Get notified in real-time about events in your account with configurable webhooks.
Extend our data model with custom fields to store your specific information.
// Example API request
fetch('https://api.herewe.dance/v1/students', {
method: 'GET',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));