Licence
One purchase, no subscription, no attribution required.
Buy it once
All three tiers ship the same code. What changes is how many end products you may build with it.
Personal
One project, for you or a single client.
Billed monthly Billed annually ($468/year)
- Full source, Astro and Tailwind
- One end product
- 12 months of updates
- Unlimited end products
- Extended commercial use
Studio
Unlimited client work under one licence.
Billed monthly Billed annually ($1548/year)
- Everything in Personal
- Unlimited end products
- Client and commercial use
- Lifetime updates
- Priority bug fixes
Extended
For products that are themselves sold to end users.
Billed monthly Billed annually ($4188/year)
- Everything in Studio
- Resale within a paid product
- SaaS and theme-marketplace use
- Named support contact
- Motion consulting, 2 hours
Before you buy
The things developers ask about an animated template.
None. Every effect is CSS transitions and keyframes driven by a small amount of vanilla TypeScript using IntersectionObserver and pointer events. There is no GSAP, Framer Motion, Lottie or AOS anywhere in the bundle.
Effects are disabled rather than shortened. Scroll reveals leave content visible, tilt and magnetic handlers never attach, the marquee stops and the SVG path renders complete. That is a hard requirement, not a setting.
The animation code is a few kilobytes of TypeScript with no dependencies, and every effect is transform or opacity so it does not trigger layout. The usual performance risk in a template like this is images, not motion.
Each pattern is independent — delete the section component or the data attribute and nothing else breaks. The CSS is grouped in one clearly marked block in input.css.
Content renders fully. Scroll reveals stay visible, and the CSS-only effects such as the marquee and hover states still run. Only the pointer-driven effects need JavaScript.
One purchase, no subscription
Studio is the one most people want — unlimited client work, lifetime updates.