feat: rename app provider to application provider and update terminology in docs and UI

This commit is contained in:
mik-tf
2025-09-07 10:31:42 -04:00
parent 988d07a10d
commit 2ddd538941
11 changed files with 45 additions and 45 deletions

View File

@@ -1,21 +1,21 @@
{% extends "marketplace/layout.html" %}
{% block title %}Project Mycelium - Application Solutions{% endblock %}
{% block title %}Project Mycelium - Agentic Apps{% endblock %}
{% block marketplace_content %}
<div class="my-4">
<h1>Application Solutions</h1>
<h1>Agentic Apps</h1>
<p class="lead">Discover self-healing applications that maintain sovereignty while offering convenience.</p>
<!-- Application Solutions Introduction -->
<!-- Agentic Apps Introduction -->
<div class="alert alert-info mb-4">
<div class="d-flex">
<div class="me-3">
<i class="bi bi-info-circle-fill fs-3"></i>
</div>
<div>
<h5 class="alert-heading">How Application Solutions Work</h5>
<p>ThreeFold Application Solutions use a unique model: You provide the compute resources (Slices), while application providers manage the applications. This ensures you maintain sovereignty over your infrastructure while benefiting from professional management.</p>
<h5 class="alert-heading">How Agentic Apps Work</h5>
<p>ThreeFold Agentic Apps use a unique model: You provide the compute resources (Slices), while application providers manage the applications. This ensures you maintain sovereignty over your infrastructure while benefiting from professional management.</p>
<hr>
<p class="mb-0">When you deploy an application, you'll be guided through the process of allocating the necessary resources if you don't already have them.</p>
</div>