Resources
Community
Connect with the AgentPost community for help, discussions, and contributions
Community
AgentPost is built in the open, and we welcome contributions, feedback, and discussions from the community.
Where to Connect
Discord
Join the AgentPost Discord server for real-time discussions, help, and community interaction.
- Ask questions and get help from other AgentPost users
- Share what you're building with AgentPost
- Get early access to new features and beta releases
- Participate in architecture and design discussions
GitHub
The AgentPost source code, issue tracker, and project roadmap are all on GitHub.
- Repository -- Source code, documentation, and development
- Issues -- Bug reports and feature requests
- Discussions -- Open-ended questions and ideas
- Releases -- Changelog and release notes
Twitter / X
Follow @agentpost for announcements, updates, and tips.
Contributing
We welcome contributions of all kinds:
- Bug fixes -- Found a bug? Open a PR with the fix
- Feature development -- Check the issue tracker for feature requests labeled
help wanted - Documentation -- Improvements to docs, examples, and guides
- Community support -- Help answer questions in Discord and GitHub Discussions
Getting Started
- Fork the AgentPost repository
- Clone your fork and set up the development environment
- Create a feature branch for your changes
- Submit a pull request with a clear description
Development Setup
# Clone the repository
git clone https://github.com/agentpost/agentpost.git
cd agentpost
# Install dependencies
pnpm install
# Set up environment variables
cp .env.example .env
# Start the development database
docker compose up -d postgres
# Run the API in development mode
pnpm --filter @agentpost/api devSee the repository README for detailed development setup instructions.
Community Guidelines
- Be respectful -- Treat everyone with respect. Disagreements are normal; personal attacks are not.
- Be helpful -- Share knowledge generously. Remember that everyone was a beginner once.
- Be constructive -- When reporting issues or giving feedback, be specific and suggest solutions when possible.
- Stay on topic -- Keep discussions relevant to AgentPost and the broader AI + email ecosystem.
- No spam -- Do not use community channels for unsolicited promotion.
We follow the Contributor Covenant code of conduct.