esc
Type to search the docs
Back to catalog

reactive-resume

Draft

Open-source resume builder with real-time preview and export

Uncategorized Repository

Run locally

Terminal
$ npx launchfile up reactive-resume

Requires Docker Desktop. No source code needed — pulls pre-built images and starts reactive-resume with all dependencies.

Image: amruthpillai/reactive-resume:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: reactive-resume
description: "Open-source resume builder with real-time preview and export"
repository: https://github.com/AmruthPillai/Reactive-Resume
logo: https://raw.githubusercontent.com/AmruthPillai/Reactive-Resume/main/apps/client/public/logo/light.svg

image: amruthpillai/reactive-resume:latest
provides:
  - protocol: http
    port: 3000
    exposed: true
requires:
  - type: postgres
    set_env:
      DATABASE_URL: $url
env:
  SECRET_KEY:
    generator: secret
    sensitive: true
  PUBLIC_URL:
    required: true
    description: "Public-facing URL"
storage:
  data:
    path: /app/data
    persistent: true
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Failing

Startup Time

127s

Total Disk

1458 MB

Required Services

postgres

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB