Scaffold code generator for CRUD applications with Rails7 and Hotwire

Infold is a scaffold code generator for CRUD applications, such as an Admin panel and Internal tools with Rails7 and Hotwire. It enables fast development of easy-to-use CRUD applications. The generated code is highly readable and customizable, allowing for easy additional customization.

Try the Demo Tutorial(English) Tutorial(Japanese)
Icon

Build Fast

Quickly and easily build Internal tools with all the functionality you need.

Icon

Elegant UI/UX

No need for a designer, just a developer to create a usable UI/UX.

Icon

Flexible Customize

Easy customization with YAML and Scaffold instead of DSL development.

What Do You Get with Our Tool?

Search & List View

  • Search with associated data
  • Search by specifying multiple enum values
  • Change the sort order by clicking the label
  • CSV can also be output

Detail View

  • Refer to associated data at once
  • An easy reference of associated data on the modal window
  • Display the enum values in different colors
  • Display with units for numbers

Registration & Edit Form

  • Specify associated data from the modal window
  • Register multiple associated data (has_many) at once
  • General validation, such as required and unique checks
  • Easy-to-understand error notation

How Does It Work?

Ready to go in four simple steps

1

Setup infold

Install the Gem to your existing project, and run the setup command.

2

Configure YAML

Customization is possible with just a YAML description; there is no need to learn DSL.

3

Generate Code

Like the Rails scaffold, the source code will be automatically generated from your settings.

4

Customize code

You can customize the generated source code to your needs and get started on your admin life!

Ready to Get Started?

Top