Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitebook/vitebook

Blazing fast alternative to Storybook.
https://github.com/vitebook/vitebook

Last synced: 11 days ago
JSON representation

Blazing fast alternative to Storybook.

Awesome Lists containing this project

README

        

# Vitebook

[![package-badge]][package]

**ARCHIVED**

Due to a lack of time, resources, and change in direction this repository is no longer maintained. I'm sorry for any issues that were unresolved and for not being able to help as much as I wanted too. The work that was started here is continued in another OSS project called [Vessel](https://github.com/vessel-js/vessel).

If you're still looking for a Storybook alternative that's powered by Vite, I highly recommend checking out [Histoire](https://histoire.dev/).

---

If you're unfamiliar with Storybook, it's an open source tool for building UI components and
pages in isolation. It streamlines UI development, testing, and documentation. Vitebook aims
to provide the same capabilities but in a more laxed, lighter, faster and configurable way.

## Playgrounds

- [Documentation Site](https://stackblitz.com/github/vitebook/vitebook/tree/main/docs)
- [Svelte](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/svelte)
- [SvelteKit](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/svelte-kit)
- [Vue](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/vue)
- [Preact](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/preact)
- [React](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/react)
- [Tailwind](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/tailwind)

## Documentation

Visit [vitebook.dev][vitebook].

## License

[MIT](./LICENSE)

Copyright (c) 2021-present, Rahim Alwer

[package]: https://www.npmjs.com/package/@vitebook/core
[package-badge]: https://img.shields.io/npm/v/@vitebook/core?style=flat-square
[storybook]: https://storybook.js.org
[webpack]: https://webpack.js.org
[vite]: https://vitejs.dev
[vite-why]: https://vitejs.dev/guide/why.html
[vitebook]: https://vitebook.dev
[vitebook-install]: https://vitebook.dev/introduction/installation.html