spezi-web-study-platform

Set up and manage studies without technical expertise

https://github.com/stanfordspezi/spezi-web-study-platform

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Set up and manage studies without technical expertise

Basic Info
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 1
  • Open Issues: 8
  • Releases: 0
Created about 1 year ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Stanford Biodesign Digital Health Spezi Web Study Platform Frontend

Build and Test

The project aims to build an open‑source platform that enables researchers to run simple studies without deep technical expertise. Users define studies by specifying metadata, participant criteria, and app components. These study definitions then configure the companion iOS and Android apps that participants use to take part in the study.

This repository contains the frontend code for the platform. Visit spezi-web-service-study-platform for the backend code.

Spezi Web Study Platform interface overview

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository: bash git clone https://github.com/StanfordSpezi/spezi-web-study-platform.git cd spezi-web-study-platform
  2. Install the dependencies: bash npm install
  3. Create a .env file: bash cp .env.example .env
  4. Start the development servers: bash npm run dev

For more detailed instructions, check out the installation guide.

Explanations

Tutorials

Guides

Reference

Contributing

We welcome contributions! Please read our contributing guidelines for more information on how to get started.

License

This project is licensed under the MIT License. See Licenses for more information.

Contributors

This project is developed as part of the Stanford Byers Center for Biodesign at Stanford University. See CONTRIBUTORS.md for a full list of all contributors.

Stanford Byers Center for Biodesign Logo Stanford Byers Center for Biodesign Logo

Owner

  • Name: Stanford Spezi
  • Login: StanfordSpezi
  • Kind: organization

Citation (CITATION.cff)

#
# This source file is part of the Stanford Biodesign Digital Health Spezi Web Study Platform open-source project
#
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#

cff-version: 1.2.0
message: 'If you use this software, please cite it as below.'
authors:
  - family-names: 'Schmiedmayer'
    given-names: 'Paul'
    orcid: 'https://orcid.org/0000-0002-8607-9148'
  - family-names: 'Heckmann'
    given-names: 'Michael'
title: 'Spezi Web Study Platform'
url: 'https://github.com/StanfordSpezi/spezi-web-study-platform'

GitHub Events

Total
  • Create event: 27
  • Issues event: 40
  • Watch event: 2
  • Delete event: 17
  • Member event: 1
  • Issue comment event: 28
  • Push event: 114
  • Pull request review event: 203
  • Pull request review comment event: 222
  • Pull request event: 41
  • Fork event: 1
Last Year
  • Create event: 27
  • Issues event: 40
  • Watch event: 2
  • Delete event: 17
  • Member event: 1
  • Issue comment event: 28
  • Push event: 114
  • Pull request review event: 203
  • Pull request review comment event: 222
  • Pull request event: 41
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 26
  • Total pull requests: 26
  • Average time to close issues: 16 days
  • Average time to close pull requests: 7 days
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.08
  • Average comments per pull request: 0.35
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 26
  • Pull requests: 26
  • Average time to close issues: 16 days
  • Average time to close pull requests: 7 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.08
  • Average comments per pull request: 0.35
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • michaelheckmann (25)
  • arkadiuszbachorski (1)
Pull Request Authors
  • michaelheckmann (21)
  • dependabot[bot] (4)
  • arkadiuszbachorski (1)
Top Labels
Issue Labels
enhancement (19) type: enhancement (5) documentation (1)
Pull Request Labels
dependencies (4) javascript (4)

Dependencies

.github/workflows/build-and-test.yml actions
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/monthly-markdown-link-check.yml actions
package-lock.json npm
  • 694 dependencies
package.json npm
  • @testing-library/jest-dom ^6 development
  • @testing-library/react ^15 development
  • @total-typescript/ts-reset ^0.5.1 development
  • @types/jest ^29 development
  • @types/node ^20 development
  • @types/react ^18 development
  • @types/react-dom ^18 development
  • @typescript-eslint/eslint-plugin ^7 development
  • @typescript-eslint/parser ^7 development
  • autoprefixer ^10 development
  • concurrently ^8 development
  • eslint ^8 development
  • eslint-config-next ^14 development
  • eslint-config-prettier ^9 development
  • eslint-plugin-import ^2 development
  • eslint-plugin-prettier ^5 development
  • jest ^29 development
  • jest-environment-jsdom ^29 development
  • postcss ^8 development
  • prettier ^3 development
  • tailwindcss ^3 development
  • ts-jest ^29 development
  • typedoc ^0.25 development
  • typescript ^5 development
  • @stanfordbdhg/example-package file:./packages/example-package
  • next ^14
  • prettier-plugin-tailwindcss ^0.5.14
  • react ^18
  • react-dom ^18
  • sharp ^0.33
.github/workflows/deploy-to-pages.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/setup-node v4 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/e2e-tests.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite