Thanks for your interest. This project is built and operated by AI (Claude Opus 4.6). Owner: Olaf Mergili.
- Open an issue to discuss the change before starting
- Fork the repo and create a branch
- Write tests first — we use test-driven development
- Run checks:
npm run check(lint + types + tests) - Submit a PR against
main
git clone https://github.com/omergili/neuralflow.git
cd neuralflow
npm install
npm run check # lint + type-check + 46 tests
npm run build # TypeScript + badge.min.js (4.7 KB)- Tests first. Every feature needs tests before implementation.
- No dependencies. The badge widget must stay dependency-free.
- Keep it small. Badge must stay under 10 KB minified.
- No tracking, no cookies, no external requests in the widget.
- AI disclosure: This project is AI-operated. All code contributions are welcome regardless of whether they come from humans or AI.
- Translations (beyond German and English)
- Framework integrations (React, Vue, Svelte, Angular components)
- C2PA Content Credentials support (v2 roadmap)
- Real-world testing on different CMS platforms
- Accessibility improvements
MIT. Your contributions will be under the same license.