remix-workflows Tailwind Templates

Remix Workflows

Workflow Builder with Remix.run, React Flow, Prisma, and Tailwind CSS.

Remix Workflows

This is the Workflows feature of SaasRock, read the introduction article here or watch the introduction video demo.

Getting Started

šŸ’æ Rename .env.example to .env and set your variables.

šŸ’æ Install dependencies:

npm install

šŸ’æ Initialize the database (the schema.prisma db provider must match the DATABASE_URL provider):

npx prisma migrate dev --name init

This should apply the migrations and seed the database with sample workflows.

Or you could manually push the schema, and seed the database manually:

npx prisma db push
npx prisma db seed

šŸ’æ Start the development server:

npm run dev

šŸ’æ Build workflows šŸŽ‰!

Features

There are 4 SaasRock Workflows editions:

  • Open source (this project)
  • SaasRock Starter 🌱 - $149 + no updates
  • SaasRock Core 🪨 - $499 + free 1.x updates
  • SaasRock Enterprise šŸš€ - $1,999 + free 1.x updates

Full feature comparison:

Workflow Feature Open source Starter 🌱 Core 🪨 Enterprise šŸš€
Variables āœ… āœ… āœ… āœ…
Credentials āž– āž– āœ… āœ…
Tenants/Accounts own workflows āž– āž– āœ… āœ…
Execution Modes
Manual āœ… āœ… āœ… āœ…
API āž– āž– āœ… āœ…
Stream āž– āž– āž– āœ…
Trigger Blocks
Manual āœ… āœ… āœ… āœ…
Row Event āž– āž– āž– āœ…
Action Blocks
IF āœ… āœ… āœ… āœ…
HTTP Request āœ… āœ… āœ… āœ…
Log āœ… āœ… āœ… āœ…
Alert User āœ… āœ… āœ… āœ…
Switch āž– āœ… āœ… āœ…
Iterator āž– āœ… āœ… āœ…
Variable āž– āœ… āœ… āœ…
Wait for Input āž– āž– āž– āœ…
GPT Chat Completion āž– āž– āž– āœ…
Row Get, Create, Update, Delete āž– āž– āž– āœ…
Cron Blocks (Sleep, Delay until...) āž– āž– āž– 🚧
Send Email āž– āž– āž– 🚧
Global workflows āž– āž– āž– 🚧

Community

License

Licensed under the MIT License.

Other Open Source Projects

  • Remix Page Blocks: Simple page block editor with Remix and Tailwind CSS.
  • Remix Knowledge Base: Knowledge Base starter kit with WYSIWYG, Markdown, GPT, and Multi-language support.
  • Remix Blocks: Ready-to-use Remix + Tailwind CSS routes and components.
  • Novel Remix: Remix Edition - Notion-style WYSIWYG editor with AI-powered autocompletion.

If you find Remix Workflows useful and would like to support its development, consider becoming a sponsor. Your sponsorship will help ensure the continued maintenance and improvement of this project.

You can sponsor me on GitHub Sponsors. Every contribution is highly appreciated!

Top categories

Loading Svelte Themes