{% extends "marketplace/layout.html" %} {% block title %}Project Mycelium - Professional Services{% endblock %} {% block marketplace_content %}

Professional Services

Expert services to help you succeed with ThreeFold technology and infrastructure.

Professional Support & Services

Our certified experts and trusted community providers offer comprehensive services to help you deploy, manage, and optimize your ThreeFold infrastructure and applications.


From initial consultation to ongoing support, we ensure your success with decentralized technology.

Filter Services
Clear
{% if service_products and service_products | length > 0 %} {% for product_data in service_products %}
{{ product_data.product.name }}
{% if product_data.product.metadata.featured %} Featured {% elif product_data.product.availability == "Available" %} Available {% else %} {{ product_data.product.availability }} {% endif %}
{{ product_data.product.provider_name }} {% if product_data.product.metadata.location %} {{ product_data.product.metadata.location }} {% endif %}

{{ product_data.product.description | truncate(length=150) }}

{% if product_data.product.attributes %}
Service Details:
{% if product_data.product.attributes.duration_hours %}
Duration: {{ product_data.product.attributes.duration_hours.value }} hours
{% endif %} {% if product_data.product.attributes.expertise_level %}
Level: {{ product_data.product.attributes.expertise_level.value | title }}
{% endif %} {% if product_data.product.attributes.response_time_hours %}
Response: {{ product_data.product.attributes.response_time_hours.value }}h
{% endif %} {% if product_data.product.attributes.support_type %}
Type: {{ product_data.product.attributes.support_type.value | title }}
{% endif %}
{% endif %} {% if product_data.product.metadata.tags and product_data.product.metadata.tags | length > 0 %}
Includes:
{% for tag in product_data.product.metadata.tags %} {{ tag | title }} {% endfor %}
{% endif %} {% if product_data.product.metadata.rating %}
Rating: {% if product_data.product.metadata.rating >= 1 %}{% else %}{% endif %} {% if product_data.product.metadata.rating >= 2 %}{% else %}{% endif %} {% if product_data.product.metadata.rating >= 3 %}{% else %}{% endif %} {% if product_data.product.metadata.rating >= 4 %}{% else %}{% endif %} {% if product_data.product.metadata.rating >= 5 %}{% else %}{% endif %} ({{ product_data.product.metadata.review_count }} reviews)
{% endif %}
{% endfor %} {% else %}

No Services Available

Check back later for new professional services.

{% endif %}
{% if pagination and pagination.total_pages > 1 %}
Showing page {{ pagination.current_page + 1 }} of {{ pagination.total_pages }} ({{ pagination.total_count }} total services)
{% endif %}

Service Categories

Consulting & Strategy

Architecture planning, technology assessment, and strategic guidance for your decentralized infrastructure.

Deployment & Setup

Professional deployment, configuration, and optimization of your ThreeFold infrastructure and applications.

Support & Maintenance

Ongoing support, monitoring, updates, and maintenance to keep your systems running smoothly.

{% endblock %}