AI SummaryThis booster appears to document an Express API proxy server for Tonk applications, but the content is misaligned with its declared purpose as Windsurf rules for app1-vibeboard.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "app1-vibeboard — Windsurf Rules" prompt rules to my project. Repository: https://github.com/NeuralWave42/app1-vibeboard Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Windsurf Rules for app1-vibeboard
How it works:
• Your frontend makes requests to /api/your-endpoint • The webpack dev server proxies these to http://localhost:8080/api/your-endpoint • Your Express server handles the request, makes any needed external calls, and returns the response
Tonk Server API Proxy
This Express server provides API proxy functionality for your Tonk application.
API Proxy Functionality
All requests to /api/:endpoint are automatically proxied from the frontend to this server running on port 8080.
Benefits of using the API proxy:
• CORS handling - Make cross-origin requests without browser restrictions • Security - Store API keys and sensitive credentials server-side • Local resource access - Access local file system or other local resources • Request transformation - Modify requests or responses before forwarding
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts