<h1 align="center">
<a href="https://prompts.chat">
[](https://github.com/nguyenthanhan/promptrium/actions/workflows/deploy-and-release.yml)
Sign in to like and favorite skills
Promptrium is a modern, offline-first AI prompt management application that helps you organize, search, and reuse your AI prompts efficiently. Built with Next.js and TypeScript, it provides a beautiful, responsive interface for managing your prompt library.
Clone the repository
git clone https://github.com/nguyenthanhan/promptrium.git cd promptrium
Install dependencies
pnpm install # or npm install
Start the development server
pnpm dev # or npm run dev
Open your browser Navigate to http://localhost:3000 to see the application.
# Development pnpm dev # Start development server pnpm dev:turbo # Start development server with Turbopack # Build & Deploy pnpm build # Build for production pnpm start # Start production server # Maintenance pnpm lint # Run ESLint pnpm format # Format code with Prettier pnpm clean # Clean build artifacts # Release Management pnpm release # Create a new release pnpm release:patch # Create a patch release pnpm release:minor # Create a minor release pnpm release:major # Create a major release pnpm changelog # Extract changelog
Contributions are welcome! Here's how you can help:
git checkout -b feature/amazing-feature
git commit -m 'Add some amazing feature'
git push origin feature/amazing-feature
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ for the AI community