Skip to content

Remix SaaS kit - Free sample of SaasRock v0.0.1 - The SaaS Building Framework

License

Notifications You must be signed in to change notification settings

AlexandroMtzG/remix-saas-kit

Repository files navigation

Remix SaaS kit

This is v0.0.1 of SaasRock - The One-Man SaaS Framework. A lot has been added since this version.

⚠️ This version is not maintained anymore as SaasRock is a commercial product (currently at v0.8), but this is still a good starting point for your SaaS project ⚠️

Getting started

  1. Create the .env file and set the following values:
  1. Generate and seed your database. If your using sqlite and your database gets messed up, you can always delete the dev.db file and run npx prisma db push again.
npx prisma migrate dev --name init
  1. Run the app:
yarn
yarn dev
  1. Log in with your REMIX_ADMIN_EMAIL and REMIX_ADMIN_PASSWORD.

  2. Generate Stripe products at /admin/pricing.

  3. Generate Postmark email templates at /admin/emails.

  4. Sign out.

  5. Verify the created Stripe products at the /pricing page.

  6. Register with a new email at /register. You should get a welcome email.

  7. Click on Click here to subscribe and subscribe any plan using Stripe checkout (use any Stripe test card).

  8. Click on the sidebar item Links and New link. Invite your admin user (REMIX_ADMIN_EMAIL) and its workspace T1.Workspace 1 or T1.Workspace 2. You should get an workspace link invitation email, and be redirected to /app/links/pending.

  9. Sign out, and log in as your admin user.

  10. Select the invited workspace and click on 1 pending link.

  11. Reject the invitation. You should get a invitation rejected email.

  12. Sign out, log in as your user registered on step 9, and repeat steps 11, 12 and 13.

  13. Sign out, log in as your admin user and accept the invitation. You should get a invitation accepted email.

  14. Click on the sidebar item Employees and Add employee. Add 1 or 2.

  15. Click on the sidebar item Contracts and New contract. Set the name and description, and upload a PDF file. Click on Select signatories and viewers, select your admin user and the user registered on step 9. Click on Select employees and select 1 or 2. You should get a new contract email with the PDF as attachment. Edit or delete the contract if you want.

  16. Go to app/settings/members and add a new user. You should get an user invitation email.

  17. Go to app/settings/workspaces and Create, Edit and Delete workspaces.

  18. That's it!

More open source projects

  • RemixBlocks - Ready-to-use Remix + Tailwind CSS routes and components.
  • RemixPageBlocks - Simple page block editor with Remix and Tailwind CSS.