| title | emoji | colorFrom | colorTo | sdk | pinned | license | short_description |
|---|---|---|---|---|---|---|---|
Brat |
💚 |
lime |
green |
docker |
false |
apache-2.0 |
brat generator api |
Generate Brat-style images and videos using Playwright automation.
git clone https://github.com/elkhaff/brat-api
cd brat-api
npm install
npx playwright install chromium
node app.jshttp://localhost:3000/brat?text=Hello World
http://localhost:3000/bratvid?text=Brat Summer
http://localhost:3000/
GET /brat?text=your_text- Returns PNG imageGET /bratvid?text=your_text- Returns MP4 videoGET /- API information
- Node.js
- FFmpeg (for video generation)
- Playwright Chromium