Quick Start

Initial steps for deploying or developing with the VeriWorkly platform.

Quick Start

VeriWorkly is a full-stack platform comprising a Next.js frontend and an Express.js backend. The architecture is designed for high-fidelity document rendering and secure data synchronization.

Implementation Paths

Select the deployment or development path that aligns with your requirements:


Project Structure

VeriWorkly utilizes a monorepo architecture to manage independent services and shared packages efficiently.

site
studio
server
docs-platform
blog-platform
package.json

Architectural Components

The platform consists of several integrated components:

  1. Marketing Site (Site): A Next.js application handling landing pages and public content.
  2. Resume Studio (Studio): The primary Next.js application handling user interaction, local-first state management, and high-fidelity document rendering.
  3. Backend API (Server): An Express-based service managing authentication and secure data synchronization.
  4. Database (PostgreSQL): The primary relational store. We recommend Neon for managed deployments.
  5. PDF Engine (react-pdf): A client-side rendering library that generates ATS-optimized documents directly in the browser.

On this page

Edit on GitHub