|
6 | 6 | - [Discord](https://discord.gg/inertiajs) - Official Discord server.
|
7 | 7 | - [Reddit](https://www.reddit.com/r/inertiajs) - Inertia.js subreddit.
|
8 | 8 |
|
9 |
| -## Starter Kits |
| 9 | +## Starter kits |
10 | 10 |
|
11 | 11 | - [Inertia Rails Starter Kit](https://github.com/skryukov/inertia-rails-shadcn-starter) - A starter kit based on the [Laravel Starter Kit](https://github.com/laravel/react-starter-kit) (React, shadcn/ui).
|
12 | 12 | - [Kaze](https://github.com/gtkvn/kaze) - Rails authentication scaffolding (Hotwire/React/Vue).
|
13 | 13 | - [Svelte starter template](https://github.com/georgekettle/rails_svelte) - (Svelte, shadcn/ui).
|
14 | 14 |
|
| 15 | +## Real-world applications |
| 16 | + |
| 17 | +- [Code Basics](https://code-basics.com) — Free online programming courses. **Code available on [GitHub](https://github.com/hexlet-basics/hexlet-basics)**. |
| 18 | +- [Crevio](https://crevio.co) — All-In-One creator store. |
| 19 | +- [Hardcover](https://hardcover.app) — a social network for book lovers. |
| 20 | + |
15 | 21 | ## Demo applications
|
16 | 22 |
|
17 |
| -- [Ruby on Rails/Vue](https://github.com/ledermann/pingcrm) by Georg Ledermann |
18 |
| -- [Ruby on Rails/Vue SSR/Vite](https://github.com/ElMassimo/pingcrm-vite) by Máximo Mussini |
| 23 | +- [Ruby on Rails/Vue](https://github.com/ledermann/pingcrm) by Georg Ledermann. |
| 24 | +- [Ruby on Rails/Vue SSR/Vite](https://github.com/ElMassimo/pingcrm-vite) by Máximo Mussini. |
19 | 25 |
|
20 | 26 | ## Packages
|
21 | 27 |
|
|
27 | 33 |
|
28 | 34 | ### General
|
29 | 35 |
|
30 |
| -- [JsRoutes](https://github.com/railsware/js-routes) – Brings Rails named routes to javascript. |
| 36 | +- [JsRoutes](https://github.com/railsware/js-routes) – Brings Rails named routes to JavaScript. |
31 | 37 | - [JS From Routes](https://github.com/ElMassimo/js_from_routes) – Generate path helpers and API methods from your Rails routes.
|
32 | 38 | - [Typelizer](https://github.com/skryukov/typelizer) – A TypeScript type generator for Ruby serializers.
|
33 | 39 | - [types_from_serializers](https://github.com/ElMassimo/types_from_serializers) – Generate TypeScript interfaces from your JSON serializers.
|
34 | 40 |
|
35 | 41 | ## Articles
|
36 | 42 |
|
37 |
| -- [How to Handle Bundle Size in Inertia.js](https://pedro.switchdreams.com.br/inertiajs/2025/03/21/handle-bundle-size-inertiajs) (2025) |
38 |
| -- [Building an InertiaJS app with Rails](https://avohq.io/blog/inertia-js-with-rails) (2025) |
39 |
| -- [How to Build a Twitter Clone with Rails 8 Inertia and React](https://robrace.dev/blog/build-a-twitter-clone-with-rails-inertia-and-react) (2025) |
40 |
| -- [Keeping Rails cool: the modern frontend toolkit](https://evilmartians.com/chronicles/keeping-rails-cool-the-modern-frontend-toolkit) (2024) |
41 |
| -- [Inertia.js in Rails: a new era of effortless integration](https://evilmartians.com/chronicles/inertiajs-in-rails-a-new-era-of-effortless-integration) (2024) |
| 43 | +- [How to Handle Bundle Size in Inertia.js](https://pedro.switchdreams.com.br/inertiajs/2025/03/21/handle-bundle-size-inertiajs) by Pedro Duarte (2025). |
| 44 | +- [Building an InertiaJS app with Rails](https://avohq.io/blog/inertia-js-with-rails) by Exequiel Rozas (2025). |
| 45 | +- [How to Build a Twitter Clone with Rails 8 Inertia and React](https://robrace.dev/blog/build-a-twitter-clone-with-rails-inertia-and-react) by Rob Race (2025). |
| 46 | +- [Keeping Rails cool: the modern frontend toolkit](https://evilmartians.com/chronicles/keeping-rails-cool-the-modern-frontend-toolkit) by Irina Nazarova (2024). |
| 47 | +- [Inertia.js in Rails: a new era of effortless integration](https://evilmartians.com/chronicles/inertiajs-in-rails-a-new-era-of-effortless-integration) by Svyatoslav Kryukov (2024). |
42 | 48 |
|
43 | 49 | ## Other
|
44 | 50 |
|
45 | 51 | - [Inertia.js devtools](https://chromewebstore.google.com/detail/inertiajs-devtools/golilfffgehhabacoaoilfgjelagablo?hl=en) - Inertia.js page json in devtools panel.
|
46 | 52 |
|
47 | 53 | ## Videos
|
48 | 54 |
|
49 |
| -- [InertiaJS on Rails](https://www.youtube.com/watch?v=03EjkPaCHEI&list=PLRxuhjCzzcWj4MUjDCC9TCP_ZfcRL0I1s) – YouTube course by Brandon Shar (2021) |
| 55 | +- [InertiaJS on Rails](https://www.youtube.com/watch?v=03EjkPaCHEI&list=PLRxuhjCzzcWj4MUjDCC9TCP_ZfcRL0I1s) – YouTube course by Brandon Shar (2021). |
50 | 56 |
|
51 | 57 | ## Talks
|
52 | 58 |
|
53 |
| -- [RailsConf 2021: Inertia.js on Rails Lightning Talk](https://www.youtube.com/watch?v=-JT1RF-IhKs) – by Brandon Shar (2021) |
| 59 | +- [RailsConf 2021: Inertia.js on Rails Lightning Talk](https://www.youtube.com/watch?v=-JT1RF-IhKs) – by Brandon Shar (2021). |
54 | 60 |
|
55 | 61 | _Please share your projects and resources with us!_
|
0 commit comments