Skip to main content

Install

Get an OpenAI API Key

Start the Server

Try the UI

Open http://localhost:3000 in your browser and try asking BLAST something totally normal like compare the weight of the 10 heaviest gorillas and the 10 heaviest bench presses and squats ever. BLAST in action This frontend is a lightweight Next.js app that is simply calling the OpenAI Node.js API and reading the returned stream for screenshots and text results.

Use the API

BLAST provides an OpenAI-compatible API. Here’s a simple example using the Python OpenAI client:

Next Steps