7.3 KiB
title | permalink | meta | supported_version | plans | features | faqs | urls | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Unlimited Drupal Consulting for a Fixed Monthly Price | / |
|
10 |
|
|
|
|
{% block content %}
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 and audit
- Roadmap and planning
- Implementation and maintenance
- Team training
- Ongoing advisory
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 #}
{% endblock %}
{% block content_top %} {% include 'message.html.twig' %} {% endblock %}