Hacker News new | ask | show | jobs
by privatenumber 1874 days ago
Slidev is amazing! It's an alternative to Google Slides/Keynote/Powerpoint, allowing you to code your slides as a website so you have more granular control.

The slides are written in markdown so it's very intuitive and easily maintainable:

```

# Slidev

Hello World

---

# Page 2

Directly use code blocks for highlighting

```ts console.log('Hello, World!') ```

---

# Page 3

...

```

It's also built on top of Vite and Windi CSS so it's blazing fast!

Checkout their beautiful website: https://sli.dev

For the first time, I can't wait to do a slideshow presentation!

----

PS. the author Anthony Fu is an incredibly talented & prolific engineer + designer. He maintains multiple large open source projects and yet somehow managed to deliver this.

More importantly, he's super kind and friendly, and strives to raise other engineers. He's definitely on to big things!