Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p3ol/oak
🌳 Modern, lightweight & modulable page builder
https://github.com/p3ol/oak
builder drag-and-drop nocode page-builder visual-editor website-builder wysiwyg
Last synced: about 12 hours ago
JSON representation
🌳 Modern, lightweight & modulable page builder
- Host: GitHub
- URL: https://github.com/p3ol/oak
- Owner: p3ol
- License: mit
- Created: 2020-08-12T10:09:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T00:49:18.000Z (8 days ago)
- Last Synced: 2025-01-11T22:11:46.522Z (8 days ago)
- Topics: builder, drag-and-drop, nocode, page-builder, visual-editor, website-builder, wysiwyg
- Language: TypeScript
- Homepage: https://p3ol.github.io/oak/
- Size: 20.4 MB
- Stars: 53
- Watchers: 4
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - p3ol/oak - 🌳 Modern, lightweight & modulable page builder (TypeScript)
README
[![GitHub](https://img.shields.io/github/license/p3ol/oak.svg)](https://github.com/p3ol/oak)
[![CI](https://github.com/p3ol/oak/workflows/CI/badge.svg)](https://github.com/p3ol/oak/actions)
[![codecov](https://codecov.io/gh/p3ol/oak/branch/master/graph/badge.svg)](https://codecov.io/gh/p3ol/oak)A modern, lightweight & modulable block-based builder for the modern web
# Packages
| Name | Description | |
| :-- | :-- | :-- |
| `@oakjs/react` | A render for React | [documentation](https://github.com/p3ol/oak/blob/master/packages/react) |
| `@oakjs/theme` | A base theme for Oak | [documentation](https://github.com/p3ol/oak/blob/master/packages/theme) |
| `@oakjs/addon-remirror` | WYSIWYG text field for the React renderer using [Remirror](https://remirror.io/) | [documentation](https://github.com/p3ol/oak/blob/master/packages/addon-remirror) |
| `@oakjs/addon-ckeditor5-react` | WYSIWYG text field for the React renderer using [CKEditor 5](https://ckeditor.com/ckeditor-5/) | [documentation](https://github.com/p3ol/oak/blob/master/packages/addon-ckeditor5-react) |
| `@oakjs/strapi-plugin` | A plugin to add a custom Oak field to [Strapi](https://strapi.io/) | [documentation](https://github.com/p3ol/oak/blob/master/packages/strapi-plugin) |
| `@oakjs/core` | The core of the famous builder | [documentation](https://github.com/p3ol/oak/blob/master/packages/core) |# Documentation
The documentation of each package is available in the `README.md` file of the said package.
# Development
Install dependencies:
```bash
yarn install
```Run examples with Storybook:
```bash
yarn serve
```# Contributing
[![](https://contrib.rocks/image?repo=p3ol/oak)](https://github.com/p3ol/oak/graphs/contributors)
Please check the [CONTRIBUTING.md](https://github.com/p3ol/oak/blob/master/CONTRIBUTING.md) doc for contribution guidelines.
# License
This software is licensed under [MIT](https://github.com/p3ol/oak/blob/master/LICENSE).