Add SoftVoyagers free developer API tools#1089
Add SoftVoyagers free developer API tools#1089dpozimski wants to merge 2 commits intomarcelscruz:mainfrom
Conversation
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>
🤖 Automated PR Validation
|
There was a problem hiding this comment.
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 toresources/o.ts - Added PageShot + PDFSpark to
resources/p.ts, and QRMint toresources/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
| 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', |
There was a problem hiding this comment.
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).
resources/l.ts
Outdated
| 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', |
There was a problem hiding this comment.
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.
resources/l.ts
Outdated
| 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', |
There was a problem hiding this comment.
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.
| 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', |
There was a problem hiding this comment.
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.
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>
🤖 Automated PR Validation
|
Summary
Adds 7 free, no-signup, no-API-key developer tools from the SoftVoyagers ecosystem:
All resources are free forever, require no API keys or authentication, and are specifically built for developers.
Checklist
resourcesfolder onlynamenpm run prettier:formatbefore committing