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
- Host: GitHub
- URL: https://github.com/ashy46/brain-builder
- Owner: Ashy46
- Created: 2025-03-20T02:21:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-12T01:16:20.000Z (4 months ago)
- Last Synced: 2026-01-11T03:30:43.832Z (3 months ago)
- Topics: nextjs, react-flow, shadcn, typescript
- Language: TypeScript
- Homepage: https://brainbuilder.vercel.app/
- Size: 676 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```