Explore
See what soaring forecast data can do in real products.
Convek returns structured fields for lift, cloudbase, usable height, wind, convergence, soundings, and corridor samples. These examples show how that data can become maps, route checks, instrument displays, and briefing tools.
One grid slice, one map layer
const res = await fetch( "https://api.convek.dev/v1/grid?region=gb&resolution=4km&field=wstar_ms&time=14:00&west=-3.4&east=-1.4&south=51.7&north=53.0", { headers: { Authorization: "Bearer cvk_live_your_key" } });const layer = await res.json();return { field: layer.field, units: layer.units, bounds: layer.bounds, rows: layer.grid_shape.south_north, cols: layer.grid_shape.west_east, values: layer.data,};Choose an example
Different interfaces, same forecast layer.
Point forecasts work on every tier. Rich map layers and high-volume product use need the appropriate developer plan.
Maps and layers
Forecast map demo
Show thermal strength, cloudbase, convergence, wind, and day rating as an interactive forecast surface.
OpenCorridor sampling
Route demo
Sample conditions along a route so planners can see lift, cloudbase, wind, and timing beyond a single launch point.
OpenDevices
Instrument demo
Shape point and corridor forecasts into compact data for flight computers, varios, and companion apps.
Open