Doodles
StarSearch - AI Copilot but for git history | Product Hunt

18 Oct 2024

OpenSauced for Everyone: Introducing Unlimited Free Access

image

We've made a significant platform-wide change, removing all payment requirements and usage limits from OpenSauced! This update expands the capabilities available to all users, allowing for more collaboration and insight sharing across the open source community.

Unlimited Workspaces

Users can now create and manage an unlimited number of Workspaces. This feature, previously restricted to PRO plan subscribers, allows for more comprehensive project tracking and collaboration across multiple repositories and organizations.

Private Workspaces for All

All users now have the ability to make their workspaces private. This feature, allows for greater control over sensitive project information and collaboration spaces. Users can toggle workspace visibility between public and private as needed, enhancing flexibility in managing their open source projects.

Unlimited Contributor and Repository Insights

The limits on Contributor Insights and Repository Insights pages have been lifted. Users can now create as many insight pages as needed, enabling deeper analysis of contributor activities and repository health across a wider range of projects.

image

SBOM generation for Workspaces now supports Golang projects! In the example above, this is a generated Workspace from the SBOM for kubernetes/kubernetes. The SBOM is derived from the go.mod files that define what dependencies a project has.

To get started, visit to your favorite Go project's Repository Page on OpenSauced and hit the "Workspace from SBOM" button!

image

add workspace SBOMs gif

A new feature called "Workspace from SBOM" has been added to the repository pages. SBOM stands for Software Bill of Materials, which is important for software security and supply chain risk management. It essentially lists all the packages or dependencies that make up a project.

This feature allows users to create a workspace from an SBOM. By clicking the "Workspace from SBOM" button, users are taken to a page for creating a new workspace. The system automatically loads the SBOM for the repository, populating the tracked repositories with all the relevant packages.

The workspace name defaults to "SBOM for [repository name]". After creating the workspace, users can explore and investigate all the dependencies listed in the SBOM.

Note that only JavaScript projects are supported at the moment, but Go project support is on the way and in the future other languages/package managers support. Read more about why tracking SBOMs is useful.

import lists

The addition of new fields (like LinkedIn, GitHub sponsors) and the implementation of user settings like timezone filters and account deletion flow demonstrate an attention to user-centric features, making OpenSauced more adaptable to individual user needs.

View More Changes