{"id":21293868,"url":"https://github.com/cincheo/daquota","last_synced_at":"2025-07-11T16:32:35.952Z","repository":{"id":39628881,"uuid":"366261340","full_name":"cincheo/daquota","owner":"cincheo","description":"Low-code IDE to build local-first WEB/PWA applications","archived":false,"fork":false,"pushed_at":"2024-07-30T14:08:50.000Z","size":63728,"stargazers_count":32,"open_issues_count":37,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-31T11:43:26.348Z","etag":null,"topics":["bootstrap","front-end","javascript","json","local-first","low-code","vuejs","web"],"latest_commit_sha":null,"homepage":"https://www.daquota.io","language":"JavaScript","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/cincheo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-05-11T05:05:36.000Z","updated_at":"2024-07-30T14:08:53.000Z","dependencies_parsed_at":"2024-02-14T09:39:18.353Z","dependency_job_id":"509ada8a-df6b-44ed-bae4-729f5beb4ad5","html_url":"https://github.com/cincheo/daquota","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/cincheo%2Fdaquota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cincheo%2Fdaquota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cincheo%2Fdaquota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cincheo%2Fdaquota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cincheo","download_url":"https://codeload.github.com/cincheo/daquota/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225741090,"owners_count":17516895,"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":["bootstrap","front-end","javascript","json","local-first","low-code","vuejs","web"],"created_at":"2024-11-21T13:56:44.001Z","updated_at":"2024-11-21T13:56:44.686Z","avatar_url":"https://github.com/cincheo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nDaquota (https://platform.daquota.io) is a low-code IDE to build local-first WEB/PWA apps.\n\nDaquota is:\n\n- Extensible: components and plugins can be modified and added to fit more needs.\n- Local First: no strong dependencies to the cloud and allow offline work. You can start working without any account or connection, and save your work on your local hard drive. Read about the local-first principles and technologies [here](https://localfirstweb.dev/).\n- Eco-design friendly: built-in resource monitoring, Local First to save network traffic and server resources, and many tools for helping impact calculation.\n\n# Content\n\n| Folder (click to open) | Description | \n| :-------------: | ------------- |\n| [![templates](https://img.icons8.com/glyph-neue/100/FFFFFF/maintenance.png)](templates/README.md)\u003cbr\u003e**[templates](templates/README.md)** | Daquota templates. Get started easily by adapting templates to your own requirements. |\n| [![apps](https://img.icons8.com/glyph-neue/64/FFFFFF/thumbnails.png)](apps/README.md)\u003cbr\u003e**[apps](apps/README.md)** | Daquota apps (tools, examples, demos). Open Source and free to use, copy and fork for your own projects. |\n| [![eco-design](https://img.icons8.com/glyph-neue/64/FFFFFF/co2-reduction.png)](eco-design/README.md)\u003cbr\u003e**[eco-design](eco-design/README.md)** | Daquota tools and apps for Eco Design. For instance, impact referentials or simulators to help developers building better apps with more responsible environmental impacts. |\n| [![src](https://img.icons8.com/glyph-neue/64/FFFFFF/puzzle.png)](src/README.md)\u003cbr\u003e**[src](src/README.md)** | (WIP) Web Components written in JavaScript with the Daquota API, which are packaged directly in the IDE or as plugins in Daquota apps. |\n\n# Getting started\n\nDaquota programs are editable with https://platform.daquota.io, and can be exported as ``*.json`` files,\nwhich are the JSON descriptors of the apps. In order to open any app with Daquota, use the following link: ``https://platform.daquota.io?src=https://url-to-your-app-descriptor``.\n\n- For example, to open the Boavizta database, which contains various GWP impacts, open the link [https://platform.daquota.io/?src=https://raw.githubusercontent.com/cincheo/daquota/main/eco-design/boavizta-database/boavizta-database.json](https://platform.daquota.io/?src=https://raw.githubusercontent.com/cincheo/daquota/main/eco-design/boavizta-database/boavizta-database.json).\n- Then, modify the app by click on the ``edit`` button (pencil button, top/right corner of the page).\n- When modified, save it to your own local disk (menu ``Project \u003e Save as...``).\n- Re-open your project whenever needed (go to ``https://platform.daquota.io``, and ``Project \u003e Open...``).\n\nThere is no need for an account or any kind of registration to run or modify apps in this repository. By default, most apps are local first and your data will be saved locally in the browser's IndexedDB storage.\nIf you want to use the local-first data synchronization and share data accross devices and/or users, you will need to register on the platform. Registration is free for developers needing small amount of data. For other plans, see the license section.\n\n# Contributing\n\nMore apps and eco-design tooling will be provided in the future. Contributions are welcome. \n\n# License\n\nThe IDE (https://platform.daquota.io) is free to use (development environment) and will remain so. In order to deploy compiled apps in a production envrionment, a commercial licence will be required.\n\nPlease contact us at info@cincheo.com for commercial licencing information and visit https://www.daquota.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcincheo%2Fdaquota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcincheo%2Fdaquota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcincheo%2Fdaquota/lists"}