Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro 5.7 SaaS theme for a fictional payroll provider with Tailwind CSS, animations, and fast page transitions.
Payflo is an open-source Astro 5.7 starter theme that reimplements the salsa.dev website as a SaaS landing template for a fictional payroll provider, published on GitHub by ctrimm under the MIT License.
Payflo is a website template that takes the design of salsa.dev and rebuilds it as a modern Astro 5.7 project. It produces a static marketing site for a fictional payroll company, with routing determined by .astro files in the src/pages directory and a build output to dist/. The template is authored by ctrimm, distributed under the MIT License, and uses TypeScript configuration via tsconfig.json.
Clone the repository from GitHub, install dependencies with npm, yarn, or pnpm, then run the dev server. The site is served locally at localhost:4321 during development, and "npm run build" generates the production output in dist/. Use "npm run preview" to test the production build locally.
Payflo is free and open source under the MIT License, with no paid tiers or subscription requirements.
Yes. The repository is released under the MIT License, so you can use, modify, and distribute it freely, including in commercial projects.
The README lists Node.js v18.14.1 or higher as a prerequisite, along with npm, yarn, or pnpm as package managers.
Create a new .astro file in the src/pages directory; the file path becomes the route. For example, src/pages/blog.astro serves at /blog, and src/pages/blog/[slug].astro creates dynamic blog post routes.
Since the build output is static HTML in dist/, it can be hosted on Netlify, Vercel, GitHub Pages, Cloudflare Pages, or AWS S3 with CloudFront.
