Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Inertia-laravel Alternatives
Similar projects and alternatives to inertia-laravel
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
inertia
Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
prisma1
Discontinued 💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
-
-
breeze
Minimal Laravel authentication scaffolding with Blade, Vue, or React + Tailwind. (by laravel)
-
-
-
ProcessWire
Our repository has moved to https://github.com/processwire – please head there for the latest version. (by ryancramerdesign)
-
-
derby
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
inertia-laravel discussion
inertia-laravel reviews and mentions
-
Laravel Inertia.js - Running SSR on a different port than 13714
This is (as far as I know) not documented and I had to dive into the sourcecode for both the inertia server runner and the Laravel command to start the server to understand what is going on. Here we go.
-
Setting up a new Rails 7 app with Vite, Inertia, and Svelte
So here is a quick guide how to set up a new Rails 7 app using my favorite projects out there: Inertia and Svelte. You can also skip all this and download the endresult directly from here: https://github.com/buhrmi/rails7-starter
-
Server-side rendering support in Clojure(Script)?
Might be interested in https://inertiajs.com/
-
Introducing Laravel VILTify: a Vue CLI & Vuetify powered alternative to Breeze for the VILT stack
Laravel Viltify is a heavily opinionated Laravel starter kit. It's intent is to seamlessly integrate Vue, Inertia.js, Laravel, TailwindCSS and Vuetify, so you don't waste your time learning how to do it and focus on writing your application, leaving setup behind.
- Why build web sites like this?
- React with Laravel as frontend
-
Best way to use Svelte along with Django(Python) framework for SPA(Single Page App) Development?
Can't believe nobody recommended inertiajs here!
-
Questions for the Rails Community
I would recommend InertiaJS for using Vue.js with Rails. It lets Rails continue to handle navigation so you don't have to replicate it client side. Same thing with views which gives you a very nice balance between an SPA and a fully server rendered app.
-
Integrate ReactJS in Laravel
Now more than ever, it has become very easy to integrate React in your Laravel project, as opposed to before when one had to depend on APIs to connect the two stacks. This meant two different hosting environments and two Git repos to manage. But with InertiaJS we can build SPAs (single page apps) with your preferred front-end in one single project without need for APIs. Inertia has support for React, Vue or Svelte to use in your front-end. You pass data in your controllers as in any ordinary Laravel project, only difference is you're now rendering your views as JavaScript elements instead of blade. This can be done in two ways:
-
How Laravel Livewire works (a deep dive)
Awesome. I’m noticing a ton of “alternative” front end development tools these days: Hotwire, Stimulus Reflex, LiveView, Livewire, etc.
However I don’t think javascript is the fundamental blocker. When people say they dislike building SPAs, they probably mean they dislike APIs and the whole circus of double validations, error catching, form handling and cache invalidations that come with a React/Vue SPA.
Inertiajs[1] is a really solid middle ground of MVC goodness and client side interactivity.
[1] - https://inertiajs.com
-
A note from our sponsor - InfluxDB
influxdata.com | 25 Apr 2025
Stats
inertiajs/inertia-laravel is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of inertia-laravel is PHP.