import { MarketingDrawer } from '@app/components/general' import { metaSetter } from '@app/utils' import type { PageProps } from '@app/types' import { Header } from '@app/components/general/header' import { SectionContainer } from '@app/components/stateless/containers/section-container' import { companyName } from '@app/configs' import { Link } from '@app/components/stateless/typo/link' function RoadMap({ name }: PageProps) { return (
{`Technical Roadmap`}

{companyName} doesn{`'`}t have a roadmap because we spend a lot of time listening to all users and then determining what features will have the most impact and be of the most benefit to everyone. If you want to see what we{`'`}ve been up to lately, here{`'`}s our changelog .

Prior Goals

Some of the old goals include accessibility code generation remediations, performance targets, accessibility issue detection, and general portablity.

Development Roadmap

You can view some of the active development{' '} progress {' '} here on github.

) } export default metaSetter( { RoadMap }, { description: 'Our outline to better web accessibility visibility for every website. Some of current and next goals to come here.', } )