I think that you can keep it "simple". You can create a simple page including this part of code:
<?php
require('./the directory of you codon.config.php file');
?>
<?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>
And after that, you can wrap it or create a simple iframe on your main website. What about this?