Embed the Simulation Layer directly into your development lifecycle. Automated "Journey Audits" on every deployment.
Stop treating research as a milestone. Make it an automated Standard Operating Procedure (SOP).
Audits run in your private Litmusly instance. No research data ever leaks to public logs.
.github/workflows/litmusly.yml file to start receiving Simulation Reports on every Vercel/Netlify preview deployment.name: Litmusly Simulation Audit
on:
deployment_status:
types: [success]
jobs:
simulation_audit:
runs-on: ubuntu-latest
steps:
- name: Run Litmusly Audit
uses: litmusly/simulation-action@v1
with:
api_key: ${{ secrets.LITMUSLY_API_KEY }}
project_id: "your-project-id"
deployment_url: ${{ github.event.deployment_status.target_url }}Add this to your repository webhook settings:
https://your-domain.com/api/webhooks/githubGITHUB_WEBHOOK_SECRETSecret for verifying webhook signatures
GITHUB_TOKENGitHub PAT for posting PR comments
a1b2c3dIdentified Friction Points
Automated simulation audits on every PR with instant feedback in pull request comments.
Receive results the moment your Vercel preview URL is live. No manual triggering required.
Seamless integration with Netlify deploy previews for continuous simulation testing.
Visual markers on your preview UI indicating where conversion intent drops for specific segments.
Full REST API for custom integrations and advanced workflow automation.