{"id":15607821,"url":"https://github.com/reem-lab/kickoff_tailwind","last_synced_at":"2026-03-19T08:29:19.358Z","repository":{"id":111093500,"uuid":"563554644","full_name":"Reem-lab/kickoff_tailwind","owner":"Reem-lab","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-08T21:18:46.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T23:41:34.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Reem-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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,"publiccode":null,"codemeta":null},"funding":{"github":"justalever","patreon":"webcrunch"}},"created_at":"2022-11-08T21:18:44.000Z","updated_at":"2024-06-20T16:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"c820a297-d945-4e2e-94ae-9ab2af3a7c35","html_url":"https://github.com/Reem-lab/kickoff_tailwind","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"508f3e317b9ba20c3ead2e6ad6ea7eb437a1d0f5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"justalever/kickoff_tailwind","purl":"pkg:github/Reem-lab/kickoff_tailwind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2Fkickoff_tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2Fkickoff_tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2Fkickoff_tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2Fkickoff_tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reem-lab","download_url":"https://codeload.github.com/Reem-lab/kickoff_tailwind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2Fkickoff_tailwind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29973121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T14:44:57.896Z","status":"ssl_error","status_checked_at":"2026-03-01T14:43:27.662Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-03T05:04:35.680Z","updated_at":"2026-03-01T15:02:35.046Z","avatar_url":"https://github.com/Reem-lab.png","language":"HTML","funding_links":["https://github.com/sponsors/justalever","https://patreon.com/webcrunch"],"categories":[],"sub_categories":[],"readme":"![Kickoff Tailwind](https://f001.backblazeb2.com/file/webcrunch/kt.jpg)\n\nA free and simple starting point for Ruby on Rails 7 applications.. This particular template utilizes [Tailwind CSS](https://tailwindcss.com/), a utility-first CSS framework for rapid UI development.\n\n### Included gems\n\n- [devise](https://github.com/plataformatec/devise)\n- [friendly_id](https://github.com/norman/friendly_id)\n- [sidekiq](https://github.com/mperham/sidekiq)\n- [name_of_person](https://github.com/basecamp/name_of_person)\n- [stripe](https://github.com/stripe/stripe-ruby)\n- [css-bundling](https://github.com/rails/cssbundling-rails) - now part of Rails 7\n\n### Tailwind CSS by default\n\nThis template comes with Tailwind CSS preconfigured for use. To make use of tools like `@apply` and `@layer` a more sophisticated setup is required likely using PostCSS and JavaScript bundling.\n\n## How it works\n\nWhen creating a new rails app simply pass the template filename and ruby extension through. I opt for esbuild instead of the default importmap configuration for JavaScript.\n\n```bash\n$ rails new sample_app -j esbuild -m template.rb\n```\n\n### Once installed what do I get?\n\n- [Tailwind CSS](https://tailwind.com) by default. You may [opt for Bootstrap, Bulma, Sass, and PostCSS](https://github.com/rails/cssbundling-rails#installation) but this will require manual changes to the existing markup in the generated template view files.\n- [Devise](https://github.com/plataformatec/devise) with a new `name` field already migrated in. The name field maps to the `first_name` and `last_name` fields in the database thanks to the [`name_of_person`](https://github.com/basecamp/name_of_person) gem.\n- Enhanced views and devise views using Tailwind CSS.\n- The [Stripe](https://rubygems.org/gems/stripe/) gem installed with the Stripe API to make accepting payments on the web. Be sure to add your own unique API keys.\n- Support for Friendly IDs thanks to the handy [friendly_id](https://github.com/norman/friendly_id) gem. Note that you'll still need to do some work inside your models for this to work. This template installs the gem and runs the associated generator.\n- Optional Foreman support. Run `.bin/dev` to kick off rails and Tailwind processes. Foreman needs to be installed as a global gem on your system for this to work. i.e. `gem install foreman`\n- Custom view helper defaults for basic button and form elements.\n- Scaffolding templates made with Tailwind CSS\n\n### Boot it up\n\n`$ ./bin/dev`\n\n### Watch an overview\n\n📹 Coming soon!\n\n### Credits\n\nMade by @justalever (yours truly). Find me on [Twitter](https://twitter.com/justalever), [web-crunch.com](https://web-crunch.com), [GitHub](https://github.com/justalever).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freem-lab%2Fkickoff_tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freem-lab%2Fkickoff_tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freem-lab%2Fkickoff_tailwind/lists"}