relaxedjs/relaxed

Create PDF documents using web technologies

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 5th, 2026
Created on March 21st, 2018
Open Issues & Pull Requests: 52 (+0)
GitHub issues: Enabled
Number of forks: 421
Total Stargazers: 11,796 (+0)
Total Subscribers: 180 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.1 hours
Mean response time: 38.3 days
90th percentile: 152.6 days
Tracked items: 4

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,560 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ReLaXed is a PDF document generator that uses web technologies to create complex layouts through HTML, CSS, and JavaScript.

The tool solves the problem of generating sophisticated PDF documents by leveraging familiar web development tools rather than requiring specialized document markup languages. It accepts content written in Pug, a shorthand templating language, or plain HTML, then renders the document to PDF using Chromium. This approach allows developers to define intricate layouts with CSS and JavaScript while keeping the content syntax minimal and readable, closer to Markdown or LaTeX conventions than traditional HTML verbosity.

ReLaXed suits developers who are comfortable with web technologies and need to generate PDFs programmatically with complex styling requirements. It works well for projects where the document structure benefits from CSS layout capabilities and where content authors prefer a concise syntax. The tool is particularly valuable for those already working in JavaScript environments who want to avoid learning separate document generation systems.

The project shows active maintenance with regular commits addressing bug fixes and feature improvements. Development includes responsiveness to user-reported issues and incorporation of community feedback into the codebase. The maintainers demonstrate engagement with the project's direction through consistent updates to core functionality and documentation.