← Back to Projects
📋
HR Tech SaaS Vendor Management

VNDLY

Vendor Management SaaS Platform — Software Engineer at Reckonsys

DjangoReact JinjaGunicorn PostgreSQL

About the Product

VNDLY is a vendor management system (VMS) that helps enterprises manage their extended workforce — contractors, freelancers, and staffing agency relationships. The platform streamlines the full lifecycle of contingent workforce management, from requisition creation to onboarding and offboarding.

VNDLY competes in the enterprise HR tech space, offering sourcing, compliance tracking, billing, and vendor performance analytics in a single platform.

My Role

Contributed as a Software Engineer at Reckonsys Tech Labs while working on the VNDLY client product. Responsible for building and maintaining vendor management workflows, including job posting, interview coordination, and candidate management features.

Key Contributions

  • Built vendor management workflows for job posting, candidate tracking, and interview scheduling
  • Developed interview coordination and feedback collection modules
  • Created multi-role admin dashboards for HR managers, vendors, and internal staff
  • Implemented Jinja2 templating for server-side rendered views
  • Integrated React components for interactive data tables and workflow UIs
  • Built RESTful API endpoints consumed by both frontend and external integrations
  • Deployed and configured Gunicorn with Nginx for production serving
  • Wrote unit and integration tests for critical workflow paths

Technical Architecture

The platform used a hybrid rendering approach — Django + Jinja2 for traditional server-rendered pages, and React components injected for dynamic, interactive elements. This allowed for incremental modernization of the frontend without a full rewrite.

The backend leveraged Django's ORM with PostgreSQL, with Gunicorn workers behind Nginx for production traffic handling.

Django React Jinja2 Gunicorn Nginx PostgreSQL