This report documents the architectural design, implementation details, and cloud deployment of the Chrome Flashcard Extension & Serverless Study Platform (Stack: chrome-flashcard-axiza). The project establishes an offline-first browser extension (Manifest V3) integrated with a fully managed AWS Serverless backend infrastructure. The Web Application frontend is hosted on AWS Amplify Hosting under the canonical domain https://www.axiza.net (with apex domain axiza.net HTTP/HTTPS redirecting to www.axiza.net), while the backend API utilizes the custom domain https://api.axiza.net, both managed via Amazon Route 53 with SSL/TLS certificates issued by AWS Certificate Manager (ACM). The system enables users to capture vocabulary while reading web pages, perform offline local storage operations, synchronize data with a cloud database, and review flashcards via a dedicated Web Application.
| Member | ID |
|---|---|
| Nguyễn Minh Triết | <> |
| Nguyễn Nhật Hiếu | 2352330 |
| Nguyễn Vũ Tường | 2313834 |
axiza.net, providing a CNAME record for canonical frontend domain www.axiza.net, apex HTTP/HTTPS redirection, and an Alias A/AAAA record mapping api.axiza.net to the API Gateway Custom Domain Name regional endpoint.www.axiza.net, axiza.net, and api.axiza.net.www.axiza.net.api.axiza.net with rate limit throttling (20 req/s, burst 40 req/s), handling client requests and CORS authorization for allowed origins (https://www.axiza.net, https://axiza.net, http://axiza.net, chrome-extension://...).serverless-http.PAY_PER_REQUEST (On-Demand) mode, storing user profiles, flashcard collections, and categories.