Velofy
Manifesto / No. 001 Gurgaon, India / AI Native Builders

AI is the new We build for it.

Hover or press the big word. Est. Gurgaon / Shipped in the open
Open Source. By Nature.
Section 01 Five clauses. No footnotes.

AI is the new native.

The next billion readers of your code are not people. They are agents. We build software that machines can read, run, and extend without asking permission.

Open source. By nature.

Not a strategy. A reflex. Code that cannot be read cannot be trusted, by a human or by a model. Everything we ship, we ship in the open.

The browser is enough.

No build step. No virtual DOM. No eval. HTML is the interface and the program. Tooling should vanish, not multiply.

Docs are an API.

Every repo carries llms.txt and a drop-in AGENTS.md. If an agent cannot operate it, it is not finished.

Small is a decision.

About 16KB gzipped. Fine-grained signals. Keyed lists. Accessible components in the box. Restraint is the feature.

Section 02 / Exhibit Summit.js / Flagship

Summit.js. An open source, AI Agent Native JavaScript framework. Behavior composed directly in HTML.

  • S/01No build step
  • S/02No virtual DOM
  • S/03No eval
  • S/04CSP-safe expressions
  • S/05Fine-grained signals
  • S/06Keyed list rendering
  • S/07Accessible UI, bundled
  • S/08About 16KB gzipped

Proof of work / index.html

<div s-data="{ open: false }">
  <button @click="open = !open">Toggle</button>
  <p s-show="open">Hello from Summit</p>
</div>

Machine-readable by design. Every release ships llms.txt and a drop-in AGENTS.md, so your agent reads the manual before you do.

Section 03 / The Ledger Audited in public
No. Project Status Terms
001 Summit.js Shipped Open source
002 Undisclosed In progress Opens soon
003 Undisclosed In progress Opens soon
004 Undisclosed In progress Opens soon

More repos opening soon. Watch github.com/velofy.