{"id":13878061,"url":"https://github.com/tarunvelli/rails-tabler-starter","last_synced_at":"2025-07-16T14:30:50.830Z","repository":{"id":137236101,"uuid":"575705097","full_name":"tarunvelli/rails-tabler-starter","owner":"tarunvelli","description":" Free and open source Ruby on Rails starter kit built using Tabler","archived":false,"fork":false,"pushed_at":"2024-06-01T07:00:35.000Z","size":2198,"stargazers_count":130,"open_issues_count":1,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-07T08:09:47.597Z","etag":null,"topics":["admin-dashboard","admin-panel","boilerplate","boilerplate-code","bootstrap","rails","rails-boilerplate","ruby","ruby-boilerplate","ruby-on-rails","starter-kit","starter-template","tabler","tabler-template","template"],"latest_commit_sha":null,"homepage":"https://rails-tabler.fly.dev","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarunvelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-12-08T05:32:39.000Z","updated_at":"2024-08-05T04:29:53.000Z","dependencies_parsed_at":"2023-11-06T04:27:06.258Z","dependency_job_id":"39c6b3a8-505a-4c62-b37c-0ec54f788c0d","html_url":"https://github.com/tarunvelli/rails-tabler-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunvelli%2Frails-tabler-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunvelli%2Frails-tabler-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunvelli%2Frails-tabler-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunvelli%2Frails-tabler-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarunvelli","download_url":"https://codeload.github.com/tarunvelli/rails-tabler-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226134226,"owners_count":17578778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-dashboard","admin-panel","boilerplate","boilerplate-code","bootstrap","rails","rails-boilerplate","ruby","ruby-boilerplate","ruby-on-rails","starter-kit","starter-template","tabler","tabler-template","template"],"created_at":"2024-08-06T08:01:38.777Z","updated_at":"2025-07-16T14:30:50.815Z","avatar_url":"https://github.com/tarunvelli.png","language":"Ruby","funding_links":[],"categories":["Rails Templates 👷 (open source)","Ruby","Web Development"],"sub_categories":["Ruby on Rails"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ch1\u003eRails Tabler Starter\u003c/h1\u003e\n  \u003cstrong\u003eRails starter boilerplate that you can use to build and prototype quickly. Get from idea to implementation in hours.\u003c/strong\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\n  ![](./app/assets/images/saas-example.gif)\n\u003c/div\u003e\n\n[Click here](https://rails-tabler.fly.dev) to view demo application. Check out the [Demo setup page](https://rails-tabler.fly.dev/setup/edit) to toggle application settings.\n\n## Goals\n\nThis starter is aimed at Rails developers familiar with the framework, aiming to facilitate seamless development with the following principles:\n\n* No DSL: Avoid unnecessary Domain Specific Language (DSL) complexity.\n* Simplicity over Efficiency: Prioritize simplicity in implementation over excessive optimization.\n* Avoid Complex Frontend Functionality: Keep frontend functionality straightforward and manageable.\n\n## Overview\n\n* Pre-equipped with essential models such as\n\n    * Users\n    * Roles\n    * Plans\n    * Subscriptions\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003eERD\u003c/strong\u003e\n\n  ![](./app/assets/images/template-erb.png)\n\u003c/div\u003e\n\n* User authentication \u0026 authorization\n\n    * Authentication via [Devise](https://github.com/heartcombo/devise)\n    * [OmniAuth](https://github.com/heartcombo/devise/wiki/OmniAuth%3A-Overview) integration to extend authentication using third-party providers\n    * Authorization through [Pundit](https://github.com/varvet/pundit)\n\n* Background worker \u0026 scheduler\n\n    * Utilizes [sidekiq](https://github.com/mperham/sidekiq/) and [sidekiq-scheduler](https://github.com/sidekiq-scheduler/sidekiq-scheduler)\n\n* Role management\n\n    * Standard roles available across spaces\n    * Custom role creation per space\n    * Supports fine grained permissions per role\n\n* Multiple user namespaces support\n\n    * Utilizes the `Space` model to represent user namespaces (e.g., teams, organizations).\n    * Example use case for turning on multi-space mode is a saas application\n    * Example use case for turning off multi-space mode is an internal org tool\n\n* Pre built UI layouts\n\n    * High quality UI elements and layouts from [Tabler](https://tabler.io/)\n\n* Development focussed\n\n    * [Annotate](https://github.com/ctran/annotate_models) - Annotate Rails classes with schema and routes info\n    * [Brakeman](https://github.com/presidentbeef/brakeman) - A static analysis security vulnerability scanner\n    * [Byebug](https://github.com/deivid-rodriguez/byebug) - Simple debugger\n    * [Dotenv](https://github.com/bkeepers/dotenv) - Load environment variables from `.env`\n\n## Setup\n\nTo set up the project, ensure you have SQLite installed locally. Use the following commands to install them:\n\n```\nbrew install sqlite3\n```\n\nClone the repo\n\n```\ngit clone https://github.com/tarunvelli/rails-tabler-starter.git\n```\n\nInstall the required dependencies using mise or setup the dependencies `.tool-versions` in other preferred method:\n```\nmise install\n```\n\nSet up and run the development server:\n```\nbin/setup\nbin/dev\n```\n\nTo grant administrative privileges to a user and access admin features, run the following in the Rails console:\n```\nbundle exec rails c\n\u003e User.first.update(admin: true)\n```\n\n## AppSettings\n\nToggle app settings at `/setup/edit`\n\n* `AppSettings.interface_layout`\n    * Layout of app\n    * values [\"VERTICAL\", \"VERTICAL-TRANSPARENT\", \"HORIZONTAL\", \"OVERLAP\", \"CONDENSED\"]\n\n* `AppSettings.interface_mode`\n    * Light/Dark mode of app\n    * \"SYSTEM\" picks the mode from system preferences\n    * Values [\"LIGHT\", \"DARK\", \"SYSTEM\"]\n\n* `AppSettings.interface_theme`\n    * Color theme of app\n    * Values [\"DEFAULT\", \"COOL\"]\n\n* `AppSettings.login_layout` one of\n    * Layout of login screens\n    * Values [\"DEFAULT\", \"ILLUSTRATION\", \"COVER\"]\n\n* `AppSettings.multi_tenant_mode`\n    * When true allows users to sign up and create spaces\n    * When false allows only admin to invite users and create spaces\n    * Values [true, false]\n\n* `AppSettings.show_landing_page`\n    * When true root path renders landing page\n    * When false root path redirects to sign in page\n    * Values [true, false]\n\n## Deployment\n\nChoose your preferred deployment platform:\n\n* Deploy on [Fly.io](https://fly.io/docs/rails/getting-started/)\n* Deploy on [Heroku](https://devcenter.heroku.com/articles/getting-started-with-rails7)\n\n## Contribution\n\nContributions to enhance this starter are highly encouraged and welcomed! Feel free to submit pull requests and improve the project collaboratively.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarunvelli%2Frails-tabler-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarunvelli%2Frails-tabler-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarunvelli%2Frails-tabler-starter/lists"}