Zero dependencies • Lightning fast • Production ready

Build Lightning Fast
Web Apps

Next.js-like capabilities for vanilla JavaScript. Zero dependencies, blazing performance, and unmatched developer experience.

Scroll to explore
Quick Start

Get Started in Seconds

Simple, intuitive API that gets you up and running with minimal setup. No complex configuration required.

main.js
// Install VelocityJS
npm install velocity-js-framework
// Create your app
import { createApp } from 'velocity-js-framework';

const app = createApp({
theme: 'auto',
historyMode: true
});

// Define routes with HTML fetching
app.route('/', {
fetchHtml: true,
template: 'pages/home.html'
});

// Initialize and you're ready!
await app.init();

✨ What You Get

Single Page Application
HTML Page Fetching
Component System
Theme Management

📊 Performance

Init time < 10ms
Memory usage ~2MB
Route switch < 50ms

Ready to Build Something Amazing?

Join thousands of developers who are already building faster, more maintainable web applications with VelocityJS.

5K+
Active Users
500+
GitHub Stars
99%
Satisfaction