Infrastructure
Tools for building content sites: review platforms, blogs, documentation.
All tools share common philosophy:
- Open by default โ full source code on GitHub
- Modular โ use separately or together
- Community-ready โ contributions welcome
- Performance-first โ optimized for speed
Why Open Source
The industry needs better tools. By open-sourcing ours:
- Enable others to build honest review sites
- Get improvements and fixes from community
- Build trust through transparency
- Create foundation for industry improvement
Getting Started
Each tool has documentation on GitHub. Clone, install, start:
git clone https://github.com/affiliatefm/[tool-name]
npm install
npm run dev
Contribute
All contributions welcome:
- Report bugs
- Suggest features
- Submit code changes
- Share usage examples
See Contributing Guide for details.