🚀 Instantly share code and files in real-time with anyone, anywhere.
- 💻 Real-time code collaboration
- 📁 File sharing support
- 📄 PDF preview functionality
- 👥 Multiple user collaboration
- 🔒 Secure file handling
- 🎨 Syntax highlighting for various programming languages
- 🔗 Shareable links
- 📱 Responsive design
- Node.js 22.17 or later
- npm or yarn
- Git
# Clone the repository
git clone https://github.com/caoyang2002/ShareAnything.git
# Navigate to project directory
cd ShareAnything
# Install dependencies
pnpm install
# Start the development server
pnpm run dev.env.development is the environment file for development settings; you need to change the ip.
- 🌐 Visit
http://your_ip:3000 - 📝 Create a new share by clicking "New Share"
- 💾 Choose between code or file sharing
- 🔗 Share the generated link with collaborators
- 👥 Collaborate in real-time!
docker pull caoyang2002/share-anything:latestChange NEXT_PUBLIC_SERVER_IP to the IP address of your own device.
src/
├── app/ # Next.js 13 app directory
├── components/ # Reusable React components
├── lib/ # Core utilities and services
├── styles/ # Global styles
├── types/ # TypeScript type definitions
└── utils/ # Helper functions
caoyang2002 - @caoyang2002
Project Link: https://github.com/caoyang2002/ShareAnything
⭐️ Star this repo if you found it helpful!
⬆ Back to top
