Ready to Publish?
Startup Plan
Startup Plan
Ready to go live?
Publishing requires a Startup plan ($500/month) or higher. You’ll need:- HIPAA-ready production infrastructure
- Signed BAAs with all services that handle PHI
- Security review
Backend hosting BAA is self-serve: You sign Convex’s BAA directly in your dashboard - no negotiation needed. We handle the migration to your production account with zero downtime.
If your app integrates with third-party services (telehealth video, messaging, eRx, analytics, etc.), those vendors may have their own fees and agreements, including BAAs where applicable. Important: Stripe does not sign a BAA and classifies certain healthcare categories (telemedicine, pharmacy) as restricted. The Specode team can help navigate Stripe approvals for restricted categories. See our Payment Processing Guide for details.
The Startup plan includes 1 published project, 3 draft projects, and 800 credits/month. Need more? Upgrade to Pro or Custom.
Pro Plan
Pro Plan
Ready to go live?
Publishing requires a Pro plan ($1,000/month) or higher. You’ll need:- HIPAA-ready production infrastructure
- Signed BAAs with all services that handle PHI
- Security review
Backend hosting BAA is self-serve: You sign Convex’s BAA directly in your dashboard - no negotiation needed. We handle the migration to your production account with zero downtime.
Optional penetration test: We offer an optional in-house penetration test for $3,000. Teams typically request this when they need a pen test report for procurement, security review, or enterprise onboarding.
If your app integrates with third-party services (telehealth video, messaging, eRx, analytics, etc.), those vendors may have their own fees and agreements, including BAAs where applicable. Important: Stripe does not sign a BAA and classifies certain healthcare categories (telemedicine, pharmacy) as restricted. The Specode team can help navigate Stripe approvals for restricted categories. See our Payment Processing Guide for details.
Contact our team to begin your HIPAA-compliant deployment process.
What You’ll Need to Set Up
Before your app can go live, there are a few accounts and configurations you’ll need to handle on your end. Our team will guide you through each step. Here’s the sequence at a glance:- (Optional) Run the HIPAA scan in Specode’s HIPAA Compliance Center and fix any findings
- Create a GitHub account and repository for your project, then invite
Specode-supportso our team can clone your code into your repo - Create a Convex Pro account and sign their self-serve BAA
- Configure your Convex account to work with your custom domain
- Set up HIPAA-grade accounts with all third-party service providers whose APIs touch PHI (e.g., Mailgun for transactional email) and sign BAAs with each of them
- (Optional) Request an in-house penetration test from Specode
1
HIPAA Scan (Optional)
Before publishing, run the HIPAA compliance scan from the HIPAA Compliance Center inside your Specode project. The scan is on-demand and flags any issues that need to be resolved before going live. Fix everything the HIPAA compliance agent finds before proceeding.
2
GitHub
Create a GitHub account (if you don’t have one), create a repository for your project, and invite
Specode-support (support@specode.ai) as a collaborator. The Specode team will clone your project code into this repository.3
Convex (Database)
Your app uses Convex as its backend database. During development, your project runs on Specode’s shared Convex infrastructure. For production, you’ll need your own Convex Pro account:
- Sign up for a Convex Pro account at convex.dev
- Sign the self-serve BAA directly in your Convex dashboard
- Let the Specode team know once that’s done - we’ll migrate your project to your account
We recommend completing this 1-2 weeks before your target launch date to avoid last-minute delays.
4
Custom Domain
If you’re using a custom domain (e.g.,
app.yourcompany.com), you’ll need to configure DNS records with your domain provider:- Point your domain to Convex (frontend)
- Add DNS records for email service (e.g., Mailgun)
5
BAAs and Third-Party Service Accounts
For HIPAA compliance, you’ll need signed BAAs with each service that handles protected health information (PHI). This includes:
- Convex - self-serve BAA signed in your dashboard (covered in the Convex step above)
- Mailgun (or your chosen email provider) - for transactional emails like password resets and notifications. Set up your account, get your API key, configure your sending domain, and sign their BAA.
- Any other third-party services whose APIs touch PHI in your app (telehealth, messaging, eRx, analytics, etc.)
What about BetterAuth? Better Auth is an open-source authentication library that runs directly on your Convex backend. It is not a separate hosted service or third-party data processor - your authentication data is stored and processed entirely within your Convex environment. Since Convex is the data custodian (and you sign a BAA with Convex), no separate BAA is needed for Better Auth.
Important: Stripe does not sign a BAA and classifies certain healthcare categories (telemedicine, pharmacy) as restricted. The Specode team can help navigate Stripe approvals for restricted categories. See our Payment Processing Guide for details.
After Publishing: Development Access
Once your app is published through your own GitHub and Convex accounts, you still keep full access to your Specode project. As long as your subscription is active, you can continue using Specode as your development environment. However, new changes made in your Specode project will not automatically sync to the published app running on your own GitHub/Convex infrastructure.How updates reach your live app
When you’re ready to push changes to production, here’s the workflow:- Make and test your changes in the Specode development environment
- Run the HIPAA compliance scan on the updated code from the HIPAA Compliance Center
- Contact the Specode team - we re-export the updated code to your GitHub repository
- The updated code is deployed to your production Convex environment