{% extends "base.html" %} {% block title %}Vocabulary – Auf Deutsch{% endblock %} {% block content %}
Vocabulary and verbs

A real word bank for everyday German

Use this page as the missing vocabulary and verb section: articles-first nouns, core verbs, practical chunks, and descriptive adjectives with examples you can actually say.

Visible now
{{ counts.all }}

A1/A2 phrases and words in your current level path.

Verb bank
{{ counts.verbs }}

Core verbs, modal verbs, fixed frames, and separable verbs.

Nouns with articles
{{ counts.nouns }}

Shown with articles so users stop memorizing bare nouns.

Useful chunks
{{ counts.chunks }}

Real phrases for daily conversation, not just isolated dictionary entries.

Find fast

Search the whole bank

{% if core_cards %}
Start here

Core everyday vocabulary

These are the words and phrases a new learner should see again and again until they feel automatic.

{% for item in core_cards %}
{{ item.pack_emoji }} {{ item.level }}
{{ item.de }}
{{ item.en }}
{{ item.pack_name }}
{% if item.examples %}

{{ item.examples[0].de }}

{{ item.examples[0].en }}

{% endif %}
{% endfor %}
{% endif %}
Full library

All visible vocabulary

Filter by verbs, nouns, adjectives, or chunks. Every card keeps its pack context and one natural example.

{% for item in phrase_cards %}
{{ item.category }} {{ item.level }}
{{ item.de }}
{{ item.en }}
{{ item.pack_emoji }} {{ item.pack_name }}
{% if item.usage %}

{{ item.usage }}

{% endif %} {% if item.examples %}

{{ item.examples[0].de }}

{{ item.examples[0].en }}

{% endif %} {% if item.grammar_note %}

{{ item.grammar_note }}

{% endif %} Open phrase →
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}