Skip to content

Open source mind map to generate ideas using AI. Build it with Nextjs 13.

License

Notifications You must be signed in to change notification settings

fernandops26/mentalist-ai

Repository files navigation

Mentalist AI

An open source map mental application built using Next.js 13, Open AI.

Warning This app is a work in progress. I'm building this in public. You can follow the progress on Twitter @fernandops26.

Demo

website

map

About this project

Mentalist is a web application built with Next.js 13 and integrated with OpenAI. The goal of Mentalist is to help users generate ideas and think creatively by providing a starting point of a topic.

Getting started

To get started, clone the repository and install the dependencies:

git clone git@github.com:fernandops26/mentalist-ai.git

cd mentalist-ai/

yarn install

Following installation, create a .env.local file in the root of the project and add the following environment variables:

NEXT_PUBLIC_OPENAI_API_KEY="<your-openai-api-key>"
NEXT_PUBLIC_OPENAI_COMPLETION_MODEL="gpt-3.5-turbo"

You can get your OpenAI API key by signing up for an account here.

Once you have created your .env.local file, you can run the development server:

yarn dev

Features

Coming soon

Roadmap

Coming soon

License

Licensed under the MIT license.

About

Open source mind map to generate ideas using AI. Build it with Nextjs 13.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages