Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro and Tailwind CSS theme for digital marketing agency landing pages.

A travel agency landing page template built with Astro, generating fast static sites with a Netlify demo and MIT license.
Positivus is an open-source Astro theme styled with Tailwind CSS that creates a modern, SEO-friendly landing page for digital marketing agencies.
Positivus is a static website theme built on the Astro framework with Tailwind CSS for styling, designed specifically for digital marketing agency sites. It takes Markdown or .astro files placed in the src/pages directory and generates a responsive, mobile-friendly marketing website. The UI/UX design was created by Olga, development by Manul Thanura, and the project is published under the MIT License; the GitHub repository has 330 stars.
npm run build to generate a production-ready site in the dist folder, which can be hosted on any static host.After copying the repository, run npm install to install dependencies and npm run dev to start the development server at localhost:4321. The project follows Astro conventions: pages live in src/pages, components in src/components, and static assets in public. Each page is exposed as a route based on its file name, and the final site is built with npm run build into the dist directory.
Positivus is free and open-source under the MIT License, so there is no cost to download, use, or modify it.
Yes. The project is released under the MIT License, which permits free commercial and personal use, modification, and distribution.
Positivus is built with Astro as the static-site generator and Tailwind CSS for styling. It does not require a CMS; content is authored in Markdown or .astro components.
Install dependencies with npm install, then start the dev server with npm run dev. The site will be served at localhost:4321. For production, use npm run build to output a static site in the dist folder.
