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.
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.
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
Coming soon
Coming soon
Licensed under the MIT license.