import Page from 'shared/components/wrappers/page.js' import useApp from 'site/hooks/useApp.js' import Head from 'next/head' import HelpUs from 'site/components/help-us.js' const HomePage = (props) => { const app = useApp() return (

FreeSewing.dev hosts documentation for contributors and developers alike.
For our maker site, and to try our platform, go to freesewing.org.

Support FreeSewing

FreeSewing is fuelled by a voluntary subscription model

If you think what we do is worthwhile, and if you can spare a few coins each month without hardship, please support our work

Become a Patron
) } export default HomePage