{"id":26849651,"url":"https://github.com/kit-data-manager/novacrate","last_synced_at":"2025-03-30T21:37:15.396Z","repository":{"id":284565648,"uuid":"935498911","full_name":"kit-data-manager/NovaCrate","owner":"kit-data-manager","description":"Web-based interactive editor for creating, editing and visualising research object crates.","archived":false,"fork":false,"pushed_at":"2025-03-26T15:18:54.000Z","size":2671,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T15:24:05.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kit-data-manager.github.io/NovaCrate/","language":"TypeScript","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/kit-data-manager.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":"2025-02-19T14:45:01.000Z","updated_at":"2025-03-26T15:18:57.000Z","dependencies_parsed_at":"2025-03-26T15:24:58.734Z","dependency_job_id":"1bd6c6ed-b758-419b-8162-bdfae65ad7e0","html_url":"https://github.com/kit-data-manager/NovaCrate","commit_stats":null,"previous_names":["kit-data-manager/novacrate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2FNovaCrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2FNovaCrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2FNovaCrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2FNovaCrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kit-data-manager","download_url":"https://codeload.github.com/kit-data-manager/NovaCrate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246385406,"owners_count":20768668,"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":[],"created_at":"2025-03-30T21:37:14.941Z","updated_at":"2025-03-30T21:37:15.385Z","avatar_url":"https://github.com/kit-data-manager.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 NovaCrate\n\nWeb-based interactive editor for **creating, editing and visualising** research object crates. The editor can be extended to work with any local or \nremote backend.\n\n## [▶️ Demo](https://kit-data-manager.github.io/NovaCrate/)\n\n\u003e If you can't access the demo, there are screenshots of NovaCrate at the bottom of this README\n\n## 🎨 Editions\n\nNovaCrate can be used and deployed in multiple different ways. Currently, the following editions (conceptually) exist:\n\n| Name               | Status                 | Description                                                                                                                                                                                                             | Notes                                                                                                       |\n|--------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| Standalone Web App | Active                 | Standalone Web App without a backend. Stores Crates in the local origin-private file system of the browser                                                                                                              | [Access here](https://kit-data-manager.github.io/NovaCrate/)                                                |\n| Desktop App        | Not maintained         | Tauri App with a local backend. Has full access to file system and can make use of arbitrary backend software.                                                                                                          | See `src-tauri`                                                                                             |\n| Cloud Frontend     | Currently out of scope | NovaCrate is a frontend that can be used with any compatible backend solution, for example a cloud based service that hosts RO-Crates. This approach has not been explored yet due to lack of viable backend solutions. | See `src/lib/backend/CrateServiceProvider.ts` for a list of methods that a backend adapter should implement |\n\n### ℹ️ How To: Custom Backend\n\nNovaCrate is a frontend that can be used for any backend that hosts RO-Crates (an appropriate backend adapter must be implemented). This could be anything in the range from a simple file storage to a full REST Service for manipulating crates.\nSee `src/lib/backend/CrateServiceProvider.ts` for a list of methods that a backend adapter should implement. All of these methods can make use of backend resources or be suplemented locally.\n\nNovaCrate currently does not include mechanisms for authentication, access control or concurrent access.\n\n## 📊 Roadmap\n\n- ✅ Create, read and edit RO-Crates\n- ✅ Visualize RO-Crates with a graph\n- ✅ Context-information and property descriptions\n- ✅ Automatic recommendation of fitting entity types and properties\n- ✅ Focused on good usability\n- ✅ Support RO-Crate Specification v1.1\n- ❌ Validation of RO-Crates\n- ❌ Support for RO-Crate Profiles\n\n## 👨‍💻 Development\n\n### Prerequisites\n\n- Install Node.js \u003e= 20\n- Clone the NovaCrate repository\n\n### Quickstart\n\nOnce the prerequisites are met, run the following code to get started quickly:\n\n```bash\nnpm install\nnpm run dev\n```\n\n### Updating dependencies\n\nThis step might be necessary after fetching new commits and on the first installation.\n\n```bash\nnpm install\n```\n\n\n### Development\n\nThis command starts NovaCrate in development mode. This enabled hot reload, but also increases response time\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Building\n\nThis command builds NovaCrate in the `out` folder.\n\n```bash\nnpm run build\n```\n\nThe website can then be found in the `out` folder. Use any web server for viewing. Local viewing:\n\n```bash\nnpx serve@latest out\n```\n\n## 🎓 Thesis\n\nThis project was first created as part of a [bachelor thesis](https://doi.org/10.5445/IR/1000178790)\n\n## ℹ️ Structure\n\nMost of the structure of the editor and many implementation and design details are outlined in the bachelor thesis.\n\nTo summarize: This is a Next.js app. Pages are located in /app, components in /components and anything else is probably in /lib.\n\n## 📸 Screenshots\n\n![](docs/teaser.png)\n![](docs/teaser2.png)\n![](docs/teaser3.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkit-data-manager%2Fnovacrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkit-data-manager%2Fnovacrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkit-data-manager%2Fnovacrate/lists"}