Credits & Assets
This page lists all third-party libraries, frameworks, assets, and resources used in Multi-Domain AutoBlogger, along with their licenses and attribution requirements.
Core Framework & Libraries
| Library | Version | License | Purpose | Website |
|---|---|---|---|---|
| Next.js | 16.0.1 | MIT | React framework with App Router | nextjs.org |
| React | 19.2.0 | MIT | UI library | react.dev |
| TypeScript | ^5 | Apache-2.0 | Type-safe JavaScript | typescriptlang.org |
| Drizzle ORM | ^0.44.7 | Apache-2.0 | Type-safe database queries | orm.drizzle.team |
| Neon Serverless | ^1.0.2 | Apache-2.0 | PostgreSQL serverless driver | neon.tech |
| Tailwind CSS | ^4 | MIT | Utility-first CSS framework | tailwindcss.com |
AI & Content Libraries
| Library | Version | License | Purpose | Website |
|---|---|---|---|---|
| @anthropic-ai/sdk | ^0.68.0 | MIT | Claude API integration | GitHub |
| marked | ^17.0.0 | MIT | Markdown parsing | marked.js.org |
| csv-parse | ^6.1.0 | MIT | CSV file parsing | csv.js.org |
Forms & Validation
| Library | Version | License | Purpose | Website |
|---|---|---|---|---|
| React Hook Form | ^7.66.0 | MIT | Form state management | react-hook-form.com |
| Zod | ^4.1.12 | MIT | Schema validation | zod.dev |
| @hookform/resolvers | ^5.2.2 | MIT | Form validation integration | GitHub |
Rich Text Editor
| Library | Version | License | Purpose | Website |
|---|---|---|---|---|
| @tiptap/react | ^3.10.7 | MIT | Rich text editor framework | tiptap.dev |
| @tiptap/starter-kit | ^3.10.7 | MIT | TipTap starter extensions | tiptap.dev |
| @tiptap/extension-link | ^3.10.7 | MIT | Link extension for TipTap | tiptap.dev |
| @tiptap/extension-underline | ^3.10.7 | MIT | Underline extension for TipTap | tiptap.dev |
Authentication & Security
| Library | Version | License | Purpose | Website |
|---|---|---|---|---|
| bcryptjs | ^3.0.3 | MIT | Password hashing | GitHub |
Utilities
| Library | Version | License | Purpose | Website |
|---|---|---|---|---|
| date-fns | ^4.1.0 | MIT | Date formatting and manipulation | date-fns.org |
| ws | ^8.18.3 | MIT | WebSocket support | GitHub |
Development Dependencies
| Library | Version | License | Purpose |
|---|---|---|---|
| drizzle-kit | ^0.31.6 | Apache-2.0 | Database migration tool |
| eslint | ^9 | MIT | Code linting |
| eslint-config-next | 16.0.1 | MIT | Next.js ESLint configuration |
| tsx | ^4.20.6 | MIT | TypeScript execution |
| dotenv | ^17.2.3 | BSD-2-Clause | Environment variable loading |
Third-Party Services & APIs
Anthropic Claude API
Service: AI content generation
Website: anthropic.com
Usage: Requires API key (configured in environment variables)
License: Commercial API service - see Anthropic's terms of service
GoHighLevel
Service: CRM and marketing automation
Website: gohighlevel.com
Usage: Optional integration for email capture (requires account and API credentials)
License: Commercial service - see GoHighLevel's terms of service
Google Analytics 4
Service: Website analytics
Website: analytics.google.com
Usage: Optional integration for analytics tracking (requires GA4 property)
License: Free service - see Google's terms of service
License Information
Product License
Multi-Domain AutoBlogger is licensed according to the terms of purchase. Please refer to your purchase agreement for specific licensing terms.
Third-Party Licenses
All third-party libraries used in this product are open-source and licensed under permissive licenses (primarily MIT, Apache-2.0). These licenses allow commercial use, modification, and distribution.
Key license types:
- MIT License - Very permissive, allows almost anything
- Apache-2.0 License - Similar to MIT, with patent grant
- BSD-2-Clause - Permissive, similar to MIT
Attribution Requirements
Open Source Libraries
Most libraries used in this product do not require attribution in the final product. However, you may include attribution if desired. License files are typically included in node_modules directories.
Third-Party Services
Third-party services (Anthropic, GoHighLevel, Google Analytics) may have their own attribution or branding requirements. Please review their terms of service for specific requirements.
Fonts & Typography
The platform uses system fonts by default. You can configure custom fonts in themes:
- System Fonts - Default font stack uses system fonts (no external resources)
- Custom Fonts - You can use Google Fonts or any web font by configuring the font family in theme settings
- No Font Files Included - The product does not include font files; fonts are loaded from external sources if configured
Icons & Images
The platform includes minimal default assets:
- Default Favicon - Basic favicon included in
public/directory - No Icon Library - The product does not include an icon library; you can add your own
- Custom Assets - All domain-specific assets (logos, favicons, images) are configured per domain
Additional Resources
For more information about licenses and usage:
- Check individual library documentation for specific requirements
- Review license files in
node_modules/[package-name]/directories - Visit library websites for latest license information
- Consult with legal counsel for commercial usage questions
Support & Questions
If you have questions about:
- Third-party library licenses - Contact the library maintainers
- Product licensing - Refer to your purchase agreement
- Service integrations - Contact the service providers (Anthropic, GoHighLevel, Google)