Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ Started by [anishfyi](https://github.com/anishfyi), so that AI agents can make b

Summit is built in the spirit of Alpine's HTML-first ergonomics, then pushed further where it counts: a fine-grained signal engine, a CSP-safe expression evaluator, keyed list rendering, cached computed getters, a copy-in UI library, and full TypeScript types, all in about 16KB gzipped.

<h3 align="center">Sponsors</h3>

<p align="center">
<a href="https://nodemaven.com/" title="NodeMaven - residential and mobile proxies">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/velofy/summitjs/main/docs/assets/sponsors/nodemaven-dark.svg">
<img src="https://raw.githubusercontent.com/velofy/summitjs/main/docs/assets/sponsors/nodemaven-light.svg" alt="NodeMaven" height="34">
</picture>
</a>
</p>

## AI Agent Native

Summit is designed so that an AI agent can write a working, good-looking frontend on the first try:
Expand Down Expand Up @@ -202,17 +213,6 @@ npm run check # typecheck + unit tests + build + size budget + bundle smoke +

The documentation site in `docs/` dogfoods Summit and deploys to GitHub Pages.

## Sponsors

<p align="center">
<a href="https://nodemaven.com/" title="NodeMaven - residential and mobile proxies">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/velofy/summitjs/main/docs/assets/sponsors/nodemaven-dark.svg">
<img src="https://raw.githubusercontent.com/velofy/summitjs/main/docs/assets/sponsors/nodemaven-light.svg" alt="NodeMaven" height="38">
</picture>
</a>
</p>

## License

MIT
Loading