{% extends "base.html" %} {% load staticfiles %} {% load crispy_forms_tags %} {% block title %}{{ block.super }}Home{% endblock %} {% block navbar-left %} {% include "_navbar.html" with active_link="home" %} {% endblock %} {% block navbar-right %} {% if not user.is_authenticated %} Log in Sign up {% else %} {{ block.super }} {% endif %} {% endblock %} {% block splash %} {% endblock splash %} {% block container %}

Free and open

Wugsy creates an ever-expanding language dataset available to everyone

View details »

Real rewards

Playing games is rewarded with Ethereum-based tokens that might one day have real value

View details »

Blockchain powered

Language database and crypto rewards powered by blockchain tech

View details »

{% endblock container %} {% block scripts %} {% endblock scripts %}