Top
Best
New

Posted by SpeckOs 2 hours ago

Speck.js – An AI-native web framework with zero imports(speckjs.dev)
3 points | 1 comments
SpeckOs 2 hours ago
We built Speck.js-Beta as part of the SpeckOS ecosystem – a distributed AI system using "Digital DNA" for agent alignment.

The core ideas:

- Zero imports – Components auto-discover each other. Filename = component name.

- AI-native – Built-in SpeckAgent for Claude. No SDK bolting.

- Declarative – <state>, <if>, <loop>, <async> as native tags.

- Fine-grained reactivity – Preact Signals, not virtual DOM diffing.

Get started: npm create speck-app my-app

Would love feedback from the HN community.