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.
- Host: GitHub
- URL: https://github.com/johannesmutter/promptly
- Owner: johannesmutter
- Created: 2023-04-02T17:10:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T09:55:31.000Z (about 3 years ago)
- Last Synced: 2025-04-28T00:54:47.480Z (about 1 year ago)
- Topics: editor, llm, outliner, prompt-engineering
- Language: Svelte
- Homepage: https://www.heypromptly.com
- Size: 1.77 MB
- Stars: 21
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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/)**
[](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).