Release EdgeKit 2.0 Released

SpinForge AI — Contributing

How to contribute to SpinForge AI on GitHub — fork, branch, build, and open a pull request.

SpinForge AI is open source under the MIT License and welcomes contributions.

Workflow

  1. Fork the repository: https://github.com/itisuniqueofficial-gh/spinforge-ai
  2. Create a feature branch: git checkout -b feature/my-change
  3. Set up the project (see Installation)
  4. Make your change with clear, focused commits
  5. Test locally (python app.py) and verify video generation works
  6. Open a pull request describing what and why

Good contributions

  • Bug fixes and reliability improvements
  • New rotation modes or rendering options
  • Performance and encoding improvements
  • Documentation and examples
  • Accessibility and UI polish

Reporting issues

Open an issue on the repository with clear reproduction steps, your OS, Python version, and whether FFmpeg is installed. See the general Contribute page for how we work across all It Is Unique Official projects.