146: Launching Statamic 3, GitHub Sponsors, Tailwind CSS v1.7, and Preparing for Laracon
Episode
80 min
Read time
2 min
Topics
Design & UX, Software Development, Psychology & Behavior
AI-Generated Summary
Key Takeaways
- ✓GitHub Sponsorware Strategy: Statamic implements tiered sponsorship at $5-$100 monthly, offering free starter kits at threshold levels while keeping premium versions behind sponsorship. This model aligns value with donations without blocking essential features, generating $500-600 monthly to fund designers and developers for open source work.
- ✓Component Composition Architecture: Build components with minimal responsibility using multiple divs rather than flattening markup. Keep spacing, sizing, and borders in parent containers, not baked into components themselves. This enables reusability across contexts—components should be width 100% by default, letting parent containers control dimensions and spacing.
- ✓Tailwind v1.7 Gradient System: New gradient utilities use CSS variables for composition, allowing BG-gradient-to-r from-orange-500 to-pink-500 syntax. This approach generates fewer classes than combinatorial alternatives and automatically handles Safari's transparent gradient bug by calculating proper RGBA values, avoiding gray fade issues.
- ✓Responsive Component Props Pattern: Experimental layout prop system passes screen-size-to-layout mappings as objects (default: stacked, SM: horizontal, XL: stacked), enabling components to adapt without hardcoded breakpoints. Combined with Purge CSS integration using variable syntax, this creates container-query-like behavior without JavaScript polyfills or performance issues.
- ✓Feature Flag Development Workflow: Implement future and experimental config keys to develop next-major-version features inside current releases. Future flags enable stable breaking changes users can opt into; experimental flags allow unstable features without semantic versioning concerns. This eliminates separate alpha branches while letting users test upcoming functionality.
What It Covers
Adam Wathan and Jack McDade discuss launching Statamic 3, implementing GitHub Sponsors with sponsorware models, releasing Tailwind CSS v1.7 with gradient utilities, and preparing a Laracon talk about building component libraries with responsive design patterns.
Key Questions Answered
- •GitHub Sponsorware Strategy: Statamic implements tiered sponsorship at $5-$100 monthly, offering free starter kits at threshold levels while keeping premium versions behind sponsorship. This model aligns value with donations without blocking essential features, generating $500-600 monthly to fund designers and developers for open source work.
- •Component Composition Architecture: Build components with minimal responsibility using multiple divs rather than flattening markup. Keep spacing, sizing, and borders in parent containers, not baked into components themselves. This enables reusability across contexts—components should be width 100% by default, letting parent containers control dimensions and spacing.
- •Tailwind v1.7 Gradient System: New gradient utilities use CSS variables for composition, allowing BG-gradient-to-r from-orange-500 to-pink-500 syntax. This approach generates fewer classes than combinatorial alternatives and automatically handles Safari's transparent gradient bug by calculating proper RGBA values, avoiding gray fade issues.
- •Responsive Component Props Pattern: Experimental layout prop system passes screen-size-to-layout mappings as objects (default: stacked, SM: horizontal, XL: stacked), enabling components to adapt without hardcoded breakpoints. Combined with Purge CSS integration using variable syntax, this creates container-query-like behavior without JavaScript polyfills or performance issues.
- •Feature Flag Development Workflow: Implement future and experimental config keys to develop next-major-version features inside current releases. Future flags enable stable breaking changes users can opt into; experimental flags allow unstable features without semantic versioning concerns. This eliminates separate alpha branches while letting users test upcoming functionality.
Notable Moment
Adam reveals he built an entire Tailwind release (v1.7) unplanned during a work cycle, adding gradient utilities and experimental features just to avoid wasting a version number on infrastructure changes alone. The gradients became the most popular release since transitions, despite being a last-minute addition.
Episode Transcript
In this episode of Fullstack Radio, Jack and I talk about launching static three, GitHub Sponsors, Tailwind CSS 1.7, and preparing for Laracom. This is Fullstack Radio episode one forty six. We got a bunch of cool things to talk about, I think. Last time we were talking, we were talking about how the STATAMIC three launch was imminent. It was around the corner without an exact date. It was almost there, but not quite. And now it is old news. It's old dude, it's it already happened. It's done. Our traffic is betting is is back to zero. No. It is dude, it it went well. It was a great launch. It was the smoothest launch we've ever had, and, things are I mean, I'm pumped. I've actually slept a couple nights. Nice. Feel good? Yeah. That's good. So no, no crazy emergency disaster scenarios or minimal? No. There there was, like, one issue with a with a database migration that has actually ended up being a red herring. So it kept our site down a little longer than we planned, but there actually wasn't any problems. And boom, then we were we were up and running. That's good. So, I mean, you said it went well. What does it mean for it to go well? How much, are you willing to talk about it? Yeah. So, I mean, going well would be or going poorly would be, oh my god, it's broken. Oh my god, I didn't know, like, the pricing model has changed. Like, screw it. I want refunds on everything. You know, like, all of those scenarios, like, falling apart. But we were in beta for six months, so the code base there was no surprises there. But most of the people had right? That was that was pretty clean. We did server migrations and, like, upgrades, like, a month ago ahead of time, like and then all the redesign stuff was on a separate branch. So we knew the server didn't need any work. We just had to basically compose or install and, like, you know, build the new Tailwind stuff. So that went pretty smoothly. And then people were adequately prepared for what was coming, and everything worked. So Nice. Yeah. Like, all the upgrades going going fine. Most of them are free because, you know, we we gave them, like, a grace period to upgrade from two to three. So, like, they're flooding in, and every single time it's, like, $0, $0, $0, $0, which is like a good feeling, and it's also like, oh, well, hey. You know? That's it. We're in for the long haul, and people are using it, and they're excited. So, to me, that is all I could hope for, and it met all expectations. So Nice. Yeah. What's changed, I guess, in terms of the day to day in Staten McLean now? Like, were you doing were you kinda having to straddle the v two and v …
Get the full transcript (15,931 words) + summary by email — free
One-time email with the complete transcript and AI summary of this episode. No account needed.
One email, no spam. We’ll also show you what SignalCast does.
You just read a 3-minute summary of a 77-minute episode.
Get Full Stack Radio summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from Full Stack Radio
153: DHH – Omarchy and Designing Your Own OS on Arch Linux
Aug 21 · 76 min
Masters of Scale
DraftKings’ next big bets, with CEO Jason Robins
Feb 12
More from Full Stack Radio
152: Ben Orenstein - How to Stand Out When Applying for a Job at a Small Company
Jan 28 · 47 min
The Pitch
#16 - Interview with Actor & Filmmaker Adam Sinclair
Jun 1
Books, tools, and gear mentioned in this episode
SignalCast may earn commission on purchases via these links.
Tools
by Statamic
“Adam Wathan and Jack McDade discuss launching Statamic 3, implementing GitHub Sponsors with sponsorware models”
by GitHub
“Adam Wathan and Jack McDade discuss launching Statamic 3, implementing GitHub Sponsors with sponsorware models”
More from Full Stack Radio
We summarize every new episode. Want them in your inbox?
153: DHH – Omarchy and Designing Your Own OS on Arch Linux
152: Ben Orenstein - How to Stand Out When Applying for a Job at a Small Company
151: DHH – Building HEY with Hotwire
150: Secret Screencasting Tips & Behind the Scenes of Tailwind CSS 2.0
149: Choosing a Payment Processor, Radical Icons & W3C Hype
Similar Episodes
Related episodes from other podcasts
Masters of Scale
Feb 12
DraftKings’ next big bets, with CEO Jason Robins
The Pitch
Jun 1
#16 - Interview with Actor & Filmmaker Adam Sinclair
a16z Podcast
Jul 8
Adam Neumann: This Is How You Build Iconic Companies
Masters of Scale
Jun 11
The future of EVs, with Rivian’s RJ Scaringe
Freakonomics Radio
May 1
673. What Is Money?
Explore Related Topics
This podcast is featured in Best Cybersecurity Podcasts (2026) — ranked and reviewed with AI summaries.
Read this week's Software Engineering Podcast Insights — cross-podcast analysis updated weekly.
You're clearly into Full Stack Radio.
Every Monday, we deliver AI summaries of the latest episodes from Full Stack Radio and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime