Available Integrations
Bordful supports various integrations to help you build a powerful job board. Here are the currently available integrations:
Database & Storage
- Airtable - Primary database for job listings and applications
- PostgreSQL (Coming Soon) - Alternative database option for self-hosted deployments
- Supabase (Coming Soon) - Open source Firebase alternative
Email & Communications
- Resend (Coming Soon) - Transactional emails and notifications
- MailerSend (Coming Soon) - Email service for job alerts and updates
- SendGrid (Coming Soon) - Email delivery and management
Analytics & Tracking
- Google Analytics (Coming Soon) - Website traffic and user behavior
- Plausible (Coming Soon) - Privacy-friendly analytics
- PostHog (Coming Soon) - Product analytics and feature flags
AI & Automation
- OpenAI (Coming Soon) - AI-powered job description enhancement
- Loops (Coming Soon) - Automated email workflows
- Kadoa (Coming Soon) - Job market intelligence
Payments & Billing
- Stripe (Coming Soon) - Process payments for job listings
- Polar (Coming Soon) - Open source sponsorship platform
Productivity
- Notion (Coming Soon) - Content management and documentation
- Google Sheets (Coming Soon) - Data export and reporting
Adding New Integrations
Bordful is designed to be extensible. You can add new integrations by:
- Creating an API client in
lib/integrations
- Adding environment variables for configuration
- Implementing the integration logic
- Adding documentation in the integrations section
Best Practices
When working with integrations:
- Keep API keys and credentials secure
- Implement proper error handling
- Add type definitions for better development experience
- Write tests for integration functionality
- Document usage and configuration
Contributing
We welcome contributions for new integrations. To contribute:
- Fork the repository
- Create a new integration following our guidelines
- Add documentation and examples
- Submit a pull request
For more information on contributing, check out our GitHub repository.