Skip to content

Community & Support

Connect with the Pika community, get help, and stay informed about the latest developments.


  1. Check the documentation

  2. Search existing issues

  3. Review common issues


GitHub Issues - For bug reports and feature requests

When creating an issue, please include:

For Bug Reports:

  • Clear description of the issue
  • Steps to reproduce
  • Expected vs actual behavior
  • Environment details (OS, Node.js version, Pika version)
  • Error messages and logs
  • Screenshots if applicable

For Feature Requests:

  • Clear description of the feature
  • Use cases and benefits
  • Proposed implementation (if you have ideas)
  • Alternatives considered

GitHub Discussions - For questions, ideas, and community chat

Use discussions for:

  • General questions
  • Sharing ideas
  • Showing off projects
  • Getting feedback
  • Community discussions
  • Best practices

Want to contribute code? See our Contributing Guide.


  • Issues: Bug reports and feature requests
  • Discussions: Questions and community interaction
  • Pull Requests: Code contributions
  • Guides: Comprehensive how-to documentation
  • Reference: API and configuration reference
  • Troubleshooting: Common issues and solutions

Stay up to date with new releases:

Terminal window
# Check for updates
pika sync --dry-run
# See what's new
cat .pika-sync.json | grep pikaVersion

Visit the Releases page for:

Get notifications for new releases and important updates:

  1. Visit github.com/rithum/pika
  2. Click "Watch" → "Custom" → Select "Releases"

Built something with Pika? We'd love to hear about it!

Share your project on GitHub Discussions with:

  • Description of what you built
  • Screenshots or demo links
  • Challenges you faced
  • Tips for others

Looking for inspiration? Check out:


When asking for help, include:

Terminal window
# System information
node --version
pnpm --version
pika --version
# Current version
cat .pika-sync.json | grep pikaVersion
# Error details
# (Include full error message and stack trace)

Environment details:

  • Operating system
  • Node.js version
  • pnpm version
  • Pika version
  • AWS region (if relevant)

Reproduction steps:

  • What you did
  • What you expected
  • What actually happened

Before posting:


  • Answer questions in discussions
  • Share your experience and tips
  • Review pull requests
  • Improve documentation

Found a bug? Report it

See something unclear? Contribute improvements


We are committed to providing a welcoming and inspiring community for all. By participating, you agree to:

  • Use welcoming and inclusive language
  • Be respectful of differing viewpoints
  • Accept constructive criticism gracefully
  • Focus on what is best for the community
  • Show empathy towards other members

If you experience or witness unacceptable behavior, please report it to the project maintainers.



Pika is built by developers, for developers. Thank you to all our contributors who help make Pika better!


Questions? Ask in GitHub Discussions
Found a bug? Report it in GitHub Issues
Want to contribute? See the Contributing Guide