mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-15 21:11:08 +02:00
Merge pull request #684 from rowboatlabs/readme-apps-fixes
Fix typos in README.md Apps section
This commit is contained in:
commit
a303e0421c
2 changed files with 12 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -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 45 PM" 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 08 PM" 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>
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue