-
-
Notifications
You must be signed in to change notification settings - Fork 1
Curated Categories
All entries in DevShelf are stored inside individual category files in the shelf/ directory.
APIs that developers can build with immediately for personal projects, testing, or production MVPs without paying.
{
"name": "Open-Meteo",
"url": "https://open-meteo.com",
"category": "Weather & Climate",
"description": "Open-source weather API offering hourly forecasts, historical climate data, and solar radiation with no API key required.",
"auth": "No Key",
"cors": true,
"rateLimit": "10,000 req/day"
}- Must offer a permanent free tier or require no API key.
- Endpoints must have active HTTPS and return HTTP 200.
Command-line utilities that dramatically improve developer terminal workflows.
{
"name": "ripgrep",
"url": "https://github.com/BurntSushi/ripgrep",
"category": "File Search",
"description": "Blazingly fast recursive regex search tool that respects your .gitignore rules automatically.",
"language": "Rust",
"license": "Unlicense / MIT"
}Open-source inference runtimes, local agents, UI wrappers, and self-hosted model runners.
{
"name": "Ollama",
"url": "https://github.com/ollama/ollama",
"category": "Local LLM Runtime",
"description": "Run Llama 3, Mistral, Qwen, and custom GGUF models locally on macOS, Linux, and Windows with a single command.",
"language": "Go",
"license": "MIT"
}Testing frameworks, self-healing test tools, load testers, and mocking utilities.
{
"name": "Playwright",
"url": "https://github.com/microsoft/playwright",
"category": "E2E Testing",
"description": "Fast, reliable cross-browser end-to-end automation for modern web applications across Chromium, Firefox, and WebKit.",
"language": "TypeScript",
"license": "Apache-2.0"
}Cloud infrastructure, serverless runtimes, and managed databases with generous non-expiring free tiers.
{
"name": "Supabase",
"url": "https://supabase.com",
"category": "Database & Backend",
"description": "Open-source Firebase alternative providing a managed Postgres database, authentication, realtime subscriptions, and auto-generated REST APIs.",
"freeTier": "2 free Postgres databases (500MB storage, 50,000 active monthly users)"
}High-potential open-source repositories actively welcoming newcomers and community contributors.
{
"name": "GitWhisper",
"url": "https://github.com/RitualDev-Lab/GitWhisper",
"category": "AI & Developer Tooling",
"description": "Zero-config local AI commit message generator grounded in staged git changes with AST secret redaction.",
"language": "TypeScript",
"goodFirstIssuesUrl": "https://github.com/RitualDev-Lab/GitWhisper/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"
}Verified open-source maintainer sponsorships, student developer packs, and startup cloud credits.
{
"name": "Sentry for Open Source",
"url": "https://sentry.io/for/open-source/",
"category": "Error Tracking & Observability",
"description": "Free Sentry Business plan for qualifying open-source maintainers to monitor application health, errors, and real-time performance.",
"perkValue": "Free Sentry Business Plan ($312+/yr value)",
"eligibility": "Public open-source repository with OSI-approved license"
}DevShelf is maintained with pride by RitualDev Lab under the MIT License.