I got frustrated with the experience of leconjugueur.figaro.fr, so I built a fast and light French verb conjugator over a day. The development was surprisingly quick using Claude and Svelte. Started with a proof of concept using a JSON file containing all French verb conjugations, then iterated to optimize performance and UX. The whole process took maybe 2-3 hours of actual work. Key features: - Fast search and conjugation display - Clean, minimal interface - Works offline once loaded - No ads or tracking The conjugation data comes from open sources, and the app is client-side only for speed. Try it: https://barim.us/conjugueur Code: https://github.com/CodeCadim/conjugueur Would love feedback, especially from other French speakers or language learners! |
No comments yet