https://github.com/getfrontend/app-l-s-g
A service that helps businesses grow in Linkedin
https://github.com/getfrontend/app-l-s-g
Last synced: about 1 year ago
JSON representation
A service that helps businesses grow in Linkedin
- Host: GitHub
- URL: https://github.com/getfrontend/app-l-s-g
- Owner: getFrontend
- Created: 2024-09-04T16:49:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:55:18.000Z (over 1 year ago)
- Last Synced: 2025-01-29T17:37:08.830Z (over 1 year ago)
- Topics: linkedin
- Language: TypeScript
- Homepage: https://app-linkedin.vercel.app/
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
The LinkedIn SSI Generator is a service that helps users calculate their Social Selling Index (SSI) score from LinkedIn.

**The Social Selling Index or SSI** is a score from 0 to 100 that measures the effectiveness of your LinkedIn profile for social selling. The higher your SSI, the more lead generation and sales opportunities you get.
This service automates the process of retrieving and calculating the SSI score, allowing users to gain valuable insights into their LinkedIn performance and understand how they compare to their peers.
## Features
**1) Automated SSI Calculation.**
Automatically retrieves and calculates the user's LinkedIn Social Selling Index score.
**2) Comprehensive Metrics.**
Provides a breakdown of the four key pillars of SSI:
- Establish your professional brand
- Find the right people
- Engage with insights
- Build strong relationships
## Tech Stack
➡ Next.js
➡ TypeScript
➡ Framer Motion
➡ React-circular-progressbar
➡ Tailwind CSS
### Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.