Merge pull request #684 from rowboatlabs/readme-apps-fixes

Fix typos in README.md Apps section
This commit is contained in:
arkml 2026-07-07 16:57:35 +05:30 committed by GitHub
commit a303e0421c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View file

@ -32,12 +32,11 @@ Rowboat indexes your work into a living knowledge graph and uses that to get wor
Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/downloads) Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/downloads)
<p align="center"> <p align="center">
<img width="1502" height="938" alt="Screenshot 2026-06-24 at 11 40 45PM" src="https://github.com/user-attachments/assets/d84cbdf2-42a6-4767-9dec-81cfa435f310" /> <img width="1091" height="632" alt="Screenshot 2026-07-07 at 4 22 08PM" src="https://github.com/user-attachments/assets/440087ae-5674-427a-87bb-831b0bea7de4" />
</p> </p>
<p align="center"> <p align="center">
<a href="https://youtu.be/NcWGdwQ7Cpo"> Demo - email to code</a> · <a href="https://www.youtube.com/watch?v=7xTpciZCfpw"> Demo - knowledge graph</a> <a href="https://www.youtube.com/watch?v=et5yQABJ3xI"> Demo - apps to code </a> · <a href="https://www.youtube.com/watch?v=7xTpciZCfpw"> Demo - knowledge graph</a>
</p> </p>
@ -104,6 +103,15 @@ Code mode lets you spin up parallel coding agents with Claude Code or Codex, and
</tr> </tr>
<tr> <tr>
<td width="40%" valign="middle"> <td width="40%" valign="middle">
<h3>Apps</h3>
You can bulild your own work surfaces inside Rowboat — they get acess to all the tools and integrations, and you can share them with other people.
</td>
<td width="60%">
<img width="1512" height="949" alt="Apps screenshot" src="https://github.com/user-attachments/assets/aaedc79b-3e72-45e8-995c-e8a3d127fdac" />
</td>
</tr>
<tr>
<td width="40%" valign="middle">
<h3>Integrations</h3> <h3>Integrations</h3>
Includes one-click integrations to most popular products. Includes one-click integrations to most popular products.
</td> </td>

View file

@ -1,3 +1,4 @@
// Electron main process entry point.
import { app, BrowserWindow, desktopCapturer, protocol, net, shell, session, safeStorage, type Session } from "electron"; import { app, BrowserWindow, desktopCapturer, protocol, net, shell, session, safeStorage, type Session } from "electron";
import path from "node:path"; import path from "node:path";
import { import {