A modern web application for managing and sharing AI prompts.
PromptInn is a web-based platform designed to help users discover, create, and share AI prompts. The application provides a user-friendly interface for managing prompts, with features for organization, sharing, and collaboration.
- 🔍 Browse and search through a collection of AI prompts
- ✍️ Create and manage your own prompts
- 🤝 Share prompts with the community
- 📱 Responsive design for all devices
- 🔒 Secure user authentication
- 💳 Integrated payment system for premium features
- 📊 Analytics and usage tracking
- 🎨 Modern and intuitive user interface
-
Frontend:
- React 18
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
- React Router
- Zustand (State Management)
- React Hot Toast (Notifications)
-
Backend:
- Supabase (Authentication & Database)
- Stripe (Payments)
-
Development Tools:
- ESLint
- TypeScript
- PostCSS
- Vite
-
Clone the repository:
git clone https://github.com/yourusername/PromptInn.git cd PromptInn
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory with the following variables:VITE_SUPABASE_URL=your_supabase_url VITE_SUPABASE_ANON_KEY=your_supabase_anon_key VITE_STRIPE_PUBLIC_KEY=your_stripe_public_key
-
Start the development server:
npm run dev
- Visit the application in your browser (default: http://localhost:5173)
- Sign up or log in to your account
- Browse existing prompts or create your own
- Use the search functionality to find specific prompts
- Save your favorite prompts for later use
- Share prompts with other users
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request
Please ensure your code follows our coding standards and includes appropriate tests.
This project is licensed under the MIT License - see the LICENSE file for details.
- Project Maintainer: [Your Name]
- Email: [Your Email]
- GitHub: [Your GitHub Profile]
For support or questions, please open an issue in the GitHub repository.