Saas Versions Save

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.

v2.0.0

4 years ago
  • app: Material-UI is upgraded to v4, breaking changes are fixed
  • app and api: all packages are upgraded to the latest versions as of 07-01-2019
  • added lambda function that creates a new post via email
  • passwordless authentication by @delgermurun
  • many improvements to scripts, test, env variables plus docker support by @pnmcosta

v1.2.0

5 years ago
  • upgraded Next, Material-UI, Mongoose and other packages to latest versions
  • solved most of depreciation warnings (some of Mongoose depreciation warnings will go away in future releases)

v1.1.0

5 years ago
  • many fixes to redirects, loading Discussions (CSR/SSR)

Many thanks to @klyburke for testing and ideas.

v1.0.1

5 years ago
  • many UX and UI improvements

v1.0.0

5 years ago
  • Stripe: create customer, update card info (update source, update customer), subscribe/unsubscribe Team (create subscription), verified webhook for when subscription payment fails.
  • Split settings: personal vs team settings
  • Many improvements to UI of withLayout HOC and pages

Thanks to @klyburke @delgermurun

v1.0.0-beta.9

5 years ago

Small refactor:

  • tslint.json and fixes
  • removed projects and topics
  • improved UI and error logic for HOCs and pages
  • user mention (with reaction-mentions)

Thanks to @klyburke @delgermurun

v1.0.0-beta.8

5 years ago
  • upgraded all packages (next, @zeit/next-typescript, @material-ui/core and other)
  • removed decorators
  • improvements to MenuWithLinks, YourProfile, TeamProfile
  • MemberChooser component
  • small improvements (team slug, page titles, UI)

Thanks to @klyburke @delgermurun

v1.0.0-beta.7

5 years ago
  • admin app for Admin API (for admin settings, stats, etc)
  • re-render components with MobX in YourProfile, TeamProfile, TeamMembers pages
  • improvements to invitation flow (redirect, disallow invitation of existing member)
  • remove file from S3 when Post is removed
  • many small improvements to code and README

Thanks to @klyburke and @delgermurun

v1.0.0-beta.6

5 years ago
  • redirects after login event for 3 types of user: new, existing, invited.
  • improvement to deployment experience: env variables PRODUCTION_URL_APP and PRODUCTION_URL_API
  • more informative loading divs
  • UI fixes
  • screenshots of demo app (https://saas-app.async-await.com)

Thanks to @klyburke

v1.0.0-beta.5

5 years ago
  • redirect to Project Topic for new user
  • fixes to TopicForm (related to getDerivedStateFromProps)
  • copy URL to clipboard
  • page titles
  • many UI improvements

Thanks to @klyburke @delgermurun