{% extends "base-landing.html" %} {% load bootstrap3 %} {% block title %} GovReady Q {% endblock %} {% block body-wide %}

GovReady-Q

Apps to help teams build and operate secure and compliant IT systems.

GovReady-Q is an open source, self-service portal to help teams build and operate compliant IT systems. GovReady-Q offers easy-to-use "compliance apps" that manage and generate documentation of your IT systems. Our vision is to make Governance, Risk and Compliance easy and pratical for small businesses, developers, managers, and others who are not security or compliance experts.

GovReady-Q is in public beta and recommended for innovators and early adopters interested in furthering the platform's development.

 

Get your organization started with GovReady

{% csrf_token %} {% if not request.user.is_authenticated %}

About your organization

{% endif %} {% bootstrap_form neworg_form %} {% if not request.user.is_authenticated %}

About you

{% bootstrap_form signup_form %} {% endif %}

{% if not request.user.is_authenticated %}

Have a {{domain}} account? Sign in.

{% csrf_token %} {% bootstrap_form login_form %}

{% else %}

Your organizations

{% if member_of_orgs %}

You are a member of the following organizations:

    {% for org in member_of_orgs %}
  • {{org}}
  • {% endfor %}

Once you go to your organization’s homepage, you will need to log in again.

{% else %}

You are not a member of any organizations.

{% endif %}
{% csrf_token %}

Logged in as {{request.user}}. Not you? Log out.

{% endif %}
{{ block.super }} {% endblock %} {% block scripts %} {% endblock %}