diff --git a/README.md b/README.md index 2d045094..8d46398b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ -Rowboat indexes your work into a living knowledge graph and uses that to get work done on your machine. It includes work surfaces for collaborating with AI: email client, notes, browser, code mode, meeting note taker, and workspaces for different projects. +Rowboat indexes your work into a living knowledge graph and uses that to get work done on your machine. It includes work surfaces for collaborating with AI: email client, notes, browser, code mode, meeting note taker, and workspaces for different projects. Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/downloads) @@ -55,7 +55,7 @@ Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/do

Brain

-Rowboat indexes email, meetings, slack and assistant conversations into a living Obsidian-style backlinked knowledge graph. +Rowboat indexes email, meetings, slack and assistant conversations into a living Obsidian-style backlinked knowledge graph. Brain graph screenshot @@ -73,7 +73,7 @@ The built-in email client sorts emails into important and everything else. Rowbo

Background agents

-You can set up background agents that run on events like new email or on schedule like every day at 8am. They can connect to tools, search the web, use the browser and write code using Claude Code or Codex. +You can set up background agents that run on events like new email or on schedule like every day at 8am. They can connect to tools, search the web, use the browser and write code using Claude Code or Codex. Background agents screenshot @@ -83,7 +83,7 @@ You can set up background agents that run on events like new email or on schedul

Built-in Browser

-Rowboat includes a browser that lets you and assistant collaborate on web tasks. Because its isolated from your main browser, you can log in only to the accounts that want the assistant to access. +Rowboat includes a browser that lets you and assistant collaborate on web tasks. Because its isolated from your main browser, you can log in only to the accounts that want the assistant to access. Browser screenshot @@ -92,7 +92,7 @@ Rowboat includes a browser that lets you and assistant collaborate on web tasks.

Meeting Notes

-A local meeting note-taker that taps into mic & speaker, produces live transcript and summarizes the meeting in a markdown file and updates the knowledge graph. +A local meeting note-taker that taps into mic & speaker, produces live transcript and summarizes the meeting in a markdown file and updates the knowledge graph. Meeting notes screenshot @@ -110,7 +110,7 @@ Code mode lets you spin up parallel coding agents with Claude Code or Codex, and

Apps

-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. +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. Apps screenshot @@ -119,7 +119,7 @@ You can bulild your own work surfaces inside Rowboat — they get acess to all t

Integrations

-Includes one-click integrations to most popular products. +Includes one-click integrations to most popular products. Integrations screenshot diff --git a/apps/cli/todo.md b/apps/cli/todo.md index 9c97afd3..3ca4d45c 100644 --- a/apps/cli/todo.md +++ b/apps/cli/todo.md @@ -12,4 +12,4 @@ o file logging rowboat agent --- -- create agent \ No newline at end of file +- create agent diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 8442b158..3178f741 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -55,6 +55,6 @@ "chatgpt", "claude" ] - } + } } - \ No newline at end of file + diff --git a/apps/docs/docs/development/contribution-guide.mdx b/apps/docs/docs/development/contribution-guide.mdx index 1089d7e0..8fbf2a1d 100644 --- a/apps/docs/docs/development/contribution-guide.mdx +++ b/apps/docs/docs/development/contribution-guide.mdx @@ -52,4 +52,4 @@ Rowboat is open-source and we welcome contributions of all kinds — bug reports ## Getting Help -If you're stuck or unsure about anything, drop a message in our [Discord](https://discord.gg/wajrgmJQ6b). We're happy to help you get unblocked. \ No newline at end of file +If you're stuck or unsure about anything, drop a message in our [Discord](https://discord.gg/wajrgmJQ6b). We're happy to help you get unblocked. diff --git a/apps/docs/docs/development/roadmap.mdx b/apps/docs/docs/development/roadmap.mdx index 6248e567..8202b2b2 100644 --- a/apps/docs/docs/development/roadmap.mdx +++ b/apps/docs/docs/development/roadmap.mdx @@ -4,4 +4,4 @@ icon: "road" # Roadmap -Explore the future development plans and upcoming features for Rowboat. \ No newline at end of file +Explore the future development plans and upcoming features for Rowboat. diff --git a/google-setup.md b/google-setup.md index 2bab28ba..9817b3b1 100644 --- a/google-setup.md +++ b/google-setup.md @@ -35,24 +35,24 @@ Once created, make sure the new project is selected in the top project dropdown. Enable the following APIs for your project: - Gmail API - + https://console.cloud.google.com/apis/api/gmail.googleapis.com - + - Google Calendar API - + https://console.cloud.google.com/apis/api/calendar-json.googleapis.com - + - Google Drive API - + https://console.cloud.google.com/apis/api/drive.googleapis.com - + For each API: - Click **Enable** - + ![Enable the API](https://raw.githubusercontent.com/rowboatlabs/rowboat/main/apps/docs/docs/img/google-setup/02-enable-api.png) - + ---