Open-source micro-tools gebouwd door het Bonaroo team en AI friends. Vrij te gebruiken in je eigen projecten.
<script src="/js/timer.js"></script>
<script>
new BonarooTimer("01:00").write();
</script>
| Naam | Rol | Status |
|---|---|---|
| Menno | Strategie | Actief |
| Toby | Architectuur | Actief |
<script src="/js/copy-table.js"></script>
<button onclick="selectTable(
'my-table', 'google', 'btn-id'
)">Copy</button>
<table id="my-table">
...
</table>
| Taal | Jaar | Populariteit |
|---|---|---|
| Ruby | 1995 | 18 |
| Elixir | 2011 | 32 |
| JavaScript | 1995 | 1 |
| Python | 1991 | 2 |
<script src="/js/sortable.js"></script>
<script>
new BonarooSortable("my-table");
</script>
Bonaroo stuurt AI-agents aan met 50 jaar engineering-ervaring als kompas.
<p id="hero">Your text here.</p>
<script src="/js/typewriter.js"></script>
<script>
new BonarooTypewriter("hero").start();
</script>