{% extends "dashboard/layout.html" %} {% block title %}ThreeFold Dashboard - Application Provider{% endblock %} {% block dashboard_content %}

Application Provider Dashboard

Develop, deploy, and manage applications for the ThreeFold ecosystem

Published Apps

{% if application_provider_data is defined and application_provider_data.published_apps is defined %}{{ application_provider_data.published_apps }}{% else %}0{% endif %}

Active
Active Deployments

{% if application_provider_data is defined and application_provider_data.active_deployments is defined %}{{ application_provider_data.active_deployments }}{% else %}0{% endif %}

Instances
Customer Base

{% if application_provider_data is defined and application_provider_data.total_deployments is defined %}{{ application_provider_data.total_deployments }}{% else %}0{% endif %}

Total Deployments
Monthly Earnings

{% if application_provider_data is defined and application_provider_data.monthly_revenue_usd is defined %}{{ application_provider_data.monthly_revenue_usd }}{% else %}0{% endif %}

$/month

My Published Applications

Application Type Status Version Active Deployments Average Rating Monthly Revenue Actions

Active Deployments

Each application can have multiple deployments across different users and environments.
Deployment ID Application Customer Region Instances Deployed On Status Health Resource Usage Revenue Monitoring Actions

Developer Resources

Documentation

Access guides, tutorials, and API references for developing ThreeFold applications

Browse Documentation
Developer Community

Connect with other ThreeFold application developers, share insights, and get help

Join Community

Revenue Monitoring

Monthly Revenue Trend
Revenue by Application
Deployment Trend
App Performance
{% block scripts %} {{ super() }} {% endblock %} {% endblock %}