Open-source AI coworker, with memory https://www.rowboatlabs.com
Find a file
Tushar 66b6629abb
Add eisenhower email organiser (#253)
* feat: add Eisenhower Email Organiser prebuilt card

- Added new eisenhower-email-organiser.json prebuilt workflow template
- Updated index.ts to include the new template in exports
- Template helps users organize emails using the Eisenhower Matrix (urgent/important quadrants)

* fix: update to American spelling - organizer instead of organiser

- Updated import statement to use 'eisenhower-email-organizer.json'
- Updated export key to 'Eisenhower Email Organizer'
- Maintains consistency with American English throughout the codebase

* change name of Tweet Assistant

* fix: remove duplicate file and fix American spelling in description

- Removed duplicate eisenhower-email-organiser.json (British spelling)
- Fixed description in eisenhower-email-organizer.json: 'Organises' → 'Organizes'
- Now only one file exists with consistent American spelling throughout

* fix: update Support category header in prebuilt cards UI

- Changed 'Customer Support' to 'Support' in build-assistant-section.tsx
- Now matches the category field in customer-support.json
- Ensures Support section displays properly in the prebuilt cards UI
2025-09-15 14:31:06 +05:30
.github/workflows update next build action 2025-02-05 10:43:54 +05:30
apps Add eisenhower email organiser (#253) 2025-09-15 14:31:06 +05:30
assets Readme updates (#58) 2025-04-03 23:35:15 +05:30
.env.example Run mongodb in docker 2025-04-07 13:30:27 +05:30
.gitattributes Mega UI revamp 2025-04-03 17:56:31 +05:30
.gitignore Use streaming in Copilot 2025-04-16 02:11:35 +05:30
docker-compose.yml merge job workers 2025-08-17 11:06:53 +05:30
Dockerfile.qdrant improve embedding index docs and setup 2025-05-09 09:38:09 +05:30
LICENSE Fill license placeholder 2025-01-31 16:29:39 +05:30
README.md Readme updates launch (#220) 2025-08-23 19:17:09 +05:30
start.sh DDD refactor: data-sources (#205) 2025-08-17 08:06:17 +05:30

ui

Let AI build multi-agent workflows for you in minutes

rowboatlabs%2Frowboat | Trendshift

Docs Discord Website YouTube LinkedIn Twitter Y Combinator

Build AI agents instantly with natural language | 🔌 Connect tools with one-click integrations | 📂 Power with knowledge by adding documents for RAG | 🔄 Automate workflows by setting up triggers and actions | 🚀 Deploy anywhere via API or SDK

☁️ Prefer a hosted version? Use our cloud to starting building agents right away!

Quick start

  1. Set your OpenAI key

    export OPENAI_API_KEY=your-openai-api-key  
    
  2. Clone the repository and start Rowboat (requires Docker)

    git clone git@github.com:rowboatlabs/rowboat.git
    cd rowboat
    ./start.sh
    
  3. Access the app at http://localhost:3000.

To add tools, RAG, more LLMs, and triggers checkout the Advanced section below.

Demos

Meeting-prep assistant

Chat with the copilot to build a meeting-prep workflow, then add a calendar invite as a trigger. Watch the full demo here. meeting-prep

Customer support assistant

Chat with the copilot to build a customer support assistant, then connect your MCP server, and data for RAG. Watch the full demo here. output

Personal assistant

Chat with the copilot to build a personal assistant. Watch the full demo here. personal-assistant

Advanced

  1. Native RAG Support: Enable file uploads and URL scraping with Rowboat's built-in RAG capabilities see RAG Guide.

  2. Custom LLM Providers: Use any LLM provider, including aggregators like OpenRouter and LiteLLM - see Using more LLM providers.

  3. Tools & Triggers: Add tools and event triggers (e.g., Gmail, Slack) for automation see Tools & Triggers.

  4. API & SDK: Integrate Rowboat agents directly into your app see API & SDK docs.

Refer to Docs to learn how to start building agents with Rowboat.