Fully featured React.js SSR user management system/ CMS (frontend).
- Passwordless user sign in, sign up
- Sign out
- Profile edit, delete
- Admin system (required password upon access)
- Passwordless account confirm
- Written in React hooks
- Atomic (in progress anyway) design. Currently, if changing nothing else, color scheme can be changed via one config file.
- Encrypted user browser storage
- API Next - an API on AWS
npm i
now secrets add cms-api-key <key>
# ...
npm run build
# Development:
npm run dev
# Production
npm run build
npm run start
API Next + Frontend Next is a boilerplate for custom products. If you want to discuss the system, please contact me via form.
See LICENCE.txt