TNS
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
AI / Frontend Development / JavaScript

New Laravel-Related Offerings Include Octane Alternative

In other developer news, Svelte updates and shares resources, a new AI-powered website builder for WordPress sites and ChatGPT remembers.
Apr 12th, 2025 5:00am by
Featued image for: New Laravel-Related Offerings Include Octane Alternative

There were big Laravel-related announcements this week. First, the Laravel team has released Laravel Wayfinder in beta. It’s a new package to bridge the gap between a TypeScript frontend and a Laravel backend.

“It automatically generates fully typed, importable TypeScript functions for your controllers and routes — so you can call your Laravel endpoints directly in your client code just like any other function,” the Wayfinder repository explained. “No more hardcoding URLs, guessing route parameters, or syncing backend changes manually.”

Second, there’s a new Laravel-style PHP framework available called Hypervel that was released under the MIT license a few weeks ago. Designed as an alternative to Laravel Octane, Hypervel is “an ideal choice for building microservices, API gateways and high-concurrency applications where traditional PHP frameworks often encounter performance constraints,” according to the GitHub documentation.

The GitHub repository links to benchmarks for Hypervel and Octane.

Hypervel includes native coroutine support for ultra-high performance, according to the documentation. A coroutine is like a function, but with the ability to pause its execution and resume it later from the exact point where it left off. Laravel doesn’t support coroutines, according to the Hypervel documentation.

“Hypervel ports many core components from Laravel while maintaining familiar usage patterns, making it instantly accessible to Laravel developers,” the documentation stated. “The framework combines the elegant and expressive development experience of Laravel with the powerful performance benefits of coroutine-based programming. If you’re a Laravel developer, you’ll feel right at home with this framework, requiring minimal learning curve.”

Svelte and SvelteKit Updates

This month’s updates to Svelte include a new idPrefix option for render, which makes client-side ID generation more reliable in the rare cases that multiple Svelte runtimes exist on a page. Also, state created in deriveds/effects can now be written/read locally without self-invalidation, reducing the number of “unsafe reads” significantly.

Other changes to Svelte:

  • Derived statements are now writable.
  • The Svelte CLI’s code generation updated for more intuitive formatting.
  • eslint-plugin-svelte v3 released.

“There were also quite a few fixes to the language tools earlier in the month — so be sure to keep your plugins up to date!” The team warned.

Sveltekit also received a number of updates, including:

  • Reroute can now be called async, with an option to fetch if a developer needs to pass along cookies or other request contexts.
  • The new normalizeUrl helper can normalize a raw URL that could contain SvelteKit-internal data.
  • getRequestEvent is a new function in $app/server that returns the current RequestEvent.
  • Updates to the Cloudflare-adapter bring Wrangler 4 support, improved _headers and _redirects files, and support for specifically building for Cloudflare Workers Static Assets.

Svelte’s new monthly announcements include a community showcase and a list of learning resources, including libraries, tools and components. It’s definitely worth checking out if you’re learning the framework.

WordPress: A New AI Website Builder

WordPress.com launched a free AI website builder this week. It generates a WordPress site, including text, images and layouts, based on a natural language conversation with a chatbot.

Obviously, this isn’t the first AI-based website creator, but WordPress isn’t just any platform — it powers approximately 44% of all sites built.

It’s targeting a wide audience, including entrepreneurs and small business owners, freelancers, creators, bloggers, side hustlers — and, of course, developers “who want to spin up ideas quickly for clients without starting from zero.”

The write-up notes that it isn’t quite advanced enough to produce e-commerce sites or any complex integrations. It does require a WordPress account to work. Users can also make changes by manually editing the page or by asking for updates in the chat box. It’s available to try now.

ChatGPT Adds Memory Features

ChatGPT Plus and Pro users should see improvements to the Gen AI’s memory: ChatGPT can now draw on past conversations for its responses. The improvements will be seen across text, voice and images, the company stated.

There are two categories of information ChatGPT can recall. The first is “Reference saved memories,” which are key facts, such as your name or preferences, that users explicitly ask ChatGPT to remember. This includes information the model identifies as useful for future conversations.

“Reference chat history” will be of more interest to developers. It allows ChatGPT to draw context from past conversations to adapt to your tone, goals, interests or other recurring topics. This evolves over time and is not stored or shown in settings the way saved memories are.

Users can opt into or out of this feature by turning on or off “reference saved memories.” The settings can be changed at any time, including managing specific saved memories.

If you opt out, ChatGPT won’t draw on past conversations. You can also ask what it remembers or switch to Temporary Chat for memory‑free sessions.

Currently, access is restricted to Plus and Pro users, except in the U.K., European Union, Iceland, Liechtenstein, Norway and Switzerland. The features will expand to Enterprise, Team, and Edu users next.

Group Created with Sketch.
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.