Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit b181bf5

Browse files
noahgiftclaude
andcommitted
Add hero SVG visualization to README
- Create .github/presentar-hero.svg showing architecture - Update README.md with centered badges and SVG header - Match sister project styling (aprender, trueno) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6b782c5 commit b181bf5

2 files changed

Lines changed: 235 additions & 4 deletions

File tree

.github/presentar-hero.svg

Lines changed: 218 additions & 0 deletions
Loading

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
# Presentar
1+
<p align="center">
2+
<img src=".github/presentar-hero.svg" alt="Presentar" width="900">
3+
</p>
24

3-
WASM-first visualization and rapid application framework for the Sovereign AI Stack.
5+
<h1 align="center">Presentar</h1>
46

5-
[![Rust](https://img.shields.io/badge/rust-1.75%2B-orange.svg)](https://www.rust-lang.org/)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7+
<p align="center">
8+
<b>WASM-first visualization and rapid application framework for the Sovereign AI Stack.</b>
9+
</p>
10+
11+
<p align="center">
12+
<a href="https://crates.io/crates/presentar"><img src="https://img.shields.io/crates/v/presentar.svg" alt="Crates.io"></a>
13+
<a href="https://docs.rs/presentar"><img src="https://docs.rs/presentar/badge.svg" alt="Documentation"></a>
14+
<a href="https://github.com/paiml/presentar/actions/workflows/ci.yml"><img src="https://github.com/paiml/presentar/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
15+
<a href="https://img.shields.io/badge/coverage-88%25-brightgreen"><img src="https://img.shields.io/badge/coverage-88%25-brightgreen" alt="Coverage"></a>
16+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
17+
</p>
18+
19+
---
720

821
## Features
922

0 commit comments

Comments
 (0)