Skip to content

Commit bdbf334

Browse files
authored
Merge pull request #38 from ClayPulse/preparing-beta-release
Update readme
2 parents bca795a + fe7e532 commit bdbf334

File tree

1 file changed

+44
-3
lines changed

1 file changed

+44
-3
lines changed

README.md

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pulse Editor
33
</h1>
44

55
> [!IMPORTANT]
6-
> 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.
6+
> Pulse Editor is still in its early development stage. We are trying hard to make sure everything works as expected for all different platforms. See [Beta Release Roadmap](#beta-release-roadmap) below.
77
88

99

@@ -22,7 +22,11 @@ Pulse Editor
2222

2323
- [Table of Contents](#table-of-contents)
2424
- [Introduction](#introduction)
25-
- [Documentation](#documentation)
25+
- [Beta Release Roadmap](#beta-release-roadmap)
26+
- [Major Beta Release 1 (June 2025):](#major-beta-release-1-june-2025)
27+
- [Major Beta Release 2 (planned for 2025 Q3)](#major-beta-release-2-planned-for-2025-q3)
28+
- [Major Beta Release 3 (planned for 2025 Q4)](#major-beta-release-3-planned-for-2025-q4)
29+
- [Documentation (WIP)](#documentation-wip)
2630
- [Getting Started -- User Guide](#getting-started----user-guide)
2731
- [Web Client](#web-client)
2832
- [Mobile Client](#mobile-client)
@@ -44,7 +48,40 @@ Pulse Editor
4448

4549
# Introduction
4650
Pulse Editor is a cross-platform tool built to make AI-powered creation and development feel intuitive and seamless.
47-
# Documentation
51+
52+
# Beta Release Roadmap
53+
🎉🎉Pulse Editor is now in beta.
54+
55+
We plan to have 2-3 major beta release stages before we reach a stable release version.
56+
57+
### Major Beta Release 1 (June 2025):
58+
Pulse Editor is now available on Android and Desktop (tested for Windows, needs more testing for Linux and MacOS).
59+
60+
Pulse Editor Marketplace now is available for editor users. Simply download Pulse Editor, and view all available extensions in the extension page. You can also browser and search extensions in [Marketplace Web (WIP)](https://pulse-editor.com/marketplace). As for now, the following extensions are available:
61+
- (Official) [Pulse Editor Code View (MIT)](https://github.com/ClayPulse/pulse-editor-code-view)
62+
- (Official) [Pulse Editor Terminal (MIT)](https://github.com/ClayPulse/pulse-editor-terminal)
63+
- (Official) [Pulse Editor Image Editor (MIT)](https://github.com/Shellishack/pulse-editor-image-editor)
64+
- (Official) [Pulse Editor Video Editor (MIT)](https://github.com/Shellishack/pulse-editor-video-editor)
65+
66+
Pulse Editor Marketplace Developer Access is now open for application. If you'd like to develop and publish your own extensions to Pulse Editor Marketplace, submit a form here [Developer Beta Access](https://pulse-editor.com/beta).
67+
68+
Even if you haven't got access to publish your extensions to the marketplace, you can still explore Pulse Editor platform by developing your own 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.
69+
70+
71+
### Major Beta Release 2 (planned for 2025 Q3)
72+
Planned items:
73+
- Documentation
74+
- Support for web
75+
- Support remote Pulse Editor instance access
76+
- Extension app AI builder
77+
- ... (WIP)
78+
79+
~~Coming Soon: [Making 100 Extension Apps Challenge](https://github.com/shellishack)~~
80+
81+
### Major Beta Release 3 (planned for 2025 Q4)
82+
... (WIP)
83+
84+
# Documentation (WIP)
4885
The documentation will be available at https://docs.pulse-editor.com. You can find documentation repository [here](https://github.com/ClayPulse/docs).
4986

5087
# Getting Started -- User Guide
@@ -137,6 +174,10 @@ npm run desktop-build
137174
If you run `npm run desktop-build` for a production build, you can find an executable file inside `build/desktop`.
138175

139176
## VSCode Extension Development
177+
> [!warning]
178+
> The code in `vscode-extension` might be out of date, as it was made for an Alpha Demo.
179+
> Support for using Pulse Editor as an extension in VSCode might be discontinued, or get simply replaced with a webview.
180+
140181
Pulse Editor uses VSCode Webview API to create a VSCode Extension. To develop VScode Extension locally, open the `vscode-extension` in a separate VSCode window. Then press F5 to launch debug task.
141182

142183
Note that you will also need to run the Nextjs server locally during development.

0 commit comments

Comments
 (0)