Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions frontend/public/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# LFX Insights

> LFX Insights is the Linux Foundation's open source analytics platform — "TrustPilot for open source." It helps evaluate the health and trustworthiness of open source projects through contributor, security, community, and popularity metrics.

## About

LFX Insights provides data-driven insights for 13,000+ open source projects, tracking over 1 billion activities across 20+ data sources. It answers two key questions: "Is my project healthy?" and "Is this project trustworthy?"

Backed by the Linux Foundation, Insights offers the deepest contributor profile data and organization affiliation mapping in the industry.

## Main Pages

- /: Explore and discover open source projects
- /open-source-index: Linux Foundation Open Source Index — curated critical projects
- /project/[slug]: Individual project dashboards with development, contributor, security, and popularity metrics
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/project/[slug] looks like a Nuxt/Next-style file-system route placeholder, but the actual public URL pattern in this repo is /project/:slug (e.g., links/sitemap/stress scripts use /project/${slug}). As written, /project/[slug] would be a literal path that 404s and may mislead AI consumers; please update the entry to the real URL pattern (e.g., /project/{slug}) and consider listing the key project subpages if relevant (security, contributors, etc.).

Suggested change
- /project/[slug]: Individual project dashboards with development, contributor, security, and popularity metrics
- /project/{slug}: Individual project dashboards with development, contributor, security, and popularity metrics

Copilot uses AI. Check for mistakes.
- /collection: Community-curated collections of related projects
- /leaderboards: Project rankings by various metrics
- /docs: Documentation and user guides
- /blog: News and updates

## Key Features

- **Project Health Metrics**: Development velocity, contributor diversity, release cadence
- **Security Insights**: Vulnerability tracking, security posture assessment
- **Contributor Analytics**: Individual and organizational contribution tracking
- **Community Voice**: Sentiment analysis from community discussions
- **Popularity Metrics**: GitHub stars, forks, downloads, adoption trends
- **Collections**: "Spotify playlists for open source" — curated project groupings
- **Embeddable Widgets**: Badges and widgets for project READMEs

## Data Coverage

- 13,000+ projects (1,500+ Linux Foundation, 10,000+ most critical projects in the world)
- 1B+ activities tracked
- 20+ data sources (GitHub, Gerrit, mailing lists, etc.)

## Contact

- GitHub: https://github.com/linuxfoundation/insights
- Organization: The Linux Foundation (https://linuxfoundation.org)
Loading