🚧 VeloxKit is pre-release software. APIs may change before v1.0. Get started →
Examples
Overview

Examples

Reference applications that demonstrate VeloxKit in production-like scenarios. Each example is a complete, runnable project.

Notes App

The primary reference application. A feature-complete notes app with SQLite storage, full-text search, and a custom title bar.

Demonstrates: db, fs, dialog, routing, custom title bar, keyboard shortcuts

npx veloxkit-cli create my-notes --template notes

View source →


Log Viewer

A real-time log file viewer. Tails a file and renders new lines as they arrive. Handles files up to 1GB without memory issues.

Demonstrates: fs.watch, ScrollView, large data rendering, Canvas for the timeline view

Status: Coming soon

View source →


AI Assistant

An on-device chat assistant using a local LLaMA model. No network requests — everything runs on the user's machine.

Demonstrates: ai.generate, ai.embed, semantic search with sqlite-vec, streaming responses

Status: Coming soon

View source →