Skip to content

Commit 8a800a3

Browse files
authored
Update awesome.md
1 parent cae8734 commit 8a800a3

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

docs/awesome.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@
66
- [Discord](https://discord.gg/inertiajs) - Official Discord server.
77
- [Reddit](https://www.reddit.com/r/inertiajs) - Inertia.js subreddit.
88

9-
## Starter Kits
9+
## Starter kits
1010

1111
- [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).
1212
- [Kaze](https://github.com/gtkvn/kaze) - Rails authentication scaffolding (Hotwire/React/Vue).
1313
- [Svelte starter template](https://github.com/georgekettle/rails_svelte) - (Svelte, shadcn/ui).
1414

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+
1521
## Demo applications
1622

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.
1925

2026
## Packages
2127

@@ -27,29 +33,29 @@
2733

2834
### General
2935

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.
3137
- [JS From Routes](https://github.com/ElMassimo/js_from_routes) – Generate path helpers and API methods from your Rails routes.
3238
- [Typelizer](https://github.com/skryukov/typelizer) – A TypeScript type generator for Ruby serializers.
3339
- [types_from_serializers](https://github.com/ElMassimo/types_from_serializers) – Generate TypeScript interfaces from your JSON serializers.
3440

3541
## Articles
3642

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).
4248

4349
## Other
4450

4551
- [Inertia.js devtools](https://chromewebstore.google.com/detail/inertiajs-devtools/golilfffgehhabacoaoilfgjelagablo?hl=en) - Inertia.js page json in devtools panel.
4652

4753
## Videos
4854

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).
5056

5157
## Talks
5258

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).
5460

5561
_Please share your projects and resources with us!_

0 commit comments

Comments
 (0)