Coming From...

Juntos bridges two worlds:

  • Rails developers gain access to platforms Rails can’t reach—browser, edge, mobile, desktop
  • JavaScript developers gain access to the Rails ecosystem—ActiveRecord, validations, associations, conventions

Table of Contents

From JavaScript Frameworks

You know the framework. Juntos adds the Rails ecosystem—ORM, validations, associations—without leaving your familiar patterns.

Your Background What You Gain
React ActiveRecord in your components, same hooks you know
Vue Full ORM, cleaner Composition API, same templates
Svelte Database queries in components, same reactive syntax
Next.js Rails patterns in your API routes and pages
Astro ORM in frontmatter, multi-framework islands

From Rails

You know Rails. Juntos takes those patterns to platforms Rails can’t reach.

Coming from Rails — Deploy to browser, edge, mobile, and desktop with the same models and conventions you already know.

Deep Dive

Guide What You’ll Learn
Architecture How Ruby2JS transforms code for each target framework

Next: Coming from React