Skip to content

Commit 26ad9b2

Browse files
committed
Homepage: add batteries
1 parent 0ceeefd commit 26ad9b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@ There are [various way to run Mastro](/guide/cli-install/). If you're unsure whi
176176
</div>
177177

178178

179+
## Batteries ready
180+
181+
The minimal [Mastro core package](https://jsr.io/@mastrojs/mastro) doesn’t come "batteries included". But there is a growing list of official extensions (usually just a single file wrapping a carefully chosen external dependency), and a lot of NPM and JSR [packages you can install](https://mastrojs.github.io/guide/third-party-packages/).
182+
183+
- [Reactive Mastro](/reactive/) – client-side reactive GUI library
184+
- [@mastrojs/markdown](https://jsr.io/@mastrojs/markdown) – generate HTML from markdown
185+
- [@mastrojs/images](https://jsr.io/@mastrojs/images) – transform images (resize, compress, etc)
186+
- [@mastrojs/og-image](https://jsr.io/@mastrojs/og-image) – generate images from text
187+
- [@mastrojs/feed](https://jsr.io/@mastrojs/feed) – generate an Atom feed
188+
- [Kysely](https://www.kysely.dev/) – type-safe SQL query builder
189+
190+
179191
## Reactive Mastro – interactivity simplified
180192

181193
When you need client-side interactivity, add Reactive Mastro – a tiny reactive GUI library for MPAs.

0 commit comments

Comments
 (0)