{"id":23778196,"url":"https://github.com/LayoutitStudio/layoutit-grid","last_synced_at":"2025-09-05T22:31:17.065Z","repository":{"id":40995775,"uuid":"287573157","full_name":"LayoutitStudio/layoutit-grid","owner":"LayoutitStudio","description":"Layoutit grid is a CSS Grid layout generator. Quickly draw down web pages layouts with our clean editor, and get HTML and CSS code to quickstart your next project.","archived":false,"fork":false,"pushed_at":"2022-02-14T15:13:57.000Z","size":7668,"stargazers_count":1701,"open_issues_count":18,"forks_count":183,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-09-01T21:45:11.020Z","etag":null,"topics":["css","css-grid","generator","vite","vue","vue3"],"latest_commit_sha":null,"homepage":"https://grid.layoutit.com","language":"Vue","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/LayoutitStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-14T16:06:51.000Z","updated_at":"2025-08-28T07:08:16.000Z","dependencies_parsed_at":"2022-07-12T21:10:51.952Z","dependency_job_id":null,"html_url":"https://github.com/LayoutitStudio/layoutit-grid","commit_stats":null,"previous_names":["layoutitstudio/layoutit-grid","leniolabs/layoutit-grid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LayoutitStudio/layoutit-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayoutitStudio%2Flayoutit-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayoutitStudio%2Flayoutit-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayoutitStudio%2Flayoutit-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayoutitStudio%2Flayoutit-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LayoutitStudio","download_url":"https://codeload.github.com/LayoutitStudio/layoutit-grid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayoutitStudio%2Flayoutit-grid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273832171,"owners_count":25176262,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css","css-grid","generator","vite","vue","vue3"],"created_at":"2025-01-01T09:01:11.239Z","updated_at":"2025-09-05T22:31:17.052Z","avatar_url":"https://github.com/LayoutitStudio.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# Layoutit Grid\n\n_CSS Grids layouts made easy!_\n\n_Layoutit grid_ is a CSS Grid layout generator. Quickly design web pages layouts with our clean editor, and get HTML and CSS code to quickstart your next project.\n\n**Read about the process of [Open Sourcing Layoutit Grid, and why we are using Vue 3 and Vite](https://leniolabs.com/software/development/2020/09/23/open-source-layoutit.html?utm_source=layoutit\u0026utm_medium=banner\u0026utm_campaign=leniolabs\u0026utm_content=grid_github)** :heart:\n\n## Use the tool\n\nGo to https://grid.layoutit.com/ and start playing :dart:\n\n\u003cimg width=\"398\" src=\"./assets/layoutit-grid-showcase-v2.gif\"\u003e\n\nThis App is not currently intended to be used as a library, but may in the future. The package in npm is just a placeholder to help discovering the github repository at this point.\n\n## Why we built a Generator\n\nGenerators can be a stepping stone when you are learning new concepts. Layoutit Grid helps you experience the power of CSS Grid by materializing your designs in a few clicks along with the code to make it happen. This gives you the early wins that you need to push forward with the learning process. For some of us, generators permanently remain in our toolboxes. Not because we do not know how to craft the layouts by hand, but because having the visual feedback loop help us to quickly convert our ideas into code. So we keep playing with them.\n\nRead more about [learning CSS Grid visually with a generator here](https://css-tricks.com/layoutit-grid-learning-css-grid-visually-with-a-generator/)\n\n## Run it locally\n\nThese instructions will get you a copy of the project up and running on your local machine for development\n\n### Clone the repo\n\nUse ssh\n\n```bash\ngit clone git@github.com:Leniolabs/layoutit-grid.git\n```\n\nOr https\n\n```bash\ngit clone https://github.com/leniolabs/layoutit-grid.git\n```\n### Run it\n1. Install `pnpm` (https://pnpm.io/installation)\n2. In the repo folder run\n```bash\npnpm install\npnpm start\n```\n\nYour dev server will start and be running at\n\n```bash\n  \u003e Local:    http://localhost:3000/\n```\n\n#### Commands\n\n| Command         | Description                   |\n| --------------- | ----------------------------- |\n| `pnpm install`   | Install the dependencies      |\n| `pnpm start`     | Run the project (in dev mode) |\n| `pnpm run build` | Build for deployment          |\n\n## Contributing\n\n[Ideas](https://github.com/leniolabs/layoutit-grid/issues/new), pull requests and bug reports are welcome.\n\n## Libs and Tools used\n\n- [Vue 3](https://v3.vuejs.org) Vue.js - The Progressive JavaScript Framework.\n- [Vueuse](https://vueuse.js.org/) Collection of essential Vue Composition Utilities\n- [Vite](https://github.com/vitejs/vite) Next generation frontend tooling. It's fast!\n- [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) Zero-config PWA for Vite\n- [vite-plugin-components](https://github.com/antfu/vite-plugin-components) On demand components auto importing for Vite\n\n## Mentions\n\n\u003ca href=\"https://twitter.com/addyosmani/status/1222104530038296578\"\u003e\u003cimg width=\"398\" src=\"./assets/layoutit-grid-addyosmani.PNG\"\u003e\u003c/a\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003ca href=\"https://twitter.com/rob_dodson/status/1010303563514310656\"\u003e\u003cimg width=\"398\" src=\"./assets/layoutit-grid-rob_dodson.PNG\"\u003e\u003c/a\u003e\n\n## Creators\n\nLayoutit grid is crafted with love by [Leniolabs](https://www.leniolabs.com/services/team-augmentation/?utm_source=layoutit\u0026utm_medium=banner\u0026utm_campaign=leniolabs\u0026utm_content=grid_github) and a growing community of contributors. We build digital experiences with your ideas. [Get in touch!](https://www.leniolabs.com/services/team-augmentation/?utm_source=layoutit\u0026utm_medium=banner\u0026utm_campaign=leniolabs\u0026utm_content=grid_github)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLayoutitStudio%2Flayoutit-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLayoutitStudio%2Flayoutit-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLayoutitStudio%2Flayoutit-grid/lists"}