FeaturesHow It WorksPricing
Now available in beta

The Document Engine
for Modern Teams.

Signr transforms DOCX templates into secure, audit-ready signature flows. API-first, developer-friendly, and designed for scale.

Lightning FastSecure by DefaultDynamic PDFWebhook Ready

Upload DOCX

Drag & drop template

Send Request

Magic-link or OTP

Track Progress

Real-time updates

Get Signed PDF

Legally binding + audit

Console + API

Built by developers, for developers.

Manage templates and send envelopes through the Console, or integrate directly via our REST API.

  • DOCX template upload and field mapping
  • Magic-link signing flows for recipients
  • Real-time envelope status tracking
  • REST API for programmatic access
send-envelope.ts
// Create an envelope via the Signr API
const response = await fetch(
  'https://console.signr.app/api/v1/envelopes',
  {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
      'Authorization': `Bearer ${API_KEY}`,
    },
    body: JSON.stringify({
      name: 'Service Agreement — Q1 2026',
      templateVersionId: 'tv_k2m9x...',
      recipients: [{
        email: 'alice@example.com',
        name: 'Alice Smith',
        kind: 'signer',
      }],
      fieldValues: {
        clientName: 'Alice Smith',
        startDate: '2026-03-01',
      },
    }),
  }
);

const envelope = await response.json();
console.log(envelope.data.id);
// → "env_892h1293h"
Response 201 Created
{
  "success": true,
  "data": {
    "id": "env_892h1293h",
    "name": "Service Agreement — Q1 2026",
    "status": "sent",
    "recipientCount": 1,
    "createdAt": "2026-02-18T14:32:00Z"
  }
}
Platform Capabilities

Everything you need to ship signatures.

Don't build it yourself. Use our battle-tested infrastructure for secure, legally-binding agreements.

Templates & DOCX

Upload standard DOCX files as reusable templates. Map variable fields like names, dates, and clauses.

Console & API

Full-featured console for managing templates and envelopes, with a REST API for automation.

Signing Experience

Frictionless magic-link flows — signers don't need accounts or apps.

Workflow Engine

Sequential signing workflows with role-based routing for multi-party agreements.

Audit Trails

Complete audit logs for every envelope action — timestamps, IP addresses, and signer events.

Email Delivery

Automated email notifications with secure signing links for every recipient.

Secure by Default

TLS encryption, authenticated sessions, and role-based access control.

Multi-Org Support

Manage separate organizations and projects with scoped permissions.

How It Works

From Template to Signed PDF.

A simple 3-step process designed for automation and scale.

01

Upload & Map

Drop your DOCX template. Map variable fields like {{name}} or {{date}} in seconds.

02

Send Request

Create an envelope from the Console. Signr generates secure magic-links and sends email notifications automatically.

03

Signed & Sealed

Once all parties have signed, download the completed PDF with a full audit trail attached.

Simple, transparent pricing

Free during Beta. We'll introduce usage-based plans as the platform matures.

Starter

Free

For individuals exploring document signing.

  • 5 envelopes per month
  • Basic template fields
  • Magic-link signing
  • Email notifications
Most Popular

Pro

Free during Beta

For teams who need more. Free while in Beta.

  • Unlimited envelopes
  • Workflow engine
  • Multi-org support
  • Template versioning
  • Priority support

Custom

Contact Us

For organizations with specific requirements.

  • SSO & custom auth
  • API access
  • Dedicated support
  • Custom SLA
  • On-premise option

Frequently Asked Questions

Start sending agreements in minutes.

No credit card required. No hidden fees. Just efficient, secure signatures.

Currently in Beta — Free for early adopters

A modern platform for digital agreements. Secure, developer-friendly, and currently in Beta.

Product

  • Features
  • How It Works
  • Pricing
  • Console

Resources

  • Changelog

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy

© 2026 3NYBLE TECHNOLOGIES SRL. All rights reserved.