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

Contact Us

Get in touch with the PrismaOS team. We're here to help with questions, feedback, and accessibility support.

General Inquiries

Questions about PrismaOS features and development

info@prismaos.org

Accessibility Support

Help with accessibility features and testing

accessibility@prismaos.org

Developer Support

SDK questions and technical assistance

developers@prismaos.org

Media & Press

Press inquiries and media relations

press@prismaos.org

Send Us a Message

Fill out the form below and we'll get back to you within 24 hours. All fields marked with * are required.

{{ form.hidden_tag() }}
{{ form.name(class="form-control" + (" is-invalid" if form.name.errors else "")) }}
Enter your full name so we know how to address you
{% if form.name.errors %}
{% for error in form.name.errors %} {{ error }} {% endfor %}
{% endif %}
{{ form.email(class="form-control" + (" is-invalid" if form.email.errors else "")) }}
We'll use this email to respond to your message
{% if form.email.errors %}
{% for error in form.email.errors %} {{ error }} {% endfor %}
{% endif %}
{{ form.subject(class="form-control" + (" is-invalid" if form.subject.errors else "")) }}
Brief description of what your message is about
{% if form.subject.errors %}
{% for error in form.subject.errors %} {{ error }} {% endfor %}
{% endif %}
{{ form.accessibility_needs(class="form-select") }}
Help us understand your accessibility needs so we can provide better support
{{ form.message(class="form-control" + (" is-invalid" if form.message.errors else "")) }}
Please provide as much detail as possible. If reporting an accessibility issue, include your device type, assistive technology used, and steps to reproduce the problem.
{% if form.message.errors %}
{% for error in form.message.errors %} {{ error }} {% endfor %}
{% endif %}
{{ form.submit(class="btn btn-primary btn-lg px-5") }}

Accessibility Statement

Our Commitment

PrismaOS is committed to ensuring digital accessibility for all users, including those with disabilities. We continually improve the user experience for everyone and apply relevant accessibility standards.

Compliance Status

This website is designed to conform with WCAG 2.1 Level AAA guidelines. We regularly audit our content and features to ensure compatibility with assistive technologies.

Accessibility Features

  • Semantic HTML and ARIA labels
  • Keyboard navigation support
  • Screen reader compatibility
  • High contrast mode
  • Adjustable font sizes
  • Reduced motion options

Feedback

If you encounter any accessibility barriers, please contact us using the form above or email accessibility@prismaos.org

Frequently Asked Questions

Quick answers to common questions

There are many ways to contribute to PrismaOS! You can contribute code through our GitHub repository, help with accessibility testing, write documentation, participate in community discussions, or help spread awareness about accessible technology.

Visit our Community page to learn more about our various programs and how to get involved.

PrismaOS is currently in active development. We're working through the foundation phase and building core accessibility features. Check our Development Roadmap for current progress and timeline updates.

Beta testing opportunities are available for community members. Join our beta testing program to get early access to development builds.

PrismaOS is designed to work on a wide range of mobile hardware. Our Technical Documentation includes detailed system requirements and hardware compatibility information.

We're focusing on ARM64 and x86_64 architectures with plans to support both smartphones and tablets. Accessibility features will work across all supported device types.

We take accessibility issues very seriously. You can report issues by:

  • Using the contact form above and selecting "Accessibility Requirements"
  • Emailing us directly at accessibility@prismaos.org
  • Creating an issue on our GitHub repository
  • Posting in our community Discord server's accessibility channel

Please include details about your assistive technology, device type, and steps to reproduce the issue.

{% endblock %}