This project is built with the following technologies:
Check out our Next.js deployment documentation for more details.
First, run the development server:
-
Create
.env.local
file or renameenv.sample
toenv.local
and -
add the
GEMINI_API_KEY
-
Install all the dependecies
yarn
- Run the server
yarn dev
Open http://localhost:3000 with your browser to see the result.
it's a pretty new tool, Lots of room for improvement, feel free to contribute.
- Add Gemini Vision
- Add Folder and chat name edit
- Add Vercel postgres db support
- Add Vercel postgres db support
- Save flowcharts on localStorage
- Animated Flowchart Generation (exportable as video)
- Add this to your
.env.local
file
# your app url, eg. https://www.gemchat.com
NEXT_PUBLIC_URL=
# your plausible script url, (self hosted or managed)
NEXT_PUBLIC_PLAUSIBLE_SCRIPT_PATH=
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.