A reverse engineered/refactored version of resumify.live, with the AI and Netlify stuff stripped off.
  • JavaScript 98.2%
  • CSS 1.6%
  • HTML 0.2%
Find a file
2026-07-09 18:14:07 +05:30
public PWA Enhancements - update prompt and pre-cache assets 2026-07-03 18:49:06 +05:30
scripts PWA Enhancements - update prompt and pre-cache assets 2026-07-03 18:49:06 +05:30
src Add rotate buttons to crop modal 2026-07-09 18:14:07 +05:30
.gitignore Move to Vite 2026-06-28 12:45:25 +05:30
eslint.config.js Sublist in Internships, Projects, PORs, Extracurriculars 2026-06-29 20:27:28 +05:30
index.html Make fonts available in offline PWA 2026-06-29 20:51:17 +05:30
LICENSE Move to Vite 2026-06-28 12:45:25 +05:30
package-lock.json Sublist in Internships, Projects, PORs, Extracurriculars 2026-06-29 20:27:28 +05:30
package.json PWA Enhancements - update prompt and pre-cache assets 2026-07-03 18:49:06 +05:30
postcss.config.js Move to Vite 2026-06-28 12:45:25 +05:30
README.md Rebrand 2026-06-28 16:46:31 +05:30
tailwind.config.js Local storage of draft 2026-06-29 18:13:29 +05:30
vite.config.js Move to Vite 2026-06-28 12:45:25 +05:30

Suyavivaram (சுயவிவரம்)

Suyavivaram is a real-time, stateless client-side resume builder. It features multiple polished, professional resume formats (OnCampus, Modern Creative, and Corporate Minimal) that users can edit, customize, crop photos/logos for, and download as pixel-perfect PDFs.

This repository represents a structured migration to a modern frontend build system using React, Vite, and Tailwind CSS.


Features

  • Stateless & Private: All data resides strictly in the browser.
  • Multiple Templates:
    • OnCampus Resume: Clean academic layout optimized for engineering/research.
    • Modern Creative: Vibrant layout with sidebar accents and color customizers.
    • Corporate Minimal: Business-first format focusing strictly on skills and experience.
  • Interactive Editor: Side-by-side editing panel and real-time print preview.
  • PDF Export: Renders layouts using native browser print engines.

Getting Started

Prerequisites

Make sure you have Node.js installed (LTS version recommended).

Installation

Install local packages and configurations:

npm install

Local Development

Run the Vite development server:

npm run dev

Open http://localhost:3000 in your browser.

Production Build

Compile and optimize the code for static hosting:

npm run build

Static assets will be output to the dist/ folder and can be deployed directly to Netlify, Vercel, or GitHub Pages.


Disclaimer

Warning

Reverse Engineering Disclaimer: This codebase has been reverse-engineered from compiled/deployed client-side code. The reverse engineering was done without explicit prior permission from the original creators. The original license and terms of the source project are unknown.