What We Build

Tools We Built for Ourselves

Everything here started as something we needed ourselves. We built it, ran it in production, hardened it, then opened it up. That's the pattern: build something real, use it, release it.

Open Source Is How We Work

Everything we run is built on open source. We have pulled from these ecosystems for years, and at a certain point it becomes a responsibility to put something back.

Not because it helps our business. Because it is the right thing to do.

Packages We Maintain

Actively maintained and running in production applications worldwide.

Combined, these packages are installed 148K+ times each month.

PayPal Payment Integration

laravel-paypal Laravel

PayPal REST API integration for Laravel. Supports payments, subscriptions, and webhooks. Officially maintained by Blendbyte with ongoing improvements.

4M+ total installs
~113K installs/month
Mar 2026 since

Repeatable Item Fields

nova-items-field Laravel Nova

A Nova field for managing array and JSON columns with a clean item-by-item interface. Drop it into any Nova resource with one line.

541K+ total installs
~17K installs/month
Apr 2022 since

Multi-Record Attachment

nova-attach-many Laravel Nova

A BelongsToMany field for Nova that lets you attach many related records directly in the resource form, with search and filtering.

363K+ total installs
~16K installs/month
Apr 2022 since

Title and URL Slug Generator

filament-title-with-slug FilamentPHP

A FilamentPHP form component that pairs a title input with an auto-generated, editable permalink slug. Automatic SEO meta for any resource.

24K+ total installs
~1K installs/month
Sep 2023 since

Concurrent Edit Protection

filament-resource-lock FilamentPHP

Prevents simultaneous edits by locking Filament resources when a user opens them. Stops overwrite conflicts in multi-user admin panels.

1K+ total installs
~877 installs/month
Mar 2026 since

Bot and Spam Protection

livewire-honeypot Livewire

Spam and bot protection for Livewire forms using the honeypot technique. A hidden field catches automated submissions without adding any friction for real users.

213 total installs
~105 installs/month
Mar 2026 since

blendbyte/coyotecert

Certificate Automation Without the Shell Scripts

We run CoyoteCert across all our own infrastructure. It handles certificate issuance, renewal, and revocation entirely in PHP, with no Certbot wrapper, no shell-out, and no external tooling required.

Supports Let's Encrypt, ZeroSSL, and Google Trust Services. Handles HTTP-01, DNS-01, and TLS-ALPN-01 challenges with native integrations for Cloudflare, Hetzner, DigitalOcean, Route53, ClouDNS, and AWS.

PHP 8.3+ ACME v2 Framework-Agnostic

Open source. MIT licensed. PHP 8.3+ required.

cert-provisioner.php
$ composer require blendbyte/coyotecert
CoyoteCert::with(new LetsEncrypt())
    ->storage(new FilesystemStorage('/var/certs'))
    ->identifiers(['*.example.com'])
    ->email('ops@example.com')
    ->challenge(new CloudflareDns01Handler(
        apiToken: config('services.cloudflare.token')
    ))
    ->issueOrRenew();

blendbyte/nginx-modules

Nginx Modules, Ready to apt install

We run a lot of nginx. Sury announced the shutdown of his nginx repository in December 2025 and wound it down in April 2026. So we built our own replacement: prebuilt dynamic modules for official nginx.org stable releases, updated within 24 hours of each new release.

Ships brotli, zstd, geoip2, headers-more, modsecurity, substitutions, fancyindex, dav-ext, cache-purge, and more. Supports Debian Bookworm and Trixie, Ubuntu 22.04 through 26.04 LTS, on amd64 and arm64. No account, no subscription, no compilation required.

Debian Bookworm + Trixie Ubuntu 22.04 to 26.04 LTS amd64 + arm64 Free to Use

Free to use. Open source. Debian and Ubuntu. nginx-modules.com

setup.sh
# Add the Blendbyte apt repo
sudo install -d -m 0755 /etc/apt/keyrings

curl -fsSL https://apt.blendbyte.net/nginx/blendbyte-archive-keyring.gpg \
  | sudo tee /etc/apt/keyrings/blendbyte.gpg >/dev/null

echo "deb [signed-by=/etc/apt/keyrings/blendbyte.gpg] https://apt.blendbyte.net/nginx $(lsb_release -cs) main" \
  | sudo tee /etc/apt/sources.list.d/blendbyte.list

sudo apt update
sudo apt install nginx-module-brotli nginx-module-geoip2 nginx-module-headers-more
Stringhive

Translation Management That Lives in Your Codebase

Stringhive is translation management built for developer teams. Native SDKs for Laravel and Node.js let you push source strings from your codebase, run them through a structured translate → review → approve workflow, and pull approved translations back to deploy. Supports JSON, PHP, YAML, PO, XLIFF, CSV, iOS, and Android out of the box.

MCP-ready so your AI assistant can push and pull translations directly. Bring your own DeepL, Google, Azure, or OpenAI key for machine translation. No markup on API calls. Translation memory, shared glossary, webhooks, and the full REST API are included on every plan. Pricing is per string, never per seat.

CLI-Native Laravel & Node.js MCP-Ready Free Tier
Visit Stringhive.com

Free plan available. No credit card required.

stringhive
$ php artisan stringhive:push
  Scanning language files...
  Pushed 248 strings  [14 new · 2 updated · 232 unchanged]

$ php artisan stringhive:pull --locale de,fr,ja
  de  248/248  
  fr  248/248  
  ja  246/248  2 pending review
ZNCHost

Managed IRC Bouncer Service

ZNCHost keeps you permanently connected to IRC. Stay reachable around the clock, receive messages while you are offline, keep your IP private, and connect from any device at any time.

Running on Blendbyte's own infrastructure since 2021. Zero technical setup required. You are online in minutes, and your connection stays up even when you are not.

Privacy-Focused Blendbyte Infrastructure Open Source Powered Est. 2021
Visit ZNCHost.com

No technical setup required. You're online in minutes.

Key Benefits

  • Persistent Message Logs

    Channel and private messages are stored while you are offline. Catch up the moment you reconnect.

  • IP Privacy

    ZNCHost connects to IRC on your behalf. Your real IP is never exposed to any server or channel.

  • Connect from Anywhere

    Phone, laptop, and desktop at the same time. Your session stays open across all of them.

  • Blendbyte Infrastructure

    Hosted on the same infrastructure we use for our own team. No third-party providers, no opaque hosting.

Have a Problem We Haven't Solved Yet?

Tell us what you are trying to solve. If it fits something we already run, we will point you there. If not, we build things.

View Our Services