Skip to content

Add SoftVoyagers free developer API tools#1089

Open
dpozimski wants to merge 2 commits intomarcelscruz:mainfrom
softvoyagers:add-softvoyagers-developer-apis
Open

Add SoftVoyagers free developer API tools#1089
dpozimski wants to merge 2 commits intomarcelscruz:mainfrom
softvoyagers:add-softvoyagers-developer-apis

Conversation

@dpozimski
Copy link
Copy Markdown

Summary

Adds 7 free, no-signup, no-API-key developer tools from the SoftVoyagers ecosystem:

Resource URL Description
FreeKit freekit.dev Free instant HTML hosting API
LinkMeta linkmeta.dev Free URL metadata extraction API
LinkShrink linkshrink.dev Privacy-first URL shortener API
OGForge ogforge.dev Free Open Graph image generator API
PageShot pageshot.site Free screenshot & webpage capture API
PDFSpark pdfspark.dev Free HTML/URL to PDF conversion API
QRMint qrmint.dev Free styled QR code generator API

All resources are free forever, require no API keys or authentication, and are specifically built for developers.

Checklist

  • Changes were made in the resources folder only
  • Resources are highly related to programming and development (REST APIs for developers)
  • Formatted according to contributing guide
  • Ordered alphabetically by resource name
  • Each submission has a useful description
  • Searched repository for duplicates — none found
  • Ran npm run prettier:format before committing

Add 7 free developer-focused API resources from the SoftVoyagers ecosystem:
- FreeKit (freekit.dev) — Free instant HTML hosting API
- LinkMeta (linkmeta.dev) — Free URL metadata extraction API
- LinkShrink (linkshrink.dev) — Privacy-first URL shortener API
- OGForge (ogforge.dev) — Free Open Graph image generator API
- PageShot (pageshot.site) — Free screenshot & webpage capture API
- PDFSpark (pdfspark.dev) — Free HTML/URL to PDF conversion API
- QRMint (qrmint.dev) — Free styled QR code generator API

All are free, require no API keys, and are built for developers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 31, 2026 04:23
@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

🤖 Automated PR Validation

⚠️ Issues Found

The following issues were detected. GitHub Copilot will review this PR and report any additional issues.

Resource Validation Errors

🔤 Alphabetical Order

  • a.ts:455: Resource "All SVG Icons" should come before "Azure"
  • f.ts:489: Resource "FreeHTML5" should come before "FreeKit"
  • l.ts:309: Resource "LinkedIn Learning" should come before "LinkMeta"
  • l.ts:324: Resource "Linkero" should come before "LinkShrink"
  • l.ts:472: Resource "LargeMI" should come before "Luthor"
  • n.ts:38: Resource "NAT Checker" should come before "NativeBridge"
  • p.ts:99: Resource "pdforge" should come before "PDFSpark"
  • t.ts:556: Resource "TypersWorld" should come before "TypingClub"

📊 Too Many Categories

  • s.ts:458: Resource "SlingSite": Has 8 categories (max 3)

📋 Request for GitHub Copilot

Review this PR and report any issues you find, including:

  • Code quality and style issues
  • Additional validation errors not caught by automated checks
  • Best practices and improvements

📚 Resources:

GitHub Copilot will review this PR and report any issues found.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds seven new SoftVoyagers “free / no-auth” developer API resources to the curated resources/ lists, extending the catalog with more API-building utilities.

Changes:

  • Added FreeKit (HTML hosting API) to resources/f.ts
  • Added LinkMeta + LinkShrink to resources/l.ts, OGForge to resources/o.ts
  • Added PageShot + PDFSpark to resources/p.ts, and QRMint to resources/q.ts

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
resources/f.ts Adds FreeKit entry to the “F” resources list.
resources/l.ts Adds LinkMeta and LinkShrink entries to the “L” resources list.
resources/o.ts Adds OGForge entry to the “O” resources list.
resources/p.ts Adds PageShot and PDFSpark entries to the “P” resources list.
resources/q.ts Adds QRMint entry to the “Q” resources list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

resources/f.ts Outdated
Comment on lines +482 to +486
name: 'FreeKit',
description:
'Free instant HTML hosting API. Upload HTML content and get a live URL instantly. No signup or API keys required.',
categories: ['API Building', 'Hosting'],
url: 'https://freekit.dev',
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

This new entry breaks the file’s alphabetical ordering by name (case-insensitive): FreeHTML5 should come before FreeKit. Please move this entry so the list remains sorted (or re-run the repo’s ordering script if CI enforces it).

Copilot uses AI. Check for mistakes.
resources/l.ts Outdated
Comment on lines +302 to +306
name: 'LinkMeta',
description:
'Free URL metadata extraction API. Fetch Open Graph tags, Twitter Cards, favicons, and meta tags from any URL. No API keys required.',
categories: ['API Building', 'SEO'],
url: 'https://linkmeta.dev',
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

This insertion breaks alphabetical ordering by name in this file: LinkedIn Learning should sort before LinkMeta (case-insensitive). Please relocate LinkMeta to its correct sorted position to keep the list ordered.

Copilot uses AI. Check for mistakes.
resources/l.ts Outdated
Comment on lines +317 to +321
name: 'LinkShrink',
description:
'Free privacy-first URL shortener API. Shorten URLs with no tracking, no ads, and no API keys required. Built for developers who value user privacy.',
categories: ['API Building', 'Security'],
url: 'https://linkshrink.dev',
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

This insertion breaks alphabetical ordering by name: LinkShrink should appear later among the Link... entries (after LinkRocket and before LinksHub when sorted case-insensitively). Please move it to maintain sorted order.

Copilot uses AI. Check for mistakes.
Comment on lines +92 to +96
name: 'PDFSpark',
description:
'Free HTML/URL to PDF conversion API. Convert any webpage or HTML content into a PDF document programmatically. No API keys required.',
categories: ['API Building', 'Tooling'],
url: 'https://pdfspark.dev',
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

This new entry appears out of alphabetical order by name: pdforge should come before PDFSpark (case-insensitive sort). Please move PDFSpark after pdforge to keep the list sorted.

Copilot uses AI. Check for mistakes.
Move FreeKit, LinkMeta, LinkShrink, and PDFSpark entries to their
correct positions per case-insensitive alphabetical sort by name.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

🤖 Automated PR Validation

⚠️ Issues Found

The following issues were detected. GitHub Copilot will review this PR and report any additional issues.

Resource Validation Errors

🔤 Alphabetical Order

  • a.ts:455: Resource "All SVG Icons" should come before "Azure"
  • l.ts:472: Resource "LargeMI" should come before "Luthor"
  • n.ts:38: Resource "NAT Checker" should come before "NativeBridge"
  • t.ts:556: Resource "TypersWorld" should come before "TypingClub"

📊 Too Many Categories

  • s.ts:458: Resource "SlingSite": Has 8 categories (max 3)

📋 Request for GitHub Copilot

Review this PR and report any issues you find, including:

  • Code quality and style issues
  • Additional validation errors not caught by automated checks
  • Best practices and improvements

📚 Resources:

GitHub Copilot will review this PR and report any issues found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants