https://github.com/techulus/manage-prompt
AI Integrations as a Service
https://github.com/techulus/manage-prompt
ai api nextjs nextjs13 openai postgres prisma
Last synced: 5 months ago
JSON representation
AI Integrations as a Service
- Host: GitHub
- URL: https://github.com/techulus/manage-prompt
- Owner: techulus
- License: agpl-3.0
- Created: 2023-05-07T10:34:36.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-14T01:04:41.000Z (7 months ago)
- Last Synced: 2025-12-15T18:19:37.377Z (7 months ago)
- Topics: ai, api, nextjs, nextjs13, openai, postgres, prisma
- Language: TypeScript
- Homepage: https://manageprompt.com
- Size: 8.31 MB
- Stars: 26
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
ManagePrompt
Launch Your Next AI Project in Hours, Not Months! Our platform handles the technicalities โ hosting, security, delivery โ so you can focus on the essence of your innovation.
Learn more ยป
Website
ยท
Support
## Contact us ๐
If you want to learn more about this project or have any questions, send us an email at [hello+manageprompt@techulus.com](mailto:hello+manageprompt@techulus.com)
## Getting Started ๐
### Requirements
- [Node.js](https://nodejs.org/en/) >= 18.0.0
### Setup
1. Clone the repository
```sh
git clone https://github.com/techulus/manage-prompt
```
2. Install dependencies
```sh
npm install
```
3. Set up your .env file
You will find .env.example in the repo. Create your own copy.
4. You'll need to setup several third party providers in order to run the entire application.
5. Start the development server
```sh
npm run dev
```
6. Open [http://localhost:3000](http://localhost:3000) with your browser to see
the result.