Back to Directory

Suggest a Tool

OpenShelf is a living index. Choose your contribution path — either submit through a lightweight form (we'll review and merge it) or open a pull request directly to tools.json.

OPTION A — FASTEST

Direct Email Form

Fill out a 6-field form. A maintainer will review and merge your submission into tools.json.

OPTION B — OPEN SOURCE NATIVE

GitHub Pull Request

Append a JSON entry to the catalog and open a PR. Full transparency, instant review.

Direct Submission Form

Posts directly to support@guidly.in via formsubmit.co. Encrypted in transit, no retention.

Pull Request Workflow

For maintainers, contributors, and anyone who wants full transparency in the review trail.

1

Fork the repository

Visit the OpenShelf repository and fork it under your account.

2

Edit tools.json

Append a new object to the array. Match the schema exactly. Pick the next sequential code in your category (e.g. DSN-005).

3

Open a Pull Request

Submit a PR titled feat(catalog): add {Tool Name}. A maintainer will review within 24h.

// JSON SCHEMA TEMPLATE

{ "name": "Your Tool Name", "url": "https://yourtool.com", "category": "Dev Tools", "code": "DEV-007", "license": "MIT", "description": "One factual sentence about the tool.", "tags": ["keyword1", "keyword2", "keyword3"] }
Open Repository