{% extends "base.html" %} {% block content %}

Master Dify AI

Learn to build powerful AI applications with our comprehensive, step-by-step tutorials designed for beginners

{{ tutorials|length }}

Tutorials

{{ projects|length }}

Projects

0

Coding Req.

Learning Path

Follow our structured learning path to master Dify AI from basics to advanced topics

{% for tutorial in tutorials %}
{{ loop.index }}
{{ tutorial.title }}

{{ tutorial.description }}

{{ tutorial.difficulty }} {{ tutorial.estimated_time }} min
{% endfor %}

Hands-on Projects

Apply your knowledge with real-world projects

{% for project in projects %}
{{ project.title }}

{{ project.description }}

{{ project.difficulty }} {{ project.estimated_time }} min
Start Project
{% endfor %}

Why Choose Our Platform?

Beginner Friendly

No coding experience required. Learn Dify AI with visual, step-by-step tutorials.

Progress Tracking

Track your learning progress and see how far you've come in your AI journey.

Interactive Learning

Learn by doing with interactive tutorials and real-world project examples.

{% endblock %}