This document provides a complete guide to installing, using, and customizing the AI Prompt Studio application.
AI Prompt Studio is a premium, production-ready web application designed for managing AI prompts with advanced organization features. Built with a modern React and TypeScript stack, it provides a complete, offline-ready solution for content creators, developers, and AI enthusiasts to organize their prompt libraries efficiently.
Make sure you have Node.js and npm
installed on your system.
npm install
npm run dev
http://localhost:5173
in your browser.To create a production-ready build:
npm run build
Preview the build locally:
npm run preview
{
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"lucide-react": "^0.344.0"
}
src/
├── components/
│ ├── Header.tsx
│ ├── PromptCard.tsx
│ ├── PromptForm.tsx
│ ├── PromptPacks.tsx
│ ├── SearchFilter.tsx
│ └── Statistics.tsx
├── context/
│ └── ThemeContext.tsx
├── hooks/
│ └── useLocalStorage.ts
├── types/
│ └── index.ts
├── utils/
│ └── export.ts
├── App.tsx
├── main.tsx
└── index.css
tailwind.config.js
to adjust colors and UI tokens
Name: Samuel Simiyu
Portfoilo: Visit my portfolio
Email: simiyusamuel869@gmail.com
LinkedIn: View Profile