Laravel Prompts v0.3.15 is out! A ton of new primitives came out of building the Cloud CLI (+ some unreleased stuff 👀), so we decided to bake them in Prompts itself. Let's take a look 🧵👇
You may have heard of Blaze, the new tool from the Laravel Livewire team that speeds up Blade. But did you know how it works? From folding to function compilation, we break down its optimization strategies, and even build a mini version to understand it. tighten.com/insights/bla...
Under the Hood: How Blaze Speeds Up Blade Templates
If you attended Laracon US this year, or if you're big into Livewire, you might already have heard about Blaze. Blaze is a new drop-in package...
tighten.com
Still working through these features but man looking forward to being able to have better tooling when touching these kinds of blade files
Claude Code tip for you!💡 Use claude -p to run Claude Code in non-interactive mode. Perfect for making Claude part of your bash scripts: Git hooks, CI/CD pipelines, etc. Pre-commit example: if en.json changes, Claude translates what's missing to es.json and stages it.
Want to use AI to chat with your own documents? At scale, it’s harder than it sounds. Join @nicodevs.bsky.social to build a chatbot using the new Laravel AI SDK, Postgres, and Livewire 4 🤖 Learn RAG and semantic search from scratch 👇 tighten.com/insights/cha...
Chat with Your Documents: A Practical Guide to RAG Using the New Laravel AI SDK
Have you ever wished you could just ask your documents a question and get an answer? That's exactly what RAG (Retrieval-Augmented Generation) lets you do. It's the technique behind those AI chatbots.....
tighten.com
always wanted this kind of feedback on blade, slots have been super tricky due to how permissive blade is with what is considered a slot but I think I would rather gain some insight than none
Wild how far you can push "customizable select" with just #CSS nerdy.dev/nice-select
Saw this coming to the VS Code Extension and started wondering what it would take to get something similar in nvim, still needs more work but man this was a cool lil dive
We've shipped some big improvements to our Livewire + Blade support in our official VS Code Extension, including: 4️⃣ Full Livewire 4 support, including MFC 🕴️ Better hover support for components, including their props ⌨️ Vastly improved autocompletion for components in your app and in other views
Perhaps the first smell would of been having 2 distinct paths to create the base entity, but certainly the second is wanting a way to discriminate between whether if it was created through path 1 or 2, certainly can slap a `type` on the entity but so gross to have a bunch of nullable fields
Ready for another new feature? Introducing Flash Data in Inertia! ⚡️ With Flash Data, you can send one-time values to your frontend that won't reappear when users navigate through browser history. Perfect for success messages, newly created IDs, or other temporary values.
I think the thing I love most about any jsx based framework is being able to have multiple components in a single file
this proj for turning audio into midi files is super cool github.com/spotify/basi...
GitHub - spotify/basic-pitch-ts: A lightweight yet powerful audio-to-MIDI converter with pitch bend detection.
A lightweight yet powerful audio-to-MIDI converter with pitch bend detection. - spotify/basic-pitch-ts
github.com
Really digged this break down of how 37 signals is doing css on their latest apps www.zolkos.com/2025/12/03/v...
Do you need AI in your app but can’t share private data with AI providers? You can self host and run models on your own servers thanks to Ollama 🦙 Join @nicodevs.bsky.social set it up & integrate it with your Laravel app, building a chat for super spies (TOP SECRET!) 👇 tighten.com/insights/bui...
Build Your Own Private, Self-Hosted AI Applications with Ollama & Laravel
Imagine your team wants to bring AI into their workflow to automate routine tasks, extract insights from data, assist with content creation, or improve customer support. Smart move! You can integrate...
tighten.com
For ages I've wanted a little lab where I can experiment with new visual components. Somewhere to tinker in isolation, with extra tools to help me test stuff. Tada! samwho.dev/lab I'd like to eventually port all of my old components into here, and for this to be my "quiver" to pick from.
The Lab
samwho's component lab
samwho.dev
Just updated my list of "top podcasts for bootstrappers, indie hackers, startup founders:" transistor.fm/podcasts-for... New additions: - Cheeky Pint, @johncollison.bsky.social - Offsite, @jordangal.bsky.social - Startup to Last, @tylerking.app - Business of Laravel, @mattstauffer.com
Best podcasts for SaaS bootstrappers, indie hackers and solopreneurs
If you're bootstrapping, it's nice to hear from other folks who are also launching, building, and growing startups. Here's a list of bootstrapping podcasts.
transistor.fm
immich.app/cursed-knowl... > npm scripts make a http call to the npm registry each time they run, which means they are a terrible way to execute a health check. Excuse me WHAT?
Cursed Knowledge | Immich
Cursed knowledge we have learned as a result of building Immich that we wish we never knew.
immich.app
Curious what it looks like to implement the new Inertia Infinite Scroll component? Have 3 minutes? That's all it takes. I whipped up a little demo: youtu.be/gQB6DdPHzSY
Infinite Scrolling with Laravel + Inertia
YouTube video by Laravel
youtu.be
Inertia 2.2 is here and it ships with a new <InfiniteScroll> component! If you've ever built infinite scrolling by hand, you know what a timesaver this is. We worked hard sweating the details to make this super smooth and easy to implement Let's take a look! 👇
Loved this nerdy health check from @joe.codes & Matt - the road to Wayfinder 1.0 is sounding super hot youtu.be/K7xZlTCuRWo?...
TypeScript, Wayfinder, and Ranger with Joe Tannenbaum
YouTube video by Laravel Podcast
youtu.be
in the audience, scratchin an itch: responsive #CSS scroll animation try it! cdpn.io/pen/debug/wB...
It's #Elixir time! 🍷 — Join me as I chronicle this journey from the perspective of a long-time PHP dev (link in replies) 👇
VizBug is sooo good visbug.web.app - being able to select multiple elements by holding `shift` is fantastic