Get Started
Cloud Setup
Connect to Isofold Cloud to optimize queries without hosting anything yourself.
Use Isofold Cloud
Isofold Cloud is the fastest way to get started—no infrastructure required. It runs in Fly.io edge regions and proxies your queries to BigQuery, Snowflake, or Aurora.
Step 1 — Get your proxy URL
- Sign up at isofold.com
- Go to the Dashboard
- Copy your team’s assigned proxy URL
Example:
https://myteam.proxy.isofold.com
Step 2 — Configure your application or CLI
Update your client or application to point to the Isofold proxy.
Step 3 — Confirm traffic is flowing
Once connected, use the Isofold dashboard or logs to:
- Monitor query traffic
- Confirm optimizations are being applied
- View query diffs or cost savings
Optional — Enable verification mode
Isofold supports verification mode, which runs both the original and optimized query to confirm that results match exactly.
Enable it in the dashboard or by setting the environment variable:
Verification runs side-by-side queries and surfaces mismatches for debugging or audit purposes.
Need to host Isofold yourself? Follow the Self-hosted setup.