You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-12Lines changed: 53 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,14 @@ Running vibe coding workflow in canvas view allows you to develop software on an
65
65
You can connect MCP servers and Pulse full-stack apps to agentic chat. e.g. installation-free browser agent with chrome-devtools-mcp and chrome remote debugging:
We made a MF-compatible full-stack development template (theoretically framework agnostic). For now, we have official support for developing Pulse App using React (more frameworks to come).
Next, select your development framework (only React is supported for now) and fill in your project name.
128
+
129
+
You can also choose visibility of your app on Pulse Editor marketplace.
130
+
- Public: any user can discover and use your app
131
+
- Unlisted: only users that you invite with a share link can use your app
132
+
- Private: only you can access your app
133
+
134
+
### Publishing your app to Pulse Editor marketplace
135
+
To publish your app to marketplace, go to https://pulse-editor.com to create a developer API key.
136
+
Then copy your key and run:
137
+
```bash
138
+
pulse login
139
+
```
140
+
After you have signed in, you can use the following command to publish your app:
141
+
```bash
142
+
pulse publish
143
+
```
144
+
145
+
146
+
For detailed guides on how to start developing and using extensions locally, check out our [React template repository](https://github.com/ClayPulse/pulse-editor-extension-template).
147
+
148
+
Some of our official extensions are also open-source. Feel free to take examples from them and/or contribute to them.
@@ -184,7 +235,7 @@ A VSCode Webview Extension with limited features is available [here](https://mar
184
235
185
236
For detailed VSCode extension user guide, check out [VSCode Extension User Guide](vscode-extension/README.md)
186
237
187
-
# Getting Started -- Development Guide
238
+
# Pulse Editor Core Development Guide
188
239
189
240
## Recommended Nodejs version
190
241
@@ -295,16 +346,6 @@ Pulse Editor uses VSCode Webview API to create a VSCode Extension. To develop VS
295
346
296
347
Note that you will also need to run the Nextjs server locally during development.
297
348
298
-
## Pulse Editor App Development
299
-
300
-
Pulse Editor uses [Modular Federation](https://module-federation.io/) to deliver its modular extensions.
301
-
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).
302
-
303
-
Some of our official extensions are also open-source. Feel free to take examples from them and/or contribute to them.
0 commit comments