Build a Secure AI-Prompt Automation SaaS

Job ID: 40243005

Budget: $750 – $1,500 USD

I’m hiring an experienced full-stack developer/team to deliver a complete A–Z SaaS web application, including domain + hosting + deployment, not just coding.

The product is an interactive, beautifully designed web app that lets non-technical users create automations/workflows using simple prompts (natural language). It should feel much easier than tools like n8n and similar automation platforms.

Users describe what they want (example: “When I get an invoice email, save attachments to Google Drive and notify me”), and the system creates and runs the workflow using an automation engine (n8n or an equivalent).

This is a freemium subscription product (free tier + paid tiers).

A–Z Scope (Must Include)
1) Domain + Hosting + Deployment (Required)

Purchase/setup domain (or guide me and configure everything)

Hosting setup for:

Frontend

Backend/API

Database

Workflow engine (n8n or alternative)

SSL/TLS, DNS setup, email records (SPF/DKIM/DMARC if needed)

CI/CD pipeline (auto deploy from GitHub)

Staging + production environments

Backup strategy + disaster recovery basics

Monitoring + logs + uptime alerts

(If you prefer to “guide me” while I purchase the domain, that’s fine — but you must configure everything end-to-end.)

Core Product Features
2) UI/UX (Very Important)

Modern, premium UI and strong UX (simple and intuitive)

Prompt-to-workflow interface (chat-like prompt + workflow preview)

Workflow dashboard: create/edit/enable/disable, run history, logs, status

Templates gallery (prebuilt common automations)

Minimal editor for adjusting workflows (non-technical)

3) Authentication & Accounts

Signup/signin via:

Email + password

Google OAuth

Facebook OAuth

Email verification + password reset

2FA (preferred)

User profile + organization/workspace (optional but preferred)

4) Integrations & Workflow Engine

n8n integration (self-hosted) or your recommended automation engine

AI layer that converts prompts → workflow steps

OAuth integrations (start with Gmail/Google Workspace, expand later)

Webhooks + API connectors support

Secure token storage and management

5) Billing (Freemium SaaS)

Free + paid tiers (subscription-based)

Monthly + yearly plans

Usage limits per plan (workflows, runs, integrations)

Stripe subscriptions (preferred)

Customer billing portal (manage plan, invoices, cancel)

6) Security (Non-Negotiable)

OWASP best practices

Secure auth/session handling

Input validation + rate limiting + anti-abuse protections

Encrypted storage for tokens/secrets

Secure headers, CSRF/XSS protections, dependency hardening

Audit logs for important actions

Basic security checklist + hardening report at delivery

7) SEO + Public Website Content

SEO-friendly marketing site pages (landing, features, pricing, contact)

Fast loading, sitemap, metadata, OpenGraph tags

Written content for the marketing pages (clear, professional English)

Extra Features Needed for Real SaaS

Admin panel: users, plans, usage, support access

Usage analytics dashboard

Email notifications (verification, failures, billing events)

In-app onboarding tooltips (instead of a tutorial section)

System status page (basic) or internal health dashboard

Legal pages placeholders: Privacy/Terms



Deliverables

Production-ready source code + clean repo

Full deployment + working production site (live)

Documentation: setup, deployment, integrations, billing, security notes

Post-launch support window for bug fixes (define in proposal)

What to Include in Your Proposal

Your recommended tech stack & architecture

Similar projects (SaaS + integrations/automation preferred)

Security approach (token storage, API protection, hosting hardening)

Milestones + timeline

Total cost (fixed or phased)

What you will handle for domain/hosting and what you need from me

Milestones (Example)

UI/UX prototype → core backend/auth → workflow MVP → billing → security hardening → SEO/content → deployment + launch

AI + Automation Requirement (Core Feature)

The platform must allow users to create and run automations intuitively using prompts (natural language), with three modes:

ClaudeBot mode (prompt-driven)

Users can give a prompt and ClaudeBot executes the task (within allowed permissions/integrations).

The UI should feel simple like “chat → action → result”.

n8n mode (prompt-driven)

Users can give a prompt, and the system automatically generates an n8n workflow (nodes + connections).

Users can preview the workflow visually and run it, without needing technical knowledge.

Hybrid mode (ClaudeBot + n8n together)

Users can use ClaudeBot to interpret the task and either:

generate an n8n workflow, and/or

call n8n workflows as tools while ClaudeBot handles reasoning/decision-making.

Example: ClaudeBot plans the steps, then triggers n8n workflows for integrations, scheduling, and multi-step automation.

Key requirement: Users should never need to “learn n8n”. The system should translate prompts into workflows and executions automatically.