{% extends 'base.html' %} {% block title %}Welcome to GitCloak{% endblock %} {% block content %}

Welcome to GitCloak!

GitCloak is a simple web frontend that lets you browse public GitHub repositories and view their contents.

Unlike other GitHub interfaces, GitCloak does not use APIs or screen scraping, needs no credentials and does not use any JavaScript.


To get started, simply replace github.com in the URL - the following paths are already available:

For example, to see the contents of the PrivateCoffee/transfer.coffee repository, simply visit /PrivateCoffee/transfer.coffee/.

Other features are still in development, so stay tuned!

{% endblock %}