Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrehan2/dynamo
https://github.com/abrehan2/dynamo
clerk nextjs openapi replicate tailwindcss typescript
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abrehan2/dynamo
- Owner: abrehan2
- Created: 2024-02-04T14:46:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T21:16:39.000Z (11 months ago)
- Last Synced: 2024-02-11T20:27:52.779Z (11 months ago)
- Topics: clerk, nextjs, openapi, replicate, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://dynamo-seven.vercel.app
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synopsis
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.
![Dynamo](https://github.com/abrehan2/Dynamo/assets/100872683/7ae6e14c-f4d7-4180-9c98-8d7a962b36e8)
## Prerequisites
**Node version 18.x.x**
## Cloning the repository
```shell
git clone https://github.com/abrehan2/Dynamo.git
```## Install packages
```shell
npm i
```## Setup .env file
```js
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 =
```## Start the app
```shell
npm run dev
```## Available commands
Running commands with npm `npm run [command]`
| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |
| `lint` | Checks for warnings or errors |## License
This project is licensed under the [MIT License](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.