4.7k

Examples

Examples

Full, working templates from the Fimaflow Marketplace — import one as your starting point instead of building from a blank canvas.

Demo placeholderBrowsing the Marketplace
Authentication

JWT Auth System

Complete authentication system with registration, login, and JWT token verification. Includes bcrypt for password hashing and route protection.

POST /auth/registerPOST /auth/login

+1 more

CRUD APIs

User Management API

Complete CRUD API for user management with JWT authentication, pagination, filtering, data validation, and admin role management.

GET /usersPOST /users

+2 more

Payments

Stripe Checkout

Complete Stripe integration with payment session creation, webhook handling, order confirmation, and automatic status updates.

POST /payments/create-checkoutPOST /payments/webhook

+1 more

AI

OpenAI Chat API

Chat API with GPT-4, conversation history management, SSE streaming, per-user rate limiting, and session persistence.

POST /ai/chatPOST /ai/stream

+1 more

Notifications

Email with Resend

Send transactional emails via Resend: welcome, password reset, notifications, and reusable HTML templates.

POST /notifications/sendPOST /notifications/welcome

+1 more

Storage

S3 File Storage

Upload, download and manage files in S3-compatible storage, with signed URLs and access control.

POST /files/uploadGET /files/:id

+1 more

Webhooks

GitHub Webhook

Receive and verify GitHub webhook events — pushes, pull requests, issues — and react to them in a workflow.

POST /webhooks/github
Realtime

Realtime Chat

Real-time chat with WebSockets, chat rooms, user presence, persisted message history, and push notifications.

WS /ws/chatPOST /rooms

+1 more

Scheduling

Cron Job Scheduler

Schedule recurring jobs with cron expressions — cleanup tasks, digests, periodic syncs.

POST /jobsGET /jobs/:id/runs
Notifications

SMS OTP with Twilio

OTP code verification via SMS with Twilio, code expiration, attempt limiting, and integration into a 2FA authentication flow.

POST /sms/send-otpPOST /sms/verify-otp
Database

DB Migrations System

Apply and roll back database schema migrations as part of a deployment workflow.

POST /migrations/upPOST /migrations/down

Import one

Sign in and open the Marketplace to import any of these as a new workflow, ready to customize.

Browse the Marketplace →
Examples | Fimaflow