Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro 7 and Tailwind CSS 4 website template for creative agencies, with a bilingual English/Polish homepage and JSON-driven content.

Minimal Hugo corporate and agency theme built on Pico CSS 2, with composable page sections, case studies, a journal, and light/dark schemes.

Automark is a free multipage SaaS starter website template built with Astro, React 19, and Tailwind CSS v4, with Stripe and GoHighLevel integrations.
Nova is a responsive website template for creative agencies, design studios and ambitious brands, built on Astro 7, Tailwind CSS 4 and TypeScript with all copy and section data stored in JSON files.
Nova is a responsive website template for creative agencies, design studios and ambitious brands. Its input is editable JSON content plus reusable Astro components; its output is a static site with a bilingual English and Polish homepage, generated favicons, responsive images, a sitemap and Open Graph metadata. The stack is Astro 7, Tailwind CSS 4, TypeScript and Vitest, and the project is published by WebScale, which also sells outsourced white-label design, development and implementation support for agency projects.
src/data/i18n/nova.json.src/data/sections/*.json so variants can be swapped without touching components.src/data/global/company.json, SEO title, description, Open Graph image and indexing settings in src/data/global/seo.json, homepage order in src/data/pages/index.json, and domain, locale and build scope in site.config.mjs.npm run check:data, check:types, check:seo, check:links and check:images catch data, typing, metadata and asset problems before deployment.AI-QUICKSTART.md and an npm run ai:check validation step.npm run package:marketplace builds release/t001-nova.zip from the current Git commit, excluding generated files and unrelated uncommitted changes.npm run ai:check.src/data/i18n/nova.json and site.config.mjs rather than duplicating components.AI-QUICKSTART.md, adjust design tokens and the Tailwind theme, then run the data and type checks.Install dependencies with npm ci and start the dev server with npm run dev; Astro prints the local development URL in the terminal. Content changes are made in the JSON data files rather than the Astro components, followed by npm run check:data and npm run check:types. Run npm run build before packaging, and npm run package:marketplace to produce the release archive.
Nova's current release is free to use under the terms in LICENSE.md. The source may be modified and used in one finished website project, but it may not be resold or redistributed as a source template package. Future Nova versions, Pro editions and implementation services may be paid and may use different terms.
package.json.Yes. The current Nova release is free under the terms described in LICENSE.md. You may modify the source and use it in one finished website project. Reselling or redistributing it as a source template package is not allowed, and future Pro editions may be paid.
Node.js 22 or newer is required, as specified in package.json. After cloning, install dependencies with npm ci and start the local server with npm run dev; Astro prints the development URL in the terminal.
Edit the JSON data files: src/data/i18n/nova.json for bilingual copy, src/data/sections/*.json for section and variant data, src/data/global/company.json for branding and contact details, and src/data/pages/index.json for section order. Then run npm run check:data and npm run check:types.
Nova ships a bilingual homepage with English and Polish versions, with translations stored in src/data/i18n/nova.json and locale settings in site.config.mjs. Before publishing, the documentation recommends manually checking both language versions, plus navigation, forms, links and Open Graph metadata.
Not without checking their licenses. The template license does not replace the licenses of third-party dependencies, fonts, photographs or icons. ASSETS-LICENSES.md describes responsibility for demonstration assets, and the documentation advises replacing the demonstration materials before commercial use.
