Dynamo is a custom-developed AI web application that utilizes the services of OpenAI and Replicate. The application streamlines and secures user authorization using Clerk. It features various services and includes a chatbot integrated using Crisp for real-time communication.
Node version 18.x.x
git clone https://github.com/abrehan2/Dynamo.git
npm i
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY =
CLERK_SECRET_KEY =
NEXT_PUBLIC_CLERK_SIGN_IN_URL =
NEXT_PUBLIC_CLERK_SIGN_UP_URL =
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL =
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL =
OPEN_AI =
REPLICATE_AI =
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |
lint |
Checks for warnings or errors |
This project is licensed under the MIT License.
The MIT License (MIT) is a permissive open-source license that allows for the use, modification, and distribution of this software. Feel free to use the code in this project for your own purposes, subject to the terms of the MIT License.