| title | Installation |
|---|---|
| description | Install SendyKit alongside your existing Sendy deployment |
SendyKit installs next to Sendy. It does not patch Sendy core files.
That means:
- your licensed Sendy install stays where it is
- SendyKit reads the same database
- SendyKit adds its own
sendykit_*tables - if SendyKit stops, Sendy still works
You should have:
- a working Sendy install
- shell access to the server
- Sendy database credentials
- a SendyKit license key for self-hosted installs
curl -sSL https://install.sendykit.dev | bashThe installer should:
- detect OS and architecture
- download the correct binary
- prompt for license details
- create initial config
sendykit migrate
sendykit serveSendyKit migrations are versioned and non-destructive.
They create SendyKit-owned tables such as:
sendykit_migrationssendykit_feature_flagssendykit_webhookssendykit_analytics_eventssendykit_doctor_reportssendykit_audit_log
They do not modify Sendy core tables.
sendykit health
sendykit doctor
sendykit brands listIf those work, you have the main operator surfaces connected.