15f438330456a97818a5e27c2582c718337d064e
DocLink Web
Server-rendered rebuild of the DocLink web app, following the structure in project-specs/.
Stack
- Node.js HTTP server
- HTMX for partial updates
- Custom responsive CSS
- Upstream API adapter for auth, order, result, FPP, password change, and special message flows
Run
npm start
Open:
http://localhost:5173
Click To Run
If you want a one-click launcher on macOS/Linux:
./start.sh
Stop the background server with:
./stop.sh
If you run the server in the foreground, stop it with Ctrl+C.
Notes
- Login calls the upstream API from
project-specs/API_ENDPOINTS.md. - If the upstream login rejects the credentials or is unavailable, demo mode creates a local session so the UI can still be exercised.
- Order search, order detail helpers, FPP loading, password change, and special message save are wired through the API adapter with mock fallback for local preview.
start.shwrites a pid file named.doclink-web.pidand a log file nameddoclink-web.log.
Main Files
server.jsstyles.csspackage.jsonstart.shstop.sh
Description
Languages
JavaScript
79.1%
CSS
19.6%
Shell
1.3%