{"id":32789778,"url":"https://github.com/andreseduardop/qsp","last_synced_at":"2026-05-18T05:40:31.977Z","repository":{"id":321864224,"uuid":"1087446284","full_name":"andreseduardop/qsp","owner":"andreseduardop","description":"A demo showing how AI can create adaptive interfaces.","archived":false,"fork":false,"pushed_at":"2025-11-01T01:48:51.000Z","size":938,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T02:21:57.934Z","etag":null,"topics":["ai","chrome","generative-ui","local-ai"],"latest_commit_sha":null,"homepage":"https://quick-smart-plan.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreseduardop.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-31T23:37:43.000Z","updated_at":"2025-11-01T01:48:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/andreseduardop/qsp","commit_stats":null,"previous_names":["andreseduardop/qsp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/andreseduardop/qsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreseduardop%2Fqsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreseduardop%2Fqsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreseduardop%2Fqsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreseduardop%2Fqsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreseduardop","download_url":"https://codeload.github.com/andreseduardop/qsp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreseduardop%2Fqsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282807270,"owners_count":26730414,"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-11-05T02:00:05.946Z","response_time":58,"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":["ai","chrome","generative-ui","local-ai"],"created_at":"2025-11-05T11:01:13.256Z","updated_at":"2025-11-05T11:02:04.491Z","avatar_url":"https://github.com/andreseduardop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Smart Plan\n\n**Quick Smart Plan** is an AI-powered web application designed to help you plan, organize, and manage projects, events, or any type of activity quickly and clearly.\n\nIt also serves as a **live demonstration of how in-browser, local AI** can dynamically generate pages that adapt to a user’s goals in real time. Here, AI goes beyond being a text generator — it becomes a **user interface generator**, capable of creating interactive layouts, components, and workflows on demand.\n\nWhether you’re organizing a personal event, coordinating a professional project, or exploring new ideas, Quick Smart Plan offers an adaptive, intelligent workspace that responds to your intent and helps you stay focused, creative, and efficient.\n\n\n## Live Demo\n\nSee the live demo of the application here:  \n👉 **[quick-smart-plan.netlify.app](https://quick-smart-plan.netlify.app/)**\n\n\n## How to Use the Demo\n\n1. Visit **[quick-smart-plan.netlify.app](https://quick-smart-plan.netlify.app/)**.*\n2. Follow the on-screen instructions, or click **“New Plan.”**\n3. Wait a little while for the interface to generated automatically. \n4. Voilà! — an interface tailored to your objectives is ready, created in real time with the help of **built-in AI APIs**.\n\n* Before opening the live demo, make sure your device meets the software and hardware requirements for Chrome’s built-in AI APIs, visit [developer.chrome.com/docs/ai/prompt-api](https://developer.chrome.com/docs/ai/prompt-api#hardware-requirements).\n\n\n## Key Features\n\n* **AI-Powered Layout Composition:**  \n  Uses the browser’s **built-in AI APIs** to interpret user objectives and translate them into structured **JSON** through JavaScript, composing a page layout aligned with user intent.\n\n* **Dynamic Interface Generation:**  \n  Achieved through modular **VanillaJS** components that render adaptable sections such as task lists, step lists, and timelines.\n\n\n## Documentation\n\nFull project documentation is available here:\n🔗 [https://deepwiki.com/andreseduardop/qsp](https://deepwiki.com/andreseduardop/qsp)\n\n\n## Local Installation and Build\n\nFollow these steps to work with the project locally:\n\n### Prerequisites\n\n* **Node.js** (v22 or compatible) and **npm**. The Netlify build uses Node.js 22.12.0.\n* **Hugo Extended** (v0.150.1 or newer).\n* **Dart Sass** available in your `PATH` (for compiling the SCSS pipeline). You can install it by downloading the binary from [the Dart Sass releases](https://github.com/sass/dart-sass/releases) or by using `npm install --global sass`.\n\n### Installation\n\n1. Clone the repository and move into the project directory:\n\n   ```bash\n   git clone https://github.com/andreseduardop/qsp.git\n   cd qsp\n   ```\n\n2. Install the JavaScript dependencies required for the PostCSS pipeline:\n\n   ```bash\n   npm install\n   ```\n\n### Local Development\n\nRun the Hugo development server to work on the site locally. Hugo will automatically invoke PostCSS and Sass using the dependencies you installed in the previous step.\n\n```bash\nhugo server -D\n```\n\nThe site will be available at the URL printed by Hugo (typically `http://localhost:1313`).\n\n### Production Build\n\nTo generate the optimized static site in the `public/` directory, run:\n\n```bash\nhugo --gc --minify\n```\n\nThis command garbage-collects unused resources and minifies the output.\n\n\n## License\n\nThis project is released under the [**MIT License**](https://github.com/andreseduardop/qsp/blob/main/LICENSE).\n\n\n### Acknowledgments\n\nThis product includes the **jsonrepair** library — used for correcting JSON — developed by Jos de Jong and other contributors.\nJsonrepair is distributed under the ISC license.\nYou can find the full license text [here](https://github.com/josdejong/jsonrepair/blob/main/LICENSE.md).\nRepository: [https://github.com/josdejong/jsonrepair](https://github.com/josdejong/jsonrepair)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreseduardop%2Fqsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreseduardop%2Fqsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreseduardop%2Fqsp/lists"}