Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A premium dark cinematic Astro theme for film studios, movie directories, and cinema enthusiasts with glassmorphic design and instant search.

170 free editable HTML5 website templates with live previews, covering business, portfolio, coming soon, and more.

Full-stack brewery directory and discovery platform with a .NET 10 API, React 19 website, JWT auth, and an LLM-powered seed-data pipeline.
SR Studio is a premium dark cinematic theme built on the Astro framework, purpose-made for film studios, curated movie directories, and cinema enthusiasts. It takes a central JSON database of movie objects and generates a fully responsive static site with instant search, category pages, and dynamic detail pages.
SR Studio is a static site theme built on Astro that creates a movie directory website with dynamic category and detail pages. It consumes a central JSON database (src/data/movies.json) containing movie objects with fields such as title, year, rating, description, category, director, cast, duration, image URLs, and trailer URL, and automatically generates both index listings and dynamic detail pages for each entry. The theme outputs a dark cinematic site with glassmorphic cards, glowing gradients, and an interactive client-side search dropdown. The repository is hosted on GitHub under the name sr_stodio / SR_Stodio.
src/data/movies.json; adding or editing a movie object automatically creates its category listing and detail page at build time, thanks to Astro's static generation.The theme is built on Astro's static site generation. After cloning the repository, run npm install at the root to install dependencies, then npm run dev to start a local development server at http://localhost:4321 with hot reloading. To add content, edit src/data/movies.json following the movie object structure, and the build process (npm run build) outputs a production-ready static bundle into ./dist/ that can be previewed locally with npm run preview.
No. The theme uses hand-crafted CSS with custom properties, glassmorphic classes, and the Google fonts Inter and Outfit. The README does not list Tailwind, styled-components, or any other CSS framework as a dependency.
Yes, the core is a JSON-driven directory. Replace the movie fields in src/data/movies.json with your own data model and adjust the dynamic templates in src/pages/movie/ to serve any catalog-style content, from products to case studies.
The README does not include a live demo link or screenshot. It only provides source code and setup instructions, so you will need to run the dev server locally to preview the theme.
Edit the logo and text in Header.astro and Footer.astro, update SEO titles in Layout.astro, and change the accent color by modifying the CSS variable --accent-color (default neon red #e50914) and background colors in the component style tags.
