⚡ Zero Dependencies • Sub-30KB • TypeScript-First

The Future of Web Development

Meet 0x1 - the lightning-fast TypeScript framework that serves as a drop-in replacement for React and Next.js. Zero hydration cost, extreme performance, and familiar APIs.

Get Started Documentation GitHub
Zero Hydration
Bun-Powered
React Compatible

Extreme Performance

See how 0x1 compares to other popular frameworks

0x1

Bundle Size

<30KB

Zero dependencies

React

Bundle Size

44KB+

+ hydration cost

Next.js

Bundle Size

80KB+

+ runtime overhead

Drop-in Replacement

Full React hooks compatibility with familiar APIs. Migrate from React/Next.js with minimal changes.

- import React, `} from 'react';
+ import `} from '0x1';
// That's it! Same API, better performance

Interactive Components

Built with 0x1's reactive system. Zero hydration overhead, direct DOM manipulation.

Latest Release

v0.0.378 Now Available

Init time speed index loading optimization, further bundle reduction, service worker caching, and enhanced performance features.

View Changelog Try v0.0.378

Start Building Today

Get started with 0x1 in minutes and experience the future of web development.

1 Install Bun & 0x1

$ curl -fsSL https://bun.sh/install | bash
$ bun install -g 0x1

2 Create & Start Project

$ 0x1 new my-app
$ cd my-app && 0x1 dev

Ready to explore the complete capabilities?

Complete Tutorial AI Assistant Guide