Academic

Build a Language Conjugation Table with AI

Interactive verb conjugation reference for Spanish, French, German, Italian, and Portuguese. Search any verb and see its conjugation across all tenses and moods, with irregular forms highlighted, example sentences, and quick-practice quizzes.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML verb conjugation reference tool. Dark theme with background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent color #a78bfa (violet). Data from inline `const LANGUAGES = [...]`, `const VERBS = [...]`, `const TENSES = [...]`. Each verb has: infinitive, language, meaning (English), group/conjugation class, isIrregular (boolean), conjugations (object keyed by tense, each containing person→form mapping for yo/tu/el/nosotros/vosotros/ellos or equivalent), exampleSentences (array per tense), commonPhrases (array). Layout: Header with title, language selector tabs (Spanish/French/German/Italian/Portuguese). Verb search bar with autocomplete. Selected verb view: infinitive + meaning + irregular badge, tense selector tabs (Present/Preterite/Imperfect/Future/Conditional/Subjunctive/Imperative). Conjugation table: person column (yo, tú, él/ella...) + conjugated form column, irregular forms highlighted in accent color. Example sentences below table. Most common verbs grid: top 20 per language as quick-select cards. Include "Conjugation Patterns" guide explaining regular vs irregular, and "Study Tips" for memorizing verb forms. Quiz mode: given a verb + person + tense, type the correct form. Track progress in localStorage. SEO: title, meta description, OG tags. Pre-fill with 30 verbs per language. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Audio Pronunciation

Text-to-speech pronunciation for each conjugated form using the Web Speech API.

Verb Groups

Group irregular verbs by pattern (e.g., Spanish stem-changing e→ie) for efficient study.

Sentence Builder

Practice building complete sentences using conjugated verbs with fill-in-the-blank exercises.

Comparison Mode

Compare the same verb conjugation side-by-side across 2 languages (e.g., Spanish vs French).

Flashcard Drills

Spaced repetition flashcards focused on the tenses and verbs the student struggles with most.

Mood Explainer

When to use indicative vs subjunctive vs imperative with clear examples and decision flowcharts.

Update Prompt

Update Prompt — Add more verbs
Add 20 more verbs per language focusing on common irregular verbs. Include all tense conjugations, example sentences, and common phrases. Add Japanese and Korean as new languages with basic verb forms. Update VERBS array. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Language Conjugation Table?

Copy the prompt above and paste it into Claude Code. Your conjugation tool will be live in minutes.

Get Started