Skip to content
THE PLATFORM

One data layer. Four builders. Every detail.

How the pieces fit together, from connectors and queries to the apps, dashboards, workflows and test automation you build on top of them.

00THE DATA LAYER

Connect once. Build on it everywhere.

A real built-in PostgreSQL, with a schema builder, functions, triggers and row-level security, plus 25+ native connectors and anything that speaks REST or GraphQL. Model reusable queries, transform with 34+ steps including Python and R, and publish read-optimized tables to Analytics. Every builder drinks from the same well.

data console / alpine_supply
PostgreSQL · built in
Tablesschema · public
orders18,942In sync · 2m behind
products312In sync
customers6,204Publish →
shipments11,378From connector
Schema BuilderFunctionsTriggersRolesPoliciesBackup
Transform · 34+ steps
SplitGroup byPivotParse JSONPythonR+28
File storage · S3-style
🖼 hero-fall-line.jpgpublic 🔗
📄 invoices/#4821.pdfprivate
Plugin Studio · your connectors
JSJavaPythonGobuild ✓
SQL editor · saved queries● all syncs healthy

25+ NATIVE CONNECTORS · ANY REST OR GRAPHQL API

  • PostgreSQL
  • MySQL
  • MongoDB
  • Snowflake
  • BigQuery
  • Amazon Redshift
  • ClickHouse
  • MariaDB
  • Oracle
  • SQL Server
  • CockroachDB
  • Databricks
  • Salesforce
  • HubSpot
  • Stripe
  • Shopify
  • Notion
  • Airtable
  • Google Sheets
  • Slack
  • Jira
  • GitHub
  • Zendesk
  • Intercom
  • Amazon S3
  • Google Drive
  • Dropbox
  • Azure Blob
  • REST API
  • GraphQL
  • Webhooks
  • Google
  • Microsoft
  • Okta
  • OpenAI
  • Anthropic
  • Twilio
  • Gmail
00.1QUERIES

Model it once. Ask it anywhere.

Build queries visually or drop to SQL. It runs against the built-in database, PostgreSQL, MongoDB, Firebase and REST alike, in one builder. Save it once and the same query feeds an app page, a dashboard visual, a workflow step and a test's data source.

queries / recent_orders
saved · shared
Built-in DBPostgreSQLMongoDBFirebaseREST
Filters
status = paid
total > $100
created · last 30 days
+ add filter · sort · limit
Same query · as SQL
SELECT id, customer, total
FROM orders WHERE status = 'paid'
ORDER BY created_at DESC
preview1,284 rows · 84ms
#4821Dana Whitfield$612.50
#4822Marcus Lee$88.20
#4823Maya Chen$204.00
used by ·app pagedashboardworkflow steptest data{{queries.recent_orders.data}}
00.2FILE STORAGE

Files live next to the data. Not in another tool.

S3-style storage built in: folders, per-file public or private visibility, clean shareable links, uploads to 5TB. Query files like tables and serve them straight into your apps and workflows.

files / alpine-supply
uploads to 5TB
invoices12 files
hero-fall-line.jpgpublic 🔗
/fs/public/8f3k21 · share it anywhere
invoices/#4821.pdfprivate
exports/orders.csvqueryable
public or private · per filequery files like tablesserved in your apps
00.3SECRETS & ACCOUNTS

Keys stay secret. Connections stay yours.

Environment variables and secrets encrypted at rest, referenced safely as expressions, and redacted in logs and reports. OAuth connected accounts (Google, GitHub) carry encrypted tokens that refresh themselves.

secrets / alpine-supply
encrypted at rest
Environment & secrets
STRIPE_API_KEY••••••••••••aes-gcm
SENDGRID_KEY••••••••••••aes-gcm
reference it safely · {{secrets.STRIPE_API_KEY}}
Connected accounts · OAuth
Google · nocodebi@alpine.co✓ connected
GitHub · alpine-supply✓ connected
tokens encrypted · refreshed automatically
redacted in logs & reportsscoped CI tokensyours per workspace
01WEBSITES & APPS

Build the whole website. Storefront to back office.

Design real public websites and internal apps on a live canvas: 86+ components, expression bindings on every field, events wired to actions, theming, SEO and auth routing. Then publish to a live URL with versioned deployments and rollback.

Explore websites & apps
🔒 alpinesupply.co published · 2m ago
ALPINE SUPPLYShopStoriesAccountCart · 2
Gear for the high places.
Field-tested packs, shells and tents. Shipped carbon-neutral from the Rockies.
Shop the fall line
Ridgeline Shell
$189
Basecamp Tent
$423.50
Trail Pack 38L
$148
SEO ✓OG card ✓auth · /accountdynamic routes · /product/[id]
02DASHBOARDS & BI

Ask the next question. No SQL required.

Drag dimensions and measures into 16+ chart types, then explore live: cross-filter, drill down, drill through, slice. You get shareable filtered URLs and Excel-ready CSV export. Try it: click a region bar in the mockup.

Explore dashboards & BI
revenue-overview / published
Filtersnone · click a bar below
Revenue by region · click to cross-filter
mode · filter · scope · all (URL) · drill-through → /orders
Orders · live18,942 rows
North America$216,9003.8%
Europe$164,2005.6%
Asia Pacific$101,2104.7%
every visual is also a filter
03WORKFLOWS

Draw the flow once. Trust every run after.

Automate on webhooks, schedules, data changes and app events, with branching, looping and calls to 19+ AI providers. Every block gets retries, timeouts and an error path, plus live run logs and a real debugger.

Explore workflows
order-followup / run #482
● passing
Gmail
AI extract
→ structured JSON
Upsert
Run log10:42:07 · 1.1s
Gmail trigger38ms
AI · extract order812ms
Upsert orders249ms
rows ← {{block.ai.json}}
ai · claude / gpt · your key
retry ×3 · error → notify
04TEST AUTOMATION

Point, click, assert. Watch it run for real.

Record a flow with the browser extension or compose 90+ blocks on the same canvas as workflows, then run it across six real browsers you can watch live. You get visual regression, flaky detection and PDF, HTML and JUnit reports.

Explore test automation
checkout-smoke / chromium · firefox · webkit
running
open /checkout1.2s
fill #email · dana@whitfield.co0.3s
apply code · ALPINE100.8s
expect {{block.cart.total}} = $91.800.1s
pay · card ending 42422.4s
video ✓console ✓network ✓1280×720 · en-US
05VEYLO · AI AGENT

One agent. The whole platform.

380+ audited tools behind one chat. Veylo writes and repairs your components, stands up whole data pipelines (generate the connector, test it, sync it), turns recordings into test cases, and answers questions on your data with safe, structured queries. Every tool call streams live; risky writes pause for your approval.

Ask · Build · Plan · Autobring your own modelevery call audited
Veylobuild mode
Build a churn-by-region donut for the orders app
thinking
run_adhoc_query · orders1,284 rows
generate_component_codeChurnDonut · recharts
validated · auto-repairedtheme-aware
Save to your component library?ApproveReview
ChurnDonut · component previewprops ✓ · dark / light ✓
Churn by region✦ by Veylo
NA3.8%
EU5.6%
APAC4.7%
saved to component library · bound to {{query.churn_by_region}}
06BUILT FOR TEAMS

Multiplayer by default. Versioned for production.

Every canvas is live-collaborative, with cursors, presence and autosave. Commit snapshots of the whole workspace, build to isolated Dev and Prod stages, roll back any release, and keep secrets encrypted with scoped tokens for CI.

releases / alpine-supply
Commit v14 · alpine-supplysnapshot · release notes
Dev · draft buildisolated stage
Prod · published liverollback any time
live cursors · presence · autosaveencrypted secretsscoped CI tokens

See it all on one canvas.

NO SPAM · FOUNDING PRICE LOCKED FOR EARLY TEAMS