9 KiB
title | permalink | meta | supported_version | plans | features | faqs | urls | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Unlimited Drupal Consulting for a Fixed Monthly Price | / |
|
10 |
|
|
|
|
{% block content %}
{# Pain #}
- Are bugs and errors on your Drupal website losing you customers?
- Are you stuck on an outdated or unsupported version of Drupal?
- Are you unable to efficiently change your website and spend your time searching for workarounds?
- Does it take too long to release new features and bug fixes?
- Are you considering switching to Drupal from your current CMS and wondering if it's the right choice?
{# Solution #}
In less time than it takes to post on a job board, and for a fraction of the cost, get unlimited access to a certified Drupal development expert, core contributor and multiple-time DrupalCon speaker for a fixed monthly fee. No surprises. Cancel anytime.
You're already running my code in production
I've contributed code to Drupal core and written popular contributed Drupal modules and themes, PHP and JavaScript libraries, and Tailwind CSS plugins.
For example, the Override Node Options module is used on around 40,000 active Drupal websites.
What does it include?
{# TODO: add more information about each of these. #}
- Analysis & Audit. I can help you identify expensive bottlenecks, hidden issues, and potential problems with your site. I'll put together a detailed report with actionable next-steps on how to fix any issues.
- Roadmap & Planning. We'll identify your goals and challenges, and I'll put together a custom roadmap to help you get there.
- Implementation and Maintenance. I can build your project for you, or work with your engineering team to accelerate your progress.
- Team Training. Give your team the skills they need to get more done. Grow, retain, and attract talented developers.
- Ongoing Advisory. Throughout the duration of your project, I'll be available to review progress, answer questions, recommend tools and processes, share emerging best practices, and keep your project on the right track.
{# TODO: I don't want people to book an advisory call before an advisory call or pair programming session. #}
Looking for something else? I also offer fixed-scope consulting engagements and one-time advisory calls. Book a short exploratory call to see if we'd be a good match.
How it works
Make as many requests as you like
Unlimited user stories. Unlimited tasks. Unlimited repos. Unlimited services.
You set the priority
You decide what's most important. Change priorities at any time.
Get code in days, not weeks
I work on one active request at a time, and start shipping code in days. Bigger projects will be broken down into smaller parts.
Satisfaction guaranteed
Great software is an iterative process. I'll keep iterating with you until you're completely happy with the results.
Subscription benefits
When you subscribe, you gain access to a number of unique benefits.
Fixed monthly rate
No surprises. No missed quotes. No surprise invoices. Pay the same price each month.
Speedy delivery
I work in small increments, so you'll begin seeing valuable code changes in mere days.
Quality guaranteed
High quality code that just works. Or I fix it, for free!
Subscription plans
{% for plan in page.plans %}
{{ plan.name }}: £{{ plan.price|number_format }} per month
<p>{{ plan.tagline }}</p>
<ul>
{% for feature in plan.features|merge(page.features) %}
<li>{{ feature }}</li>
{% endfor %}
</ul>
<footer class="mt-6">
{% include 'button.html.twig' with {
text: 'Register now for the ' ~ plan.name|lower ~ ' plan',
url: plan.url,
withArrow: true,
} %}
</footer>
Book a free call
And we'll figure out what's best for you.
{% include 'button' with { text: 'Get in touch', type: 'secondary', url: 'https://savvycal.com/opdavies/drupal-consulting-exploratory-call', withArrow: true, } %}
{% include 'testimonials' with { limit: 5, tag: 'subscription', title: 'Kind words from clients', } %}
Frequently asked questions
{% for faq in page.faqs %}
{{ faq.0 }}
{{ faq.1|markdown }} {% endfor %}
{% include 'testimonials' with { tag: 'subscription', offset: 5, title: 'More kind words from clients and colleagues', } %}
{# TODO: add daily subscription form #}
{% include 'drupal-association' %} {% endblock %}