An open API service indexing awesome lists of open source software.

https://github.com/johannesmutter/promptly

Tired of managing prompts? Seamlessly create, edit, and manage deeply intertwined prompts.
https://github.com/johannesmutter/promptly

editor llm outliner prompt-engineering

Last synced: 12 months ago
JSON representation

Tired of managing prompts? Seamlessly create, edit, and manage deeply intertwined prompts.

Awesome Lists containing this project

README

          

# Promptly - Master Prompt Design

*Craft your next intricate prompt using Promptly.*

Promptly is a prompt management platform for prompt-based generative AI platforms. It provides a range of features to help users manage their prompts easily. Promptly offers a prompt archive, conversational search, prompt gallery, and prompt design interface.

The Promptly Designer divides prompts into blocks to bypass token restrictions. Construct workflows by connecting prompts and effortlessly explore them using diverse views (Promptly Pro).

## Demo
🪄 **[Try the Promptly Platform](https://www.heypromptly.com/)**

[![Screenshot of Prompty Platform](./preview.png)](https://www.heypromptly.com/)

## Features

- 🎨 **Prompt Design Interface**: The prompt design interface provides users with a simple and intuitive interface to create new prompts.

- 🖼️ **Prompt Gallery**: The prompt gallery feature allows users to browse through a range of prompts and save them to their archive.

- 📚 **Prompt Archive**: The platform offers a prompt archive where users can store their prompts and quickly access them whenever needed.

- 🔎 **Conversational Search**: The conversational search feature allows users to search for prompts by asking natural language questions.

## Technologies

Promptly is built on the following technologies:

- [SvelteKit](https://kit.svelte.dev/)
- [GPT3.5 by OpenAI](https://openai.com/)

## Installation

To run the project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/johannesmutter/promptly.git
```

Install dependencies:
```bash
cd promptly
yarn install
```

Start the development server:
```bash
yarn run dev
```

## Contributions
We welcome contributions from the community. If you want to contribute to the project, please follow these steps:

- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.

### License
This project is licensed under GNU Affero General Public License (AGPL).