Service Support
CSP Kit supports 106+ popular web services across all major categories. This page provides a comprehensive overview of supported services and how to request new ones.
๐ฏ Quick Service Lookupโ
๐ Find Servicesโ
| Method | Best For |
|---|---|
| ๐ Browse All Services | Visual exploration with categories |
| ๐ Interactive Search | Quick service lookup |
| ๐ Full List Below | Reference documentation |
๐ป Programmatic Accessโ
import { searchServices, getServicesByCategory } from '@csp-kit/generator';
// Search services
const results = await searchServices('analytics');
console.log(results.map(s => s.id));
// Get by category
const analyticsServices = await getServicesByCategory('analytics');
๐ Service Categoriesโ
๐ Analytics & Tracking (12+ services)โ
Monitor user behavior and site performance.
| Service | ID | Popular Features |
|---|---|---|
| Google Analytics | google-analytics | Universal Analytics, GA4 |
| Google Tag Manager | google-tag-manager | Tag management |
| Mixpanel | mixpanel | Event tracking |
| Hotjar | hotjar | Heatmaps, recordings |
| Segment | segment | Customer data platform |
| Amplitude | amplitude | Product analytics |
| Microsoft Clarity | microsoft-clarity | User behavior analytics |
| Plausible Analytics | plausible-analytics | Privacy-focused analytics |
| Fathom Analytics | fathom-analytics | Simple analytics |
| Adobe Analytics | adobe-analytics | Enterprise analytics |
| Cloudflare Analytics | cloudflare-analytics | Web analytics |
Common CSP requirements:
script-src: Analytics JavaScriptimg-src: Tracking pixelsconnect-src: Data collection APIs
๐ณ Payment Processing (8+ services)โ
Secure payment and e-commerce solutions.
| Service | ID | Integration Type |
|---|---|---|
| Stripe | stripe | Payment processing |
| PayPal | paypal | Payment gateway |
| Square | square | Point of sale |
| Shopify | shopify | E-commerce platform |
| Apple Pay | apple-pay | Mobile payments |
| Google Pay | google-pay | Digital wallet |
Common CSP requirements:
script-src: Payment widgetsframe-src: Payment formsconnect-src: Payment APIs
๐ฑ Social Media (15+ services)โ
Social widgets, login, and sharing.
| Service | ID | Widget Types |
|---|---|---|
facebook | Like buttons, comments, login | |
twitter | Tweet embeds, follow buttons | |
linkedin | Share buttons, login | |
instagram | Photo embeds | |
| YouTube | youtube | Video embeds |
| TikTok | tiktok | Video embeds |
pinterest | Pin buttons | |
| Discord | discord | Server widgets |
| Snapchat | snapchat | Snap Pixel |
Common CSP requirements:
frame-src: Social embedsscript-src: Social widgetsimg-src: Social media content
๐ Forms & Communication (10+ services)โ
Form builders, surveys, and email tools.
| Service | ID | Primary Use |
|---|---|---|
| Typeform | typeform | Interactive forms |
| Calendly | calendly | Scheduling |
| Mailchimp | mailchimp | Email marketing |
| ConvertKit | convertkit | Email automation |
| Campaign Monitor | campaign-monitor | Email campaigns |
| Constant Contact | constant-contact | Email marketing |
| SendGrid | sendgrid | Email delivery |
| Mailgun | mailgun | Email API |
๐ฌ Chat & Support (8+ services)โ
Customer support and communication.
| Service | ID | Features |
|---|---|---|
| Intercom | intercom | Customer messaging |
| Zendesk | zendesk | Help desk |
| Crisp Chat | crisp-chat | Live chat |
| Tawk.to | tawk-to | Free live chat |
| Drift | drift | Conversational marketing |
| Freshchat | freshchat | Customer messaging |
๐ฅ Media & Content (6+ services)โ
Video hosting and media delivery.
| Service | ID | Content Type |
|---|---|---|
| YouTube | youtube | Video hosting |
| Vimeo | vimeo | Video hosting |
| Twitch | twitch | Live streaming |
| Spotify | spotify | Music streaming |
๐ CDN & Infrastructure (12+ services)โ
Content delivery and web fonts.
| Service | ID | Service Type |
|---|---|---|
| Google Fonts | google-fonts | Web fonts |
| jsDelivr | jsdelivr | JavaScript CDN |
| unpkg | unpkg | NPM package CDN |
| cdnjs | cdnjs | JavaScript libraries |
| Cloudflare | cloudflare | CDN and security |
| Fastly | fastly | CDN |
| AWS CloudFront | aws-cloudfront | CDN |
| Azure CDN | azure-cdn | CDN |
| KeyCDN | keycdn | CDN |
| MaxCDN | maxcdn | CDN |
๐บ๏ธ Maps & Location (4+ services)โ
Mapping and geolocation services.
| Service | ID | Features |
|---|---|---|
| Google Maps | google-maps | Interactive maps |
| Mapbox | mapbox | Custom maps |
| OpenStreetMap + Leaflet | openstreetmap-leaflet | Open source maps |
๐งช Testing & Optimization (15+ services)โ
A/B testing, monitoring, and development tools.
| Service | ID | Purpose |
|---|---|---|
| Optimizely | optimizely | A/B testing |
| VWO | vwo | Conversion optimization |
| Google Optimize | google-optimize | A/B testing |
| Sentry | sentry | Error tracking |
| New Relic | new-relic | Application monitoring |
| Datadog | datadog | Infrastructure monitoring |
| Cypress | cypress | End-to-end testing |
| BrowserStack | browserstack | Cross-browser testing |
| Sauce Labs | sauce-labs | Testing platform |
| Percy | percy | Visual testing |
| Ghost Inspector | ghost-inspector | Automated testing |
๐๏ธ E-commerce (8+ services)โ
Online store platforms and tools.
| Service | ID | Platform Type |
|---|---|---|
| Shopify | shopify | E-commerce platform |
| WooCommerce | woocommerce | WordPress e-commerce |
| Squarespace | squarespace | Website builder |
| Wix | wix | Website builder |
| Webflow | webflow | Design platform |
๐ง Other Services (28+ services)โ
Authentication, productivity, and specialized tools.
| Service | ID | Category |
|---|---|---|
| Auth0 | auth0 | Authentication |
| Firebase | firebase-auth | Backend services |
| Okta | okta | Identity management |
| OneLogin | onelogin | SSO platform |
| Ping Identity | ping-identity | Identity security |
| Slack | slack | Team communication |
| Microsoft Teams | microsoft-teams | Collaboration |
| Zoom | zoom | Video conferencing |
| Notion | notion | Productivity |
| Contentful | contentful | Headless CMS |
| Sanity | sanity | Content platform |
| Strapi | strapi | Headless CMS |
โ Request New Servicesโ
๐ Quick Service Requestโ
๐ Request via Web Interface (Recommended)
- โ Interactive form with guidance
- โ Automatic CSP analysis
- โ Progress tracking
- โ Mobile-friendly
๐ Alternative Methodsโ
| Method | Best For | Time to Process |
|---|---|---|
| GitHub Issues | Detailed requests | 1-2 weeks |
| CLI Contribution | Developer contributors | 3-5 days |
| Manual PR | Advanced contributors | 1-3 days |
๐ Service Request Requirementsโ
To add a new service, we need:
-
Service Information
- Official website and documentation
- Description of what the service does
- How it's typically integrated
-
CSP Requirements
- What domains the service loads from
- Which CSP directives are needed
- Any special requirements (nonce, etc.)
-
Testing Information
- Test URLs where the service is implemented
- Integration examples or demos
๐โโ๏ธ Priority Servicesโ
We prioritize services based on:
| Factor | Weight |
|---|---|
| Popularity | High usage across web |
| Community requests | GitHub issues and votes |
| CSP complexity | Services that need CSP help |
| Maintenance burden | Stable, well-documented services |
Current high-priority requests:
- Microsoft services (Teams, Office)
- Popular WordPress plugins
- New social media platforms
- Emerging payment providers
๐ Service Updatesโ
๐ Update Frequencyโ
Services are updated when:
- CSP requirements change (immediate update)
- New features are added (weekly review)
- Security updates (immediate update)
- Community reports issues (within 48 hours)
๐ค Automated Monitoringโ
Many services include automated monitoring:
- Weekly checks of CSP requirements
- GitHub Actions for change detection
- Community notifications when updates are needed
- Automatic PRs for simple updates
๐ Report Service Issuesโ
Found a service that's out of date?
Include:
- Service name and ID
- What's not working
- Current CSP requirements (if known)
- Test URLs showing the issue
๐ Service Statisticsโ
๐ Growth Statsโ
- 106+ total services (as of July 2024)
- ~5-10 new services added monthly
- ~20-30 service updates per month
- 99% uptime for service database
๐ Most Popular Servicesโ
Based on usage in the web interface and API:
- Google Analytics - Universal web analytics
- Stripe - Payment processing
- Google Fonts - Web typography
- YouTube - Video embeds
- Google Tag Manager - Tag management
- Intercom - Customer messaging
- Typeform - Interactive forms
- Hotjar - User behavior analytics
- Mailchimp - Email marketing
- Facebook - Social widgets
๐ฆ Service Categories Distributionโ
Other: 28 services (26%)
Analytics: 12 services (11%)
Testing: 15 services (14%)
Social: 15 services (14%)
CDN: 12 services (11%)
Forms: 10 services (9%)
E-commerce: 8 services (8%)
Chat: 8 services (8%)
Payment: 6 services (6%)
Media: 6 services (6%)
Maps: 4 services (4%)
๐ฎ Future Plansโ
๐ Coming Soonโ
- AI-powered service detection - Automatically detect services from codebases
- Enhanced monitoring - Real-time CSP requirement changes
- Service recommendations - Suggest related services
- Regional variations - Support for geo-specific requirements
- Enterprise services - B2B and internal service support
๐ก Long-term Visionโ
- Universal coverage - Support for all major web services
- Real-time updates - Instant updates when services change
- Community governance - Community-driven service priorities
- Integration ecosystem - Deep framework and platform integration
๐ Community Contributionsโ
Service support is driven by our amazing community:
- ๐ฅ Top Contributors: Users who've added 10+ services
- ๐ฅ Regular Contributors: Users who maintain service definitions
- ๐ฅ First-time Contributors: New community members
Want to contribute? Start with our Contributing Guide!
๐ Related Resourcesโ
- Getting Started - Learn to use CSP Kit
- Contributing - Help add new services
- CLI Guide - Use CLI tools for service management
- Web Interface - Browse services visually