---
title: "Contact"
url: "https://michalak.world/contact/"
description: "Contact Michael Michalak for Drupal backend development, Drupal Commerce, Fractional CTO, or AI agent consulting work."
summary: "Get in touch about Drupal development, Drupal Commerce, Fractional CTO engagements, or AI agent projects."
date: 2019-02-01
lastmod: 2026-08-19
author: "Michael Michalak"
site: "https://michalak.world/"
---

# Contact

Contact Michael Michalak for Drupal backend development, Drupal Commerce, Fractional CTO, or AI agent consulting work.

Get in touch about Drupal backend development, Drupal Commerce, Fractional CTO
engagements, or AI agent projects. Use the form below and I will reply by email,
or reach me on [LinkedIn](https://www.linkedin.com/in/michaelmichalak).

<form
  action="https://formspree.io/f/mdkgoobr"
  method="POST"
  class="max-w-lg mx-auto p-6 bg-white rounded-xl shadow-md space-y-6"
>
  <div>
    <label for="email" class="block text-sm font-medium text-gray-700 mb-1">
      Your email:
    </label>
    <input
      type="email"
      name="email"
      id="email"
      required
      class="w-full px-4 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"
    />
  </div>

  <div>
    <label for="message" class="block text-sm font-medium text-gray-700 mb-1">
      Your message:
    </label>
    <textarea
      name="message"
      id="message"
      rows="5"
      required
      class="w-full px-4 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"
    ></textarea>
  </div>

  <!-- Add more fields as needed -->

  <div>
    <button
      type="submit"
      class="w-full bg-blue-600 text-white font-semibold py-2 px-4 rounded-md hover:bg-blue-700 transition duration-200"
    >
      Send
    </button>
  </div>
</form>

## Frequently asked questions

### What kinds of projects should I contact you about?

Drupal backend and Drupal Commerce development, including custom modules, migrations between Drupal versions, performance tuning, and security remediation. Fractional CTO engagements covering technology strategy, architecture review, and interim technical leadership. AI agent development with LangChain, Langfuse, and CrewAI or written from scratch. Hosting and DevOps work on platforms such as Pantheon and Acquia.

### Do you work with clients remotely?

Yes. Work is remote and available worldwide. Past engagements have spanned e-commerce platforms, universities, healthcare organizations, nonprofits, and global organizations, including multilingual, multicurrency, and GDPR-sensitive projects.

### How can I reach you besides this form?

LinkedIn at linkedin.com/in/michaelmichalak is the fastest alternative, and code is on GitHub at github.com/mikemichalak. The form on this page reaches me directly by email.

