A modern web application for managing, organizing, and utilizing AI prompts efficiently. Built with React, TypeScript, and SQLite, featuring a clean and intuitive interface.
- 📝 Create and manage AI prompts with titles, content, and tags
- 🔍 Search functionality to quickly find specific prompts
- 🏷️ Tag-based organization system
- 📊 Analytics dashboard for prompt usage insights
- 📱 Responsive design for desktop and mobile use
- 🌙 Clean, modern interface with a dark sidebar
- 💾 Local SQLite storage for data persistence
- Node.js (v14 or higher)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/yourusername/promptManager-boltSQLite.git
cd promptManager-boltSQLite- Install dependencies:
npm install
# or
yarn installStart the development server:
npm run dev
# or
yarn devThe application will be available at http://localhost:5173
Build the application:
npm run build
# or
yarn buildpromptManager-boltSQLite/
├── src/
│ ├── components/ # React components
│ ├── types/ # TypeScript type definitions
│ ├── App.tsx # Main application component
│ └── main.tsx # Application entry point
├── public/ # Static assets
└── index.html # HTML entry point
- Frontend: React, TypeScript, Vite
- Styling: Tailwind CSS
- Database: SQLite (for local data storage)
- UI Components: Lucide React (for icons)
- Create new prompts with titles and content
- Add tags for organization
- Search through existing prompts
- Copy prompts to clipboard
- View prompt details
- Track prompt usage
- View tag statistics
- Monitor prompt creation dates
- Analyze prompt modifications
- Responsive design
- Dark sidebar with light content area
- Modern and clean aesthetic
- Intuitive navigation
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.




