Concept: I needed a prompt organizer, so I made one!
Promptify is a fullstack prompt organizer inspired by ordinary note organizers, but with functionalities aimed at organizing and saving prompts and prompt chains.

Technologies used
Language
- Typescript
Frontend
- NextJS
- Axios
- Apollo Client
Backend
- NodeJS
- MongoDB
- GraphQL
Functionality
Promptify allows users to create cards that can consist of either a single prompt or a chain of prompts for more complex instructions. These prompts are organized by AI and specific topics and can be edited once created, including the ability to add new prompts to cards that originally consisted of only one.
Clicking on a card opens a panel that allows each prompt to be edited to fit each situation, and easily copy the instruction to use it directly in the often uncomfortable interface of the AI.
If the card contains a chain of prompts, copying an instruction to the clipboard automatically advances the panel to the next instruction in the chain.
Both AIs, topics, and cards can be marked as favorites for easier access.
Upcoming Implementations
- Social network: allow users to share their prompts or add prompts created by other users, as well as follow them
- Specific options optimized for each AI

