https://github.com/diowa/ruby4-rails8-flowbite-render
An opinionated starter application based on Ruby 4.0, Rails 8.1, deployable on Render
https://github.com/diowa/ruby4-rails8-flowbite-render
flowbite font-awesome postgresql rails render rspec rubocop ruby starter-app stimulus-js turbo
Last synced: about 2 months ago
JSON representation
An opinionated starter application based on Ruby 4.0, Rails 8.1, deployable on Render
- Host: GitHub
- URL: https://github.com/diowa/ruby4-rails8-flowbite-render
- Owner: diowa
- Created: 2025-02-02T10:59:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-25T15:40:57.000Z (2 months ago)
- Last Synced: 2026-03-25T21:29:30.678Z (2 months ago)
- Topics: flowbite, font-awesome, postgresql, rails, render, rspec, rubocop, ruby, starter-app, stimulus-js, turbo
- Language: Ruby
- Homepage: https://ruby4-rails8-flowbite-render-app-9e82.onrender.com/
- Size: 655 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Rails 8 Starter App
[](https://github.com/diowa/ruby4-rails8-flowbite-render/actions)
[](https://qlty.sh/gh/diowa/projects/ruby4-rails8-flowbite-render)
[](https://coveralls.io/github/diowa/ruby4-rails8-flowbite-render?branch=main)
[](https://render.com/deploy)
This is an opinionated starter web application based on the following technology stack:
* [Ruby 4.0.1][:ruby-url]
* [Rails 8.1.2][:ruby-on-rails-url]
* [Tailwind CSS 4.1.18][:tailwind-css-url]
* [Flowbite 3.1.2][:flowbite-url]
* [Puma][:puma-url]
* [PostgreSQL][:postgresql-url]
* [RSpec][:rspec-url]
* [Font Awesome SVG 7.1.0][:fontawesome-url] (via [Iconmap for Rails](:iconmap-url))
* [RuboCop][:rubocop-url]
* [RuboCop RSpec][:rubocop-rspec-url]
* [stylelint][:stylelint-url]
* [i18n-tasks][:i18n-tasks-url]
[:flowbite-url]: https://flowbite.com/
[:fontawesome-url]: https://fontawesome.com
[:iconmap-url]: https://github.com/tagliala/iconmap-rails
[:i18n-tasks-url]: https://github.com/glebm/i18n-tasks
[:postgresql-url]: https://www.postgresql.org
[:puma-url]: https://puma.io
[:rspec-url]: https://rspec.info
[:rubocop-rspec-url]: https://github.com/backus/rubocop-rspec
[:rubocop-url]: https://github.com/bbatsov/rubocop
[:ruby-on-rails-url]: https://rubyonrails.org
[:ruby-url]: https://www.ruby-lang.org/en/
[:stylelint-url]: https://stylelint.io
[:tailwind-css-url]: https://tailwindcss.com/
Starter App is deployable on [Render](https://render.com/). Demo: https://ruby4-rails8-flowbite-render-app.onrender.com/
```Gemfile``` also contains a set of useful gems for performance, security, api building...