Summary
A multilingual Swedish dictionary for Swedish learners, now aim for English speakers (I will add more languages later). It is a project experimenting with AI coding using Claude Code. The project is mostly implemented by AI, I work on prompting.
Judgment
Chose AWS Serverless(Lambda+API Gateway) backend over Next.js fullstack.
- Trade-off: more initial work.
- Benefit: API is reusable for mobile apps later.
Choose RDS PostgreSQL over Aurora Serverless v2
- Trade‑off: Fixed capacity requires manual scaling for traffic spikes.
- Benefit: Lower cost for predictable or steady traffic.