Getting Started
Installation
Section titled “Installation”No installation required — RFP Builder Portable is a single executable.
- Download
RFPBuilder-Portable.exe - Save it to any folder (Desktop, USB stick, etc.)
- Double-click to run
First Launch
Section titled “First Launch”When you run the executable:
- A console window appears showing server status
- Your browser opens automatically to
http://localhost:8080 - The RFP Builder interface loads
Important: keep the console window open while using the app — closing it stops the server.
Stopping the Server
Section titled “Stopping the Server”Two ways to stop:
- Press Ctrl+C in the console window
- Close the console window
Your data is saved in your browser’s localStorage and persists between sessions.
Troubleshooting
Section titled “Troubleshooting”Console window disappears The console might be hidden behind your browser. Look for it in the taskbar, or use Alt+Tab to find it.
Port 8080 already in use
Another application is using port 8080. Either stop the other application, or set a custom port before running the exe (set PORT=8081).
Browser doesn’t open
Manually navigate to http://localhost:8080.
Data not saving Check the browser console (F12) for errors — localStorage might be disabled or full.