Simple prompt management app for creative professionals with a modern dark theme.
- Add prompts with tool and tags
- Search prompts by keyword and tag
- Run
npm start
to start the server. - Open
http://localhost:3000
in your browser to use the web app.
The frontend is built with React and styled with a modern dark theme.
Prompts are stored in prompts.json
.
The mobile
folder contains a small React Native client built with Expo.
- Install dependencies inside
mobile
withnpm install
. - Run
npm start
from the project root to launch the server. - In another terminal, run
npm run start
insidemobile
to launch the Expo app. - Use an emulator or the Expo Go app to open the project.
Android emulators typically access the host server at 10.0.2.2:3000
while iOS simulators use localhost:3000
.