Skip to content

Add "Real-world applications" block to Awesome Inertia page #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions docs/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@
- [Discord](https://discord.gg/inertiajs) - Official Discord server.
- [Reddit](https://www.reddit.com/r/inertiajs) - Inertia.js subreddit.

## Starter Kits
## Starter kits

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

## Real-world applications

- [Code Basics](https://code-basics.com) — Free online programming courses. **Code available on [GitHub](https://github.com/hexlet-basics/hexlet-basics)**.
- [Crevio](https://crevio.co) — All-In-One creator store.
- [Hardcover](https://hardcover.app) — a social network for book lovers.

## Demo applications

- [Ruby on Rails/Vue](https://github.com/ledermann/pingcrm) by Georg Ledermann
- [Ruby on Rails/Vue SSR/Vite](https://github.com/ElMassimo/pingcrm-vite) by Máximo Mussini
- [Ruby on Rails/Vue](https://github.com/ledermann/pingcrm) by Georg Ledermann.
- [Ruby on Rails/Vue SSR/Vite](https://github.com/ElMassimo/pingcrm-vite) by Máximo Mussini.

## Packages

Expand All @@ -27,29 +33,29 @@

### General

- [JsRoutes](https://github.com/railsware/js-routes) – Brings Rails named routes to javascript.
- [JsRoutes](https://github.com/railsware/js-routes) – Brings Rails named routes to JavaScript.
- [JS From Routes](https://github.com/ElMassimo/js_from_routes) – Generate path helpers and API methods from your Rails routes.
- [Typelizer](https://github.com/skryukov/typelizer) – A TypeScript type generator for Ruby serializers.
- [types_from_serializers](https://github.com/ElMassimo/types_from_serializers) – Generate TypeScript interfaces from your JSON serializers.

## Articles

- [How to Handle Bundle Size in Inertia.js](https://pedro.switchdreams.com.br/inertiajs/2025/03/21/handle-bundle-size-inertiajs) (2025)
- [Building an InertiaJS app with Rails](https://avohq.io/blog/inertia-js-with-rails) (2025)
- [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)
- [Keeping Rails cool: the modern frontend toolkit](https://evilmartians.com/chronicles/keeping-rails-cool-the-modern-frontend-toolkit) (2024)
- [Inertia.js in Rails: a new era of effortless integration](https://evilmartians.com/chronicles/inertiajs-in-rails-a-new-era-of-effortless-integration) (2024)
- [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).
- [Building an InertiaJS app with Rails](https://avohq.io/blog/inertia-js-with-rails) by Exequiel Rozas (2025).
- [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).
- [Keeping Rails cool: the modern frontend toolkit](https://evilmartians.com/chronicles/keeping-rails-cool-the-modern-frontend-toolkit) by Irina Nazarova (2024).
- [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).

## Other

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

## Videos

- [InertiaJS on Rails](https://www.youtube.com/watch?v=03EjkPaCHEI&list=PLRxuhjCzzcWj4MUjDCC9TCP_ZfcRL0I1s) – YouTube course by Brandon Shar (2021)
- [InertiaJS on Rails](https://www.youtube.com/watch?v=03EjkPaCHEI&list=PLRxuhjCzzcWj4MUjDCC9TCP_ZfcRL0I1s) – YouTube course by Brandon Shar (2021).

## Talks

- [RailsConf 2021: Inertia.js on Rails Lightning Talk](https://www.youtube.com/watch?v=-JT1RF-IhKs) – by Brandon Shar (2021)
- [RailsConf 2021: Inertia.js on Rails Lightning Talk](https://www.youtube.com/watch?v=-JT1RF-IhKs) – by Brandon Shar (2021).

_Please share your projects and resources with us!_