Examples
Examples
Full, working templates from the Fimaflow Marketplace — import one as your starting point instead of building from a blank canvas.
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
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
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
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
Email with Resend
Send transactional emails via Resend: welcome, password reset, notifications, and reusable HTML templates.
POST /notifications/sendPOST /notifications/welcome+1 more
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
GitHub Webhook
Receive and verify GitHub webhook events — pushes, pull requests, issues — and react to them in a workflow.
POST /webhooks/githubRealtime Chat
Real-time chat with WebSockets, chat rooms, user presence, persisted message history, and push notifications.
WS /ws/chatPOST /rooms+1 more
Cron Job Scheduler
Schedule recurring jobs with cron expressions — cleanup tasks, digests, periodic syncs.
POST /jobsGET /jobs/:id/runsSMS 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-otpDB Migrations System
Apply and roll back database schema migrations as part of a deployment workflow.
POST /migrations/upPOST /migrations/downImport one
Sign in and open the Marketplace to import any of these as a new workflow, ready to customize.
Browse the Marketplace →