{"id":26333029,"url":"https://github.com/ipwill/boxer","last_synced_at":"2025-07-19T21:05:54.593Z","repository":{"id":259618584,"uuid":"879058020","full_name":"ipwill/boxer","owner":"ipwill","description":"Simple UX/UI layout designer that runs in the browser.","archived":false,"fork":false,"pushed_at":"2024-11-02T16:21:51.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T14:09:35.230Z","etag":null,"topics":["ai","cross-platform","html","javascript","layout-engine","localhost","spa","uiux","uiuxdesigner","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ipwill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-26T21:12:09.000Z","updated_at":"2025-04-24T00:11:53.000Z","dependencies_parsed_at":"2024-10-26T23:14:14.943Z","dependency_job_id":"44bb793e-c514-445b-8dd6-2b93f4ac50a0","html_url":"https://github.com/ipwill/boxer","commit_stats":null,"previous_names":["cgbe/boxer","cgtwig/boxer","drummacon/boxer","conrsg/boxer","httpcg/boxer","grayc4/boxer","ipwill/boxer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ipwill/boxer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipwill%2Fboxer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipwill%2Fboxer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipwill%2Fboxer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipwill%2Fboxer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipwill","download_url":"https://codeload.github.com/ipwill/boxer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipwill%2Fboxer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266017313,"owners_count":23864870,"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":["ai","cross-platform","html","javascript","layout-engine","localhost","spa","uiux","uiuxdesigner","webapp"],"created_at":"2025-03-15T23:37:33.987Z","updated_at":"2025-07-19T21:05:54.511Z","avatar_url":"https://github.com/ipwill.png","language":"JavaScript","readme":"# Boxer\nDraw boxes on a grid, nest them, and get the corresponding JSON structure. Built this mainly for generating JSON to feed a chatbot to get a starting layout for prototyping.\n\n![2D-wireframe-generator--Boxer_main_interface](https://github.com/user-attachments/assets/0a4ecdc6-a4ad-4e51-80a6-f7b41942d4ec)\n*Design layouts visually with an intuitive grid system*\n\n## Features\n\n### Box Creation \u0026 Nesting\n![2D-wireframe-generator--Boxer_nesting](https://github.com/user-attachments/assets/fc45c433-e787-4b7e-b49a-269957a4643e)\n*Click and drag to resize boxes, nest them for complex layouts*\n\n- Click \u0026 drag to create boxes\n- Nest elements \n- Real-time JSON output\n- Local saves\n- CSS editor\n- Undo/redo\n\n## Box Types\n```css\ndiv   { background: lightblue; }  # Standard block\nspan  { background: tomato; }     # Inline element\nflex  { background: lightgreen; } # Flexbox container\nblock { background: moccasin; }   # Block element\n```\n\n## Usage\n1. Click and drag to create boxes\n2. Use select mode to move/resize\n3. CSS mode to customize styles\n4. Local saves to keep your work\n\n## Example Output\n```json\n{\n \"elements\": [{\n   \"type\": \"div\",\n   \"name\": \"ab-div\",\n   \"styles\": {\n     \"position\": \"absolute\",\n     \"left\": \"100px\", \n     \"top\": \"50px\",\n     \"width\": \"200px\",\n     \"height\": \"100px\"\n   }\n }]\n}\n```\n\nBuilt with vanilla JS. Feel free to use/modify!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipwill%2Fboxer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipwill%2Fboxer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipwill%2Fboxer/lists"}