Skip to content

Commit 8064013

Browse files
authored
Merge pull request #18 from ClayPulse/dev
Update readme
2 parents 97f8920 + 3184c49 commit 8064013

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Pulse Editor
2+
> [!IMPORTANT]
3+
> Pulse Editor is still in its early development stage, with a BETA release planned for the end of Q2 2025. Until then, there is no official stable support for extension marketplaces. However, you can explore the platform by developing your own extensions or running our official extensions locally. This is a great opportunity to get an early look at Pulse Editor and start experimenting with its capabilities! See [Extension Development](#pulse-editor-extension-development) below.
4+
25
<p align="center">
36
<img alt="Pulse Editor" src="shared-assets/icons/pulse_logo.svg">
47
</p>
@@ -135,8 +138,9 @@ Pulse Editor uses VSCode Webview API to create a VSCode Extension. To develop VS
135138
Note that you will also need to run the Nextjs server locally during development.
136139

137140
## Pulse Editor Extension Development
138-
You can use our [template repository](https://github.com/ClayPulse/pulse-editor-extension-template) to get started developing extensions for Pulse Editor.
141+
Pulse Editor uses [Modular Federation](https://module-federation.io/) to deliver its modular extensions.
142+
For guides on how to start developing and using extensions locally, check out our [React template repository](https://github.com/ClayPulse/pulse-editor-extension-template).
139143

140-
Some official extensions are also open-source. Feel free to take examples from them and/or contribute to them.
144+
Some of our official extensions are also open-source. Feel free to take examples from them and/or contribute to them.
141145
- [Pulse Editor Code View](https://github.com/ClayPulse/pulse-editor-code-view)
142146
- [Pulse Editor Terminal](https://github.com/ClayPulse/pulse-editor-terminal)

0 commit comments

Comments
 (0)