{% extends "base.html" %} {% load static %} {% block content %}

Alphabet Learning

High quality educational resources focused on simple concepts and the first steps in learning.


Sign up

To be informed of the site launch and receive FREE resource credits, join our new customer mailing list...

{% csrf_token %} {{ form.non_field_errors }}
{% if form.email.errors %}

{{ form.email.errors }}

{% endif %}
{{ form.captcha }}
{% if form.captcha.errors %}
{{ form.captcha.errors }}
{% endif %}

By joining our list, you agree to our Privacy and Legal Notice.

Bonus offer!

As a thank-you, the first fifty customers who join our mailing list will receive a 50% discount once the site is live.


Funnel 1
Funnel 2
Funnel 3

Learning from A to Z

Focused on early concepts, these resources are designed to be accessible to all learners.

No commitment required

Resources will be available to purchase individually without a subscription.

Funnel 1
Funnel 2
Funnel 3

Alphabet Learning is currently in active
development and will be launched in Spring 2025.

{% block inline_javascript %} {% endblock inline_javascript %} {% endblock content %}