




Fiveonefour is an agent harness for building analytical features on ClickHouse. This integration orchestrates ClickHouse schema migrations alongside your Vercel deployments.
ClickHouse schema as code Tables and views are defined and versioned alongside your Vercel-hosted project code.
Branch-isolated preview databases Each Vercel preview branch provisions its own ClickHouse database. Two devs or agents working on different schema changes never collide on a shared staging instance.
Schema migration orchestration
Every git push applies the schema migrations implied by your code changes to your preview database.
Environment variable sync API keys and connection details sync from Fiveonefour to your Vercel project automatically.
Install adds the Fiveonefour integration to your Vercel account. To coordinate builds, link a Fiveonefour project to your Vercel project. Both must point to the same GitHub repository.