rails-inertia-stack

Generates Rails application skeletons with built-in support for templating.

Updated Oct 18, 2025
One-click install
npx skills add https://github.com/darkamenosa/rails-inertia-stack-generator-skill --skill rails-inertia-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rails-inertia-stack
Source: https://github.com/darkamenosa/rails-inertia-stack-generator-skill/tree/main
Command: npx skills add https://github.com/darkamenosa/rails-inertia-stack-generator-skill --skill rails-inertia-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation of new, production-ready Rails applications by automating the setup of a modern frontend stack, including Inertia.js, React, TypeScript, Server-Side Rendering (SSR), and deployment configurations.

Core Features & Use Cases

  • Full Stack Generation: Creates a complete Rails project with a modern SPA-like frontend.
  • SSR & SEO: Configures Server-Side Rendering for improved SEO and initial load performance.
  • Deployment Ready: Integrates with Kamal for seamless deployment.
  • Use Case: When starting a new web application that requires a fast, SEO-friendly, and maintainable frontend, use this skill to generate a robust Rails + Inertia.js + React + SSR foundation.

Quick Start

Use the rails-inertia-stack skill to generate a new Rails project named 'my_cool_app' using PostgreSQL.

Frequently Asked Questions about rails-inertia-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Rails app with Inertia.js, React, and TypeScript?

Configuring Rails with Inertia.js, React, and TypeScript is done automatically by this skill. It generates a complete project structure, integrating ShadcnUI components to provide a maintainable SPA-like frontend foundation without manual setup.

Can I use Server-Side Rendering with Inertia.js in a Rails application?

Yes, this skill configures Server-Side Rendering with Inertia.js in Rails. It sets up SSR to improve SEO and initial page load performance, including necessary Dockerfile modifications to support the SSR environment during deployment.

What's the best way to configure Kamal deployment for a Rails Inertia.js app?

Generating your project with this skill provides pre-configured Kamal deployment setups. It includes Dockerfile modifications tailored for SSR, ensuring seamless container deployment for your Rails Inertia.js application.

Does this Rails Inertia.js generator support both PostgreSQL and MySQL?

Yes, this Rails Inertia.js generator supports PostgreSQL, MySQL, and SQLite databases. You can specify your preferred database system when generating the new production-ready application.

Why use ShadcnUI components in a Rails and Inertia.js stack?

Using ShadcnUI components in a Rails and Inertia.js stack provides a modern, accessible UI foundation. This skill integrates ShadcnUI directly, allowing you to quickly build maintainable React interfaces for your production-ready application.