Skip to content

iamrahulmahato/clipture

Repository files navigation

Clipture

Clipture

Clipture

A modern, minimalist clipboard sharing application that lets you share text snippets instantly.

Made with Firebase Built with Vite Styled with Tailwind

🚀 Features

  • 📝 Instant text sharing
  • 🔗 Automatic URL detection and linking
  • 📋 One-click copy functionality
  • 🗑️ Easy deletion of snippets
  • ⚡ Real-time updates
  • 🎨 Clean, minimalist interface

🛠️ Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Firebase account

Installation

  1. Clone the repository:

    git clone https://github.com/iamrahulmahato/clipture.git
    cd clipture
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Set up environment variables:

    • Copy .env.example to .env:
      cp .env.example .env
    • Fill in your Firebase configuration in .env
    • For Vercel deployment, add these environment variables in your Vercel project settings
  4. Start the development server:

    npm run dev
    # or
    yarn dev

Firebase Configuration

  1. Create a new Firebase project
  2. Enable Firestore Database
  3. Update the .env file with your Firebase configuration
  4. For Vercel deployment, add the same environment variables in your Vercel project settings

🛠️ Built With

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions are welcome! Feel free to submit a Pull Request.

🙏 Acknowledgments

Created with ❤️ by Rahul Mahato

About

Share text snippets instantly with this modern, distraction-free clipboard application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published