npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@damourlabs/euro-clinical-trials

v0.25.2

Published

A Nuxt 3 application for visualizing and managing clinical trials data in Europe, built with modern web technologies.

Readme

Euro Clinical Trials

A comprehensive Clinical Trial Management System designed for European regulatory compliance. This web application provides tools for managing clinical trials, patients, and research sites with built-in GDPR compliance and EudraCT integration.

🚀 Features

  • Trial Management: Create, track, and manage clinical trials with full lifecycle support
  • Patient Management: Secure patient data handling with GDPR compliance
  • Site Management: Multi-site clinical trial coordination and oversight
  • Regulatory Compliance: Built-in support for European regulations and EudraCT
  • Audit Trail: Comprehensive audit logging for regulatory requirements
  • Dashboard Analytics: Real-time insights and reporting on trial progress
  • Authentication: Secure OAuth-based authentication with GitHub integration

🛠️ Tech Stack

  • Framework: Nuxt 3 with Vue.js
  • Authentication: nuxt-auth-utils with OAuth support
  • State Management: Pinia for reactive state management
  • Database: Redis for session storage and caching
  • Validation: Zod for type-safe data validation
  • UI Components: Custom UI library damourlabs/ui with Shadcn UI components
  • TypeScript: Full TypeScript support for type safety

🚀 Getting Started

Installation

  1. Clone the repository:
git clone  
cd euro-clinical-trials
  1. Install dependencies:
npm install
  1. Set up environment variables:
# Copy and configure environment variables
cp .env.example .env

Configure the following environment variables:

  • NUXT_SESSION_PASSWORD: Session encryption password (32+ characters)
  • NUXT_OAUTH_GITHUB_CLIENT_ID: GitHub OAuth client ID
  • NUXT_OAUTH_GITHUB_CLIENT_SECRET: GitHub OAuth client secret
  • NUXT_OAUTH_GITHUB_REDIRECT_URL: OAuth redirect URL

Development

Start the development server:

npm run dev

The application will be available at http://localhost:3000

Building for Production

# Build the application
npm run build

# Preview the production build
npm run preview

# Generate static files (if needed)
npm run generate

📁 Project Structure

euro-clinical-trials/
├── components/          # Vue components
│   ├── patient/        # Patient-related components
│   ├── site/          # Site management components
│   └── trial/         # Trial management components
├── composables/        # Vue composables for reusable logic
├── models/            # Data models and schemas
├── pages/             # Application pages/routes
│   ├── dashboard/     # Dashboard pages
│   ├── patients/      # Patient management pages
│   ├── sites/         # Site management pages
│   └── trials/        # Trial management pages
├── repositories/      # Data access layer
├── server/            # Server-side API routes
├── stores/            # Pinia stores
└── types/             # TypeScript type definitions

🔐 Security & Compliance

This application is designed with European clinical trial regulations in mind:

  • GDPR Compliance: Built-in data protection and privacy controls
  • Audit Logging: Comprehensive audit trails for all user actions
  • Secure Authentication: OAuth-based authentication with session management
  • Data Validation: Strict validation using Zod schemas
  • Encrypted Sessions: AES-256-CBC encryption for session data

📊 Key Models

  • Trials: Clinical trial definitions with phases, protocols, and regulatory info
  • Patients: Patient enrollment and data with privacy controls
  • Sites: Research site management and coordination
  • Audits: Comprehensive audit trail logging
  • Compliance: Regulatory compliance tracking and reporting

🤝 Contributing

Any contributions is welcome, if you encounter any bugs or would like to see a feature implemented, open a issue.

Pull requests are also welcome, please follow these instructions to contribute in this manner.

  1. Fork the repository
  2. Create a feature branch (git switch -c feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is part of the DamourLabs portfolio

🆘 Support

For support and questions, please contact the development team or create an issue in the repository.


Built with ❤️ by DamourLabs