https://github.com/diowa/ruby3-rails8-flowbite-render
An opinionated starter application based on Ruby 3.4, Rails 8.0, deployable on Render
https://github.com/diowa/ruby3-rails8-flowbite-render
flowbite font-awesome postgresql rails render rspec rubocop ruby starter-app stimulus-js turbo
Last synced: 10 months ago
JSON representation
An opinionated starter application based on Ruby 3.4, Rails 8.0, deployable on Render
- Host: GitHub
- URL: https://github.com/diowa/ruby3-rails8-flowbite-render
- Owner: diowa
- Created: 2025-02-02T10:59:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-19T07:44:38.000Z (11 months ago)
- Last Synced: 2025-08-19T09:54:54.425Z (11 months ago)
- Topics: flowbite, font-awesome, postgresql, rails, render, rspec, rubocop, ruby, starter-app, stimulus-js, turbo
- Language: Ruby
- Homepage: https://ruby3-rails8-flowbite-render-app.onrender.com
- Size: 236 KB
- Stars: 0
- 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/ruby3-rails8-flowbite-render/actions)
[](https://codeclimate.com/github/diowa/ruby3-rails8-flowbite-render)
[](https://coveralls.io/github/diowa/ruby3-rails8-flowbite-render?branch=main)
[](https://render.com/deploy)
This is an opinionated starter web application based on the following technology stack:
* [Ruby 3.4.5][:ruby-url]
* [Rails 8.0.2.1][:ruby-on-rails-url]
* [Tailwind CSS 4.1.11][:tailwind-css-url]
* [Flowbite 3.1.2][:flowbite-url]
* [Puma][:puma-url]
* [PostgreSQL][:postgresql-url]
* [RSpec][:rspec-url]
* [Font Awesome SVG (via Iconmap)][:fontawesome-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
[: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://ruby3-rails8-flowbite-render-app.onrender.com/
```Gemfile``` also contains a set of useful gems for performance, security, api building...