Skip to content

eannam/idea-maze

Repository files navigation

Idea Maze

Live website here.

This website provides a fun and intiuitive interface for exploring ideas submitted by other users. Emebeddings for user inputs are retrieved using the OpenAI API and stored in a Neon Postgres database. The node based interface was built using React Flow.

To run locally, first install dependencies using npm, yarn, etc. Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 to view the web app.