https://github.com/ya-luotao/adhd-db
A comprehensive database of ADHD medications with multi-region regulatory data and i18n support (en, zh, jp)
https://github.com/ya-luotao/adhd-db
adhd
Last synced: 9 days ago
JSON representation
A comprehensive database of ADHD medications with multi-region regulatory data and i18n support (en, zh, jp)
- Host: GitHub
- URL: https://github.com/ya-luotao/adhd-db
- Owner: ya-luotao
- Created: 2025-12-02T14:11:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-05T03:53:46.000Z (6 months ago)
- Last Synced: 2025-12-06T21:15:53.637Z (6 months ago)
- Topics: adhd
- Language: Astro
- Homepage: https://adhddb.org/
- Size: 541 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADHD Database
**https://adhddb.org/**
A comprehensive database of ADHD medications with multi-region regulatory data and i18n support (English, Chinese, Japanese).
## Features
- Multi-region drug approval data (US, CN, EU, JP, UK, AU, CA)
- Localized content in English, Chinese, and Japanese
- Structured YAML schema for drug entries
- **Region-to-region travel legality checker** - Check if carrying medication across borders is legal
- Static site built with Astro, deployed to Cloudflare Pages
## Project Structure
```
adhd-db/
├── packages/
│ ├── schema/ # YAML schema template for drug entries
│ ├── meta/ # Region definitions and drug categories
│ └── data/ # Drug data files (YAML)
└── apps/
└── web/ # Astro static site
```
## Development
```bash
# Install dependencies
pnpm install
# Run dev server
pnpm run dev
# Build all packages
pnpm build
# Deploy to Cloudflare Pages
pnpm run deploy
```
## Adding a New Drug
1. Copy the schema template from `packages/schema/drug-schema.yaml`
2. Create a new file in `packages/data/drugs/` (e.g., `new-drug.yaml`)
3. Fill in the drug information following the schema
## Contributing
Contributions are welcome! Please open an issue or submit a pull request at [GitHub](https://github.com/ya-luotao/adhd-db).
## Disclaimer
This database is for informational purposes only and is not medical advice. Always consult a healthcare professional for medical decisions.
## License
MIT