An open API service indexing awesome lists of open source software.

https://github.com/ashy46/brain-builder

🧠🤖 A visual no-code agent brain building tool
https://github.com/ashy46/brain-builder

nextjs react-flow shadcn typescript

Last synced: 2 months ago
JSON representation

🧠🤖 A visual no-code agent brain building tool

Awesome Lists containing this project

README

          

# BrainBuilder 🧠🤖

A visual no-code agent brain building tool.

## Installation 🛠️

1. Clone the repository

```bash
git clone https://github.com/yourusername/brainbuilder.git
```

2. Install dependencies

```bash
npm install
```

3. Create a `.env.local` file and add your Supabase credentials

```bash
NEXT_PUBLIC_SUPABASE_URL=YOUR_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY
SUPABASE_SERVICE_ROLE_KEY=YOUR_SUPABASE_SERVICE_ROLE_KEY
```

4. Run the development server

```bash
npm run dev
```