About IdeaScore

IdeaScore helps you evaluate and track ideas using a structured scoring system.

Integration with char.build

This subproject is designed to be accessed through the main char.build project:

// Add this to the main project's proxies.tsx:
{
  pattern: '/ideascore',  // Must match basePath in this config
  target: 'https://your-endpoint-id.web.val.run',  // Your subproject endpoint
  name: 'IdeaScore'
}