Speck.js โ€“ An AI-native web framework with zero imports
speckjs.devยท4dยท
Discuss: Hacker News
๐Ÿฆ€Rust Borrowing
Preview
Report Post

v0.2.5 โ€” Now with AI Components

Write less. Build faster. No imports. Pure magic.

<Counter>
<state count={0} />

<button onClick={() => state.count.value++}>
Count: {state.count.value}
</button>
</Counter>

0 Imports needed

~2KB Runtime

โˆž Possibilities

๐Ÿค–

AI-Native

Built-in SpeckAgent class for Claude integration. Build AI-powered apps in minutes, not hours.

const agent = new SpeckAgent({ purpose: '...' });

โšก

Zero Imports

Components auto-discover each other. Just use <MyComponent /> anywhere.

๐ŸŽฏ

Fine-Grained Reactivity

Powered by Preact Signals. Only what changes re-renders. No virtual DOM diffing.

๐Ÿ›ฃ๏ธ

Built-in Router

Client-side routing with dynamic params. No extra packages needed.

โณ

Async Made Easy

<async>, <then>, `<โ€ฆ

Similar Posts

Loading similar posts...