Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A demo movie application built with Nuxt 3, Vue 3, UnoCSS, and TypeScript, leveraging The Movie Database API for data. It serves as a robust template ...

ShipAny is a development framework for building AI SaaS, with rich built-in functional modules and business components, helping you quickly launch your website.
Nuxt Movies is a comprehensive demo application designed to showcase a modern web development stack. It functions as a client for The Movie Database (TMDB) API, allowing users to browse movies and related information.
Key Technologies:
Features & Use Cases: This project serves as an excellent boilerplate for developers looking to build data-driven web applications with Nuxt 3. It demonstrates best practices for:
internationalization folder and i18n.config.ts).playwright.config.ts and vitest.config.ts).A live preview of the application is available at https://movies.nuxt.space. The repository also includes a proxy server setup, detailed in its own README, to handle API requests securely and efficiently.
Setup Instructions: To get started with the project locally:
$ corepack enable$ pnpm install$ pnpm dev (runs with hot reload at localhost:3000)The project is based on previous works like jasonujmaalvis/vue-movies and tastejs/nuxt-movies, and utilizes data from The Movie Database.