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 notesLog 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
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