Hackmamba Docs

Community

Join our developer community and get support

Join our growing community of developers and get the support you need.

Join Our Community

Discord Server

Connect with other developers in real-time:

  • Discord: Join our Discord
  • Channels:
    • #general - General discussions
    • #api-help - API questions and help
    • #integrations - Share your integrations
    • #announcements - Product updates

GitHub Discussions

Ask questions and share ideas on GitHub:

  • Repository: github.com/hackmamba/community
  • Categories:
    • Q&A - Ask questions
    • Ideas - Feature requests
    • Show and Tell - Share your projects
    • General - Community discussions

Stack Overflow

Get help from the broader developer community:

Community Guidelines

Be Respectful

  • Treat everyone with respect and kindness
  • Use inclusive language
  • Be patient with newcomers

Stay On Topic

  • Keep discussions relevant to Hackmamba
  • Use appropriate channels for different topics
  • Search before asking questions

Share Knowledge

  • Help others when you can
  • Share useful resources and examples
  • Contribute to documentation improvements

Getting Help

Before Asking

  1. Search existing discussions for similar questions
  2. Check the documentation for answers
  3. Try the troubleshooting guide for common issues
  4. Test in sandbox environment first

When Asking for Help

Include the following information:

  • What you're trying to do
  • What you've tried so far
  • Error messages (if any)
  • Code examples (sanitized)
  • Environment details (SDK version, etc.)

Example Help Request

Subject: API returning 401 error when creating users

I'm trying to create users using the JavaScript SDK but getting a 401 error.

Environment:
- SDK: @hackmamba/sdk v1.2.3
- Environment: sandbox
- Node.js: v18.0.0

Code:
```javascript
const client = new HackmambaClient({
  apiKey: process.env.HACKMAMBA_API_KEY
});

const user = await client.users.create({
  name: 'Test User',
  email: 'test@example.com'
});

Error:

Error: Invalid API key

I've verified my API key is correct and starts with sk_test_. Any ideas?


## Community Projects

### Open Source Integrations

Check out community-built integrations:

- **WordPress Plugin** - [github.com/user/hackmamba-wordpress](https://github.com/user/hackmamba-wordpress)
- **Shopify App** - [github.com/user/hackmamba-shopify](https://github.com/user/hackmamba-shopify)
- **Laravel Package** - [github.com/user/hackmamba-laravel](https://github.com/user/hackmamba-laravel)

### Contributing

Want to contribute to the community?

1. **Share your integration** in GitHub Discussions
2. **Write tutorials** and guides
3. **Help answer questions** in Discord
4. **Improve documentation** with pull requests

## Events and Meetups

### Virtual Meetups

Join our monthly virtual meetups:

- **When**: First Tuesday of every month
- **Time**: 2:00 PM EST
- **Topics**: API updates, integrations, Q&A
- **Registration**: [meetup.com/hackmamba](https://meetup.com/hackmamba)

### Hackathons

Participate in Hackmamba-sponsored hackathons:

- **Annual Hackathon**: Build with Hackmamba
- **Prize Pool**: $10,000+ in prizes
- **Registration**: [hackmamba.com/hackathon](https://hackmamba.com/hackathon)

## Success Stories

### Featured Integrations

Read about successful integrations:

- **E-commerce Platform**: How Company X integrated Hackmamba for user management
- **SaaS Application**: Building a subscription service with Hackmamba
- **Mobile App**: Real-time notifications with webhooks

### Developer Spotlights

Meet the developers building with Hackmamba:

- **Sarah Chen** - Built a marketplace integration
- **Mike Rodriguez** - Created a CRM integration
- **Alex Kim** - Developed a payment processing system

## Stay Updated

### Newsletter

Subscribe to our developer newsletter:

- **Frequency**: Weekly
- **Content**: API updates, new features, community highlights
- **Subscribe**: [hackmamba.com/newsletter](https://hackmamba.com/newsletter)

### Social Media

Follow us for updates:

- **Twitter**: [@hackmamba](https://twitter.com/hackmamba)
- **LinkedIn**: [Hackmamba](https://linkedin.com/company/hackmamba)
- **YouTube**: [Hackmamba Channel](https://youtube.com/hackmamba)

<Cards>
  <Card title="Support" href="/docs/support" description="Get technical support" />
  <Card title="Contributing" href="/docs/contributing" description="Contribute to the project" />
  <Card title="Feedback" href="/docs/feedback" description="Share your feedback" />
</Cards>