Wrapped for LinkedIn transforms your LinkedIn activity into an engaging, visual story inspired by Spotify Wrapped. Discover your most impactful posts, understand who's engaging with your content, and check out your year in review.
Wrapped for LinkedIn is a fully client-side application. Your data is processed entirely in your browser and never leaves your device. The app is powered by and deployed on Render.
Created by Shifra Williams and Venkata Naga Sai Kumar Bysani.
Note
This project is not affiliated with, endorsed by, or connected to LinkedIn or Microsoft.
🫶 Made with love for the developer community
- 🎨 Shareable cards - Beautiful graphics that are ready to share on LinkedIn
- 📊 Top posts analytics - See your highest-performing posts ranked by impressions, engagement rate, and comments
- 👥 Audience demographics - Visualize your followers and engagers by industry, seniority, location, and company size
- 📱 Instagram-inspired UX - Swipe through cards like Instagram stories with autoplay, press-and-hold to pause, and mobile tap navigation
- 📈 Demo data - Try the app with sample analytics data without uploading your own file
- 💾 Local caching - Your data stays in your browser and is cached for quick access on return visits
- LinkedIn account
- Modern web browser (Chrome, Firefox, Safari, Edge)
- Node.js 20.19+ or 22.12+ or 23.x+ (with npm)
Option 1: Using the preview script (recommended)
git clone https://github.com/render-examples/wrapped-for-linkedin.git
cd site
npm install # Install dependencies in site/
cd .. # Navigate back to project root
bin/preview.shOpen your browser to http://localhost:5173
Option 2: Manual setup
git clone https://github.com/render-examples/wrapped-for-linkedin.git
cd site
npm install
npm run dev- Visit the live app at wrappedforlinkedin.onrender.com/ (powered by Render)
- Export your LinkedIn analytics as an Excel file.
- See detailed instructions on the Wrapped for LinkedIn landing page
- Upload the file to Wrapped for LinkedIn in the browser.
- Explore and share your Wrapped for LinkedIn dashboard!
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request