Skip to content

feat(pages): add integrations page with searchable service catalog#71

Open
Jedvanaways wants to merge 2 commits intocoollabsio:mainfrom
Jedvanaways:feat/integrations-page
Open

feat(pages): add integrations page with searchable service catalog#71
Jedvanaways wants to merge 2 commits intocoollabsio:mainfrom
Jedvanaways:feat/integrations-page

Conversation

@Jedvanaways
Copy link
Copy Markdown

@Jedvanaways Jedvanaways commented Mar 27, 2026

Summary

  • Adds a new /integrations page showcasing all 324 one-click services available in Coolify
  • Searchable by name, description, or category with a dropdown filter across 34 categories
  • Responsive 3-column card grid with service logos, descriptions, category badges, and documentation links
  • Follows existing site design language (dark theme, coolgray cards, coollabs purple hover accents)

New Files

  • src/pages/integrations.astro — Page wrapper
  • src/components/Integrations.svelte — Interactive search/filter/grid component
  • public/services.json — Service data extracted from the main Coolify repo's service-templates-latest.json

Test plan

  • Verify page loads at /integrations
  • Test search filtering by service name and description
  • Test category dropdown filtering
  • Verify service card links open documentation in new tab
  • Check responsive layout on mobile/tablet/desktop
  • Confirm logos load (6 of 324 have upstream filename mismatches — handled gracefully via onerror)

🤖 Generated with Claude Code

Jedvanaways and others added 2 commits March 27, 2026 12:33
Add a new /integrations page showcasing all 324 one-click services
available in Coolify. Includes search, category filtering, and a
responsive card grid with service logos, descriptions, and doc links.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace hardcoded services.json with a build-time fetch script that pulls
the latest service-templates-latest.json from coollabsio/coolify v4.x.
Service card links now point to coolify.io/docs/services/{id}.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant