{% extends "base.html" %} {% block body_class %}template-homepage{% endblock %} {% block content %}

Find the Right Project Skeleton

Browse open-source project skeletons by scenario, language, framework, and AI-coding friendliness score.

{% if scenarios %}

Scenarios

{% for scenario in scenarios %}

{{ scenario.title }}

{% endfor %}
{% endif %} {% if featured_projects %}

Featured Projects

{% for project in featured_projects %}

{{ project.title }} {% if project.is_sponsored %} Sponsored {% endif %}

{{ project.summary|truncatewords:20 }}

{{ project.total_score }}/30 AI-Friendly Score
{% for lang in project.languages.all|slice:":3" %} {{ lang.name }} {% endfor %}
{% endfor %}
{% endif %} {% if latest_articles %}

Latest Articles

{% for article in latest_articles %}

{{ article.title }}

{% endfor %}
{% endif %} {% endblock content %}