0.5.0
Released: April 2026- Initial public release of the Velocity Ads Web SDK
- Available via NPM (
@velocityio/web-sdk) and CDN - Full TypeScript support with type definitions
- Instance-based SDK with
VelocitySDKclass init()method with automatic browser parameter detection (user agent, language, viewport, timezone)fetchAd()method for contextual ad retrieval- Result-based error handling (
{ success: true, data }/{ success: false, error }) - Configurable timeout and retry behavior
- Custom logger support
- Development mode with mock ads (
sdkMode: 'development')

