@jheavenknows/bluerouter 1.0.100 → 1.0.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/app/.next-cli-build/BUILD_ID +1 -1
  2. package/app/.next-cli-build/app-path-routes-manifest.json +3 -3
  3. package/app/.next-cli-build/build-manifest.json +2 -2
  4. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  5. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
  6. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  7. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  8. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  9. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  10. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  11. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  12. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  13. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  14. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  15. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  16. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  17. package/app/.next-cli-build/server/app/(dashboard)/dashboard/prompt-logs/page_client-reference-manifest.js +1 -1
  18. package/app/.next-cli-build/server/app/(dashboard)/dashboard/provider-health/page_client-reference-manifest.js +1 -1
  19. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  20. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  21. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  22. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  23. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  24. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  25. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  26. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  27. package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  28. package/app/.next-cli-build/server/app/_global-error.html +1 -1
  29. package/app/.next-cli-build/server/app/_global-error.rsc +1 -1
  30. package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
  31. package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  32. package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  33. package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  34. package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
  35. package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  36. package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  37. package/app/.next-cli-build/server/app/_not-found.html +1 -1
  38. package/app/.next-cli-build/server/app/_not-found.rsc +3 -3
  39. package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +3 -3
  40. package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  41. package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +3 -3
  42. package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  43. package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  44. package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  45. package/app/.next-cli-build/server/app/api/models/route.js +1 -1
  46. package/app/.next-cli-build/server/app/api/models/test/route.js +1 -1
  47. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -1
  48. package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
  49. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
  50. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +1 -1
  51. package/app/.next-cli-build/server/app/api/version/route.js +1 -1
  52. package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
  53. package/app/.next-cli-build/server/app/api/version/update/route.js +1 -1
  54. package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  55. package/app/.next-cli-build/server/app/callback.html +1 -1
  56. package/app/.next-cli-build/server/app/callback.rsc +3 -3
  57. package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +3 -3
  58. package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  59. package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +3 -3
  60. package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +1 -1
  61. package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  62. package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  63. package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
  64. package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +5 -5
  65. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  66. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  67. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  68. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  69. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +5 -5
  70. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  71. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +3 -3
  72. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +1 -1
  73. package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
  74. package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +5 -5
  75. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  76. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  77. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  78. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  79. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +5 -5
  80. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  81. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +3 -3
  82. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +1 -1
  83. package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
  84. package/app/.next-cli-build/server/app/dashboard/combos.rsc +5 -5
  85. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  86. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  87. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  88. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  89. package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +5 -5
  90. package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  91. package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +3 -3
  92. package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +1 -1
  93. package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
  94. package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +6 -6
  95. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +3 -3
  96. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  97. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  98. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  99. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
  100. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  101. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +3 -3
  102. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +1 -1
  103. package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
  104. package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +5 -5
  105. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
  106. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
  107. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
  108. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  109. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  110. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +5 -5
  111. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
  112. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +3 -3
  113. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +1 -1
  114. package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
  115. package/app/.next-cli-build/server/app/dashboard/mitm.rsc +5 -5
  116. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  117. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  118. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  119. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  120. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +5 -5
  121. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  122. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +3 -3
  123. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +1 -1
  124. package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
  125. package/app/.next-cli-build/server/app/dashboard/profile.rsc +4 -4
  126. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +1 -1
  127. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  128. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  129. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  130. package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +4 -4
  131. package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  132. package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +3 -3
  133. package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +1 -1
  134. package/app/.next-cli-build/server/app/dashboard/prompt-logs.html +1 -1
  135. package/app/.next-cli-build/server/app/dashboard/prompt-logs.rsc +4 -4
  136. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/!KGRhc2hib2FyZCk/dashboard/prompt-logs/__PAGE__.segment.rsc +1 -1
  137. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/!KGRhc2hib2FyZCk/dashboard/prompt-logs.segment.rsc +1 -1
  138. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  139. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  140. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/_full.segment.rsc +4 -4
  141. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/_head.segment.rsc +1 -1
  142. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/_index.segment.rsc +3 -3
  143. package/app/.next-cli-build/server/app/dashboard/prompt-logs.segments/_tree.segment.rsc +1 -1
  144. package/app/.next-cli-build/server/app/dashboard/provider-health.html +1 -1
  145. package/app/.next-cli-build/server/app/dashboard/provider-health.rsc +4 -4
  146. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/!KGRhc2hib2FyZCk/dashboard/provider-health/__PAGE__.segment.rsc +1 -1
  147. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/!KGRhc2hib2FyZCk/dashboard/provider-health.segment.rsc +1 -1
  148. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  149. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  150. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/_full.segment.rsc +4 -4
  151. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/_head.segment.rsc +1 -1
  152. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/_index.segment.rsc +3 -3
  153. package/app/.next-cli-build/server/app/dashboard/provider-health.segments/_tree.segment.rsc +1 -1
  154. package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
  155. package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +5 -5
  156. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  157. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  158. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  159. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  160. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  161. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +5 -5
  162. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  163. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +3 -3
  164. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +1 -1
  165. package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
  166. package/app/.next-cli-build/server/app/dashboard/providers.rsc +5 -5
  167. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  168. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  169. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  170. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  171. package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +5 -5
  172. package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  173. package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +3 -3
  174. package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +1 -1
  175. package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
  176. package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +5 -5
  177. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  178. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  179. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  180. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  181. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +5 -5
  182. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  183. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +3 -3
  184. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +1 -1
  185. package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
  186. package/app/.next-cli-build/server/app/dashboard/quota.rsc +6 -6
  187. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  188. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  189. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  190. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  191. package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +6 -6
  192. package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  193. package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +3 -3
  194. package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +1 -1
  195. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  196. package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  197. package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +3 -3
  198. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +3 -3
  199. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  200. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +3 -3
  201. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +1 -1
  202. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  203. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  204. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  205. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  206. package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
  207. package/app/.next-cli-build/server/app/dashboard/skills.rsc +5 -5
  208. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
  209. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
  210. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  211. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  212. package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +5 -5
  213. package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
  214. package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +3 -3
  215. package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +1 -1
  216. package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
  217. package/app/.next-cli-build/server/app/dashboard/translator.rsc +5 -5
  218. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  219. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  220. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  221. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  222. package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +5 -5
  223. package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  224. package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +3 -3
  225. package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +1 -1
  226. package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
  227. package/app/.next-cli-build/server/app/dashboard/usage.rsc +5 -5
  228. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  229. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  230. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  231. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  232. package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +5 -5
  233. package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  234. package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +3 -3
  235. package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +1 -1
  236. package/app/.next-cli-build/server/app/dashboard.html +1 -1
  237. package/app/.next-cli-build/server/app/dashboard.rsc +5 -5
  238. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  239. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  240. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  241. package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +5 -5
  242. package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
  243. package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +3 -3
  244. package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +1 -1
  245. package/app/.next-cli-build/server/app/index.html +1 -1
  246. package/app/.next-cli-build/server/app/index.rsc +3 -3
  247. package/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  248. package/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +3 -3
  249. package/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +1 -1
  250. package/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +3 -3
  251. package/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +1 -1
  252. package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  253. package/app/.next-cli-build/server/app/landing.html +1 -1
  254. package/app/.next-cli-build/server/app/landing.rsc +3 -3
  255. package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +3 -3
  256. package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  257. package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +3 -3
  258. package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +1 -1
  259. package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  260. package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  261. package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  262. package/app/.next-cli-build/server/app/login.html +1 -1
  263. package/app/.next-cli-build/server/app/login.rsc +3 -3
  264. package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +3 -3
  265. package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  266. package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +3 -3
  267. package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +1 -1
  268. package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
  269. package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  270. package/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -1
  271. package/app/.next-cli-build/server/app-paths-manifest.json +3 -3
  272. package/app/.next-cli-build/server/chunks/2496.js +1 -1
  273. package/app/.next-cli-build/server/chunks/3110.js +1 -1
  274. package/app/.next-cli-build/server/chunks/4746.js +1 -1
  275. package/app/.next-cli-build/server/chunks/7130.js +1 -1
  276. package/app/.next-cli-build/server/chunks/7153.js +1 -1
  277. package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  278. package/app/.next-cli-build/server/pages/404.html +1 -1
  279. package/app/.next-cli-build/server/pages/500.html +1 -1
  280. package/app/.next-cli-build/static/chunks/{1321-e7c3ae4cab815da0.js → 1321-9219a37feb33b518.js} +1 -1
  281. package/app/cli/.build-home/AppData/Roaming/bluerouter/db/data.sqlite-shm +0 -0
  282. package/app/cli/.build-home/AppData/Roaming/bluerouter/db/data.sqlite-wal +0 -0
  283. package/app/package.json +1 -1
  284. package/package.json +1 -1
  285. package/app/cli/.build-home/AppData/Roaming/bluerouter/db/backups/upgrade-1.0.94-to-1.0.95-1.0.95-20260609-144418/data.sqlite +0 -0
  286. /package/app/.next-cli-build/static/{TaXFwK5wTc0t37P49XQyE → X0kXjUHxe9pBYm8CcGmyJ}/_buildManifest.js +0 -0
  287. /package/app/.next-cli-build/static/{TaXFwK5wTc0t37P49XQyE → X0kXjUHxe9pBYm8CcGmyJ}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/7a3e1568f247f3d0.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/e6e3026313fa15d6.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/008a05b0ad6b854a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a990cabb6976f421.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-cef5038dc7aa126a.js" async=""></script><script src="/_next/static/chunks/main-app-0a27584eea53a4b0.js" async=""></script><script src="/_next/static/chunks/1a258343-bc0b514c079d8898.js" async=""></script><script src="/_next/static/chunks/8500-f62a38ff68ab7f42.js" async=""></script><script src="/_next/static/chunks/4288-6abec21269cb069a.js" async=""></script><script src="/_next/static/chunks/1321-e7c3ae4cab815da0.js" async=""></script><script src="/_next/static/chunks/5497-d53fb809d9bf7413.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-6402a1623c681e71.js" async=""></script><script src="/_next/static/chunks/app/layout-39f1f36912db26e1.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js" async=""></script><meta name="theme-color" content="#0a0a0a"/><title>Blue Router Gateway - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?d69b7278ea27dcf7" type="image/x-icon" sizes="32x32"/><link rel="icon" href="/favicon.svg"/><script>if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="fixed top-4 right-4 z-[80] flex w-[min(92vw,380px)] flex-col gap-2"></div><div class="hidden lg:flex"><aside class="flex h-full w-72 flex-col border-r border-border bg-surface px-4 py-4 text-text-main"><div class="mb-4 rounded-2xl border border-border bg-background/60 p-4 shadow-sm"><div class="flex items-center gap-3"><div class="flex h-10 w-10 items-center justify-center rounded-xl bg-primary/10 text-primary"><span class="material-symbols-outlined text-[22px]">hub</span></div><div class="min-w-0"><div class="truncate text-base font-semibold">Blue Router</div><div class="text-xs text-text-muted">v<!-- -->1.0.99</div></div></div></div><nav class="flex-1 space-y-1 overflow-y-auto pr-1"><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px]">api</span><span class="truncate">Endpoint</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px]">dns</span><span class="truncate">Providers</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px]">layers</span><span class="truncate">Combos</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/usage"><span class="material-symbols-outlined text-[20px]">bar_chart</span><span class="truncate">Usage</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/quota"><span class="material-symbols-outlined text-[20px]">data_usage</span><span class="truncate">Quota Tracker</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/mitm"><span class="material-symbols-outlined text-[20px]">security</span><span class="truncate">AI Traffic Gateway</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/prompt-logs"><span class="material-symbols-outlined text-[20px]">manage_search</span><span class="truncate">Prompt Logs</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">CLI Tools</span></a><div class="pt-3 text-xs font-semibold uppercase tracking-wide text-text-muted">System</div><div><button type="button" class="group flex w-full items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main"><span class="material-symbols-outlined text-[20px]">perm_media</span><span class="flex-1 truncate text-left">Media Providers</span><span class="material-symbols-outlined text-[18px]">expand_more</span></button></div><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/proxy-pools"><span class="material-symbols-outlined text-[20px]">lan</span><span class="truncate">Proxy Pools</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all bg-primary/10 text-primary" href="/dashboard/skills"><span class="material-symbols-outlined text-[20px]">extension</span><span class="truncate">Skills</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px]">settings</span><span class="truncate">Settings</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/console-log"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">Console Log</span></a></nav><div class="mt-3 grid grid-cols-3 gap-2 border-t border-border pt-3"><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-blue-200 text-blue-600 transition hover:border-blue-300 hover:bg-blue-50 dark:border-blue-500/30 dark:hover:bg-blue-500/10" title="Restart" aria-label="Restart"><span class="material-symbols-outlined text-[20px]">restart_alt</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-border text-text-muted transition hover:bg-surface hover:text-text-main" title="Logout" aria-label="Logout"><span class="material-symbols-outlined text-[20px]">logout</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-red-200 text-red-500 transition hover:border-red-300 hover:bg-red-50 dark:border-red-500/30 dark:hover:bg-red-500/10" title="Shutdown" aria-label="Shutdown"><span class="material-symbols-outlined text-[20px]">power_settings_new</span></button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex h-full w-72 flex-col border-r border-border bg-surface px-4 py-4 text-text-main"><div class="mb-4 rounded-2xl border border-border bg-background/60 p-4 shadow-sm"><div class="flex items-center gap-3"><div class="flex h-10 w-10 items-center justify-center rounded-xl bg-primary/10 text-primary"><span class="material-symbols-outlined text-[22px]">hub</span></div><div class="min-w-0"><div class="truncate text-base font-semibold">Blue Router</div><div class="text-xs text-text-muted">v<!-- -->1.0.99</div></div></div></div><nav class="flex-1 space-y-1 overflow-y-auto pr-1"><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px]">api</span><span class="truncate">Endpoint</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px]">dns</span><span class="truncate">Providers</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px]">layers</span><span class="truncate">Combos</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/usage"><span class="material-symbols-outlined text-[20px]">bar_chart</span><span class="truncate">Usage</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/quota"><span class="material-symbols-outlined text-[20px]">data_usage</span><span class="truncate">Quota Tracker</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/mitm"><span class="material-symbols-outlined text-[20px]">security</span><span class="truncate">AI Traffic Gateway</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/prompt-logs"><span class="material-symbols-outlined text-[20px]">manage_search</span><span class="truncate">Prompt Logs</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">CLI Tools</span></a><div class="pt-3 text-xs font-semibold uppercase tracking-wide text-text-muted">System</div><div><button type="button" class="group flex w-full items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main"><span class="material-symbols-outlined text-[20px]">perm_media</span><span class="flex-1 truncate text-left">Media Providers</span><span class="material-symbols-outlined text-[18px]">expand_more</span></button></div><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/proxy-pools"><span class="material-symbols-outlined text-[20px]">lan</span><span class="truncate">Proxy Pools</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all bg-primary/10 text-primary" href="/dashboard/skills"><span class="material-symbols-outlined text-[20px]">extension</span><span class="truncate">Skills</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px]">settings</span><span class="truncate">Settings</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/console-log"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">Console Log</span></a></nav><div class="mt-3 grid grid-cols-3 gap-2 border-t border-border pt-3"><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-blue-200 text-blue-600 transition hover:border-blue-300 hover:bg-blue-50 dark:border-blue-500/30 dark:hover:bg-blue-500/10" title="Restart" aria-label="Restart"><span class="material-symbols-outlined text-[20px]">restart_alt</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-border text-text-muted transition hover:bg-surface hover:text-text-main" title="Logout" aria-label="Logout"><span class="material-symbols-outlined text-[20px]">logout</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-red-200 text-red-500 transition hover:border-red-300 hover:bg-red-50 dark:border-red-500/30 dark:hover:bg-red-500/10" title="Shutdown" aria-label="Shutdown"><span class="material-symbols-outlined text-[20px]">power_settings_new</span></button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300 isolate"><div class="landing-grid absolute inset-0 pointer-events-none -z-10" aria-hidden="true"></div><header class="shrink-0 flex items-center justify-between gap-3 px-4 lg:px-8 pt-3 pb-2 border-b border-border-subtle bg-surface/60 backdrop-blur-xl lg:bg-transparent lg:backdrop-blur-none z-20"><div class="flex items-center gap-3 lg:hidden shrink-0"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="flex flex-col min-w-0 flex-1"><div><div class="flex items-center gap-2"><span class="material-symbols-outlined text-primary text-xl lg:text-2xl">extension</span><h1 class="text-base lg:text-2xl font-semibold tracking-tight truncate">Agent Skills</h1></div><p class="hidden lg:block text-sm text-text-muted truncate">Copy a link and paste to your AI to use this Router — no install needed</p></div></div><div class="flex items-center gap-1 shrink-0"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:text-text-main hover:bg-surface-2 transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button><div class="relative"><button class="flex items-center justify-center p-2 rounded-lg text-text-muted hover:text-text-main hover:bg-black/5 dark:hover:bg-white/5 transition-all" title="Menu"><span class="material-symbols-outlined">grid_view</span></button></div><div class=""></div></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10 "><div class="w-full max-w-none"><div class="max-w-4xl mx-auto space-y-6"><div class="bg-surface border border-border-subtle rounded-[14px] shadow-[var(--shadow-soft)] p-6"><div class="text-xs text-text-muted mb-2">Paste this to your AI:</div><div class="px-3 py-2 rounded bg-surface-2 font-mono text-[12px] text-text-main">Read this skill and use it: <!-- -->https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter/SKILL.md</div></div><div class="space-y-2"><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-brand-500/40 bg-brand-500/5"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary text-white"><span class="material-symbols-outlined text-[18px]">hub</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Bluerouter (Entry)</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-brand-500/10 text-brand-600 dark:text-brand-300 px-2 py-0.5 text-[10px]">START HERE</span></div><p class="text-xs text-text-muted mt-0.5">Setup + index of all capabilities. Start here — covers base URL, auth, model discovery, and links to every capability skill.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">chat</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Chat</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/chat/completions</code></span></div><p class="text-xs text-text-muted mt-0.5">Chat / code-gen via OpenAI or Anthropic format with streaming.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-chat/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-chat/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-chat/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">image</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Image Generation</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/images/generations</code></span></div><p class="text-xs text-text-muted mt-0.5">Text-to-image via DALL-E, Imagen, FLUX, MiniMax, SDWebUI…</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-image/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-image/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-image/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">record_voice_over</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Text-to-Speech</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/audio/speech</code></span></div><p class="text-xs text-text-muted mt-0.5">OpenAI / ElevenLabs / Edge / Google / Deepgram voices.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-tts/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-tts/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-tts/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">mic</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Speech-to-Text</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/audio/transcriptions</code></span></div><p class="text-xs text-text-muted mt-0.5">Transcribe audio via OpenAI Whisper, Groq, Gemini, Deepgram, AssemblyAI…</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-stt/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-stt/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-stt/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">scatter_plot</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Embeddings</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/embeddings</code></span></div><p class="text-xs text-text-muted mt-0.5">Vectors for RAG / semantic search via OpenAI, Gemini, Mistral…</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-embeddings/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-embeddings/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-embeddings/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">search</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Web Search</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/search</code></span></div><p class="text-xs text-text-muted mt-0.5">Tavily / Exa / Brave / Serper / SearXNG / Google PSE / You.com.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-web-search/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-search/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-search/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">language</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Web Fetch</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/web/fetch</code></span></div><p class="text-xs text-text-muted mt-0.5">URL → markdown / text / HTML via Firecrawl, Jina, Tavily, Exa.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-web-fetch/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-fetch/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-fetch/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div></div><div class="bg-surface border border-border-subtle rounded-[14px] shadow-[var(--shadow-soft)] p-6"><div class="flex items-center justify-between gap-3 flex-wrap"><div><h2 class="text-sm font-semibold text-text-main">More on GitHub</h2><p class="text-xs text-text-muted mt-0.5">Browse source, README, and examples.</p></div><a href="https://github.com/decolua/bluerouter/tree/master/skills" target="_blank" rel="noreferrer" class="text-sm text-primary hover:underline inline-flex items-center gap-1"><span class="material-symbols-outlined text-[16px]">open_in_new</span>View on GitHub</a></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-a990cabb6976f421.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[21110,[\"3862\",\"static/chunks/1a258343-bc0b514c079d8898.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4288\",\"static/chunks/4288-6abec21269cb069a.js\",\"1321\",\"static/chunks/1321-e7c3ae4cab815da0.js\",\"5497\",\"static/chunks/5497-d53fb809d9bf7413.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-6402a1623c681e71.js\"],\"ThemeProvider\"]\n3:I[94635,[\"1321\",\"static/chunks/1321-e7c3ae4cab815da0.js\",\"7177\",\"static/chunks/app/layout-39f1f36912db26e1.js\"],\"RuntimeI18nProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[7648,[\"3862\",\"static/chunks/1a258343-bc0b514c079d8898.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4288\",\"static/chunks/4288-6abec21269cb069a.js\",\"1321\",\"static/chunks/1321-e7c3ae4cab815da0.js\",\"5497\",\"static/chunks/5497-d53fb809d9bf7413.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-6402a1623c681e71.js\"],\"default\"]\n7:I[61304,[],\"ClientPageRoot\"]\n8:I[64082,[\"3862\",\"static/chunks/1a258343-bc0b514c079d8898.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4288\",\"static/chunks/4288-6abec21269cb069a.js\",\"1321\",\"static/chunks/1321-e7c3ae4cab815da0.js\",\"5497\",\"static/chunks/5497-d53fb809d9bf7413.js\",\"9516\",\"static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js\"],\"default\"]\nb:I[90484,[],\"OutletBoundary\"]\nc:\"$Sreact.suspense\"\nf:I[90484,[],\"ViewportBoundary\"]\n11:I[90484,[],\"MetadataBoundary\"]\n13:I[27123,[],\"default\",1]\n:HL[\"/_next/static/css/7a3e1568f247f3d0.css\",\"style\"]\n:HL[\"/_next/static/css/e6e3026313fa15d6.css\",\"style\"]\n:HL[\"/_next/static/css/008a05b0ad6b854a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"dashboard\",\"skills\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"skills\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/7a3e1568f247f3d0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e6e3026313fa15d6.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"if(document.fonts\u0026\u0026document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/008a05b0ad6b854a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L7\",null,{\"Component\":\"$8\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@9\",\"$@a\"]}}],null,[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,null]},null,false,\"$@e\"]},null,false,\"$@e\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"TaXFwK5wTc0t37P49XQyE\"}\n"])</script><script>self.__next_f.push([1,"14:[]\ne:\"$W14\"\n9:{}\na:\"$0:f:0:1:1:children:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[86869,[],\"IconMark\"]\nd:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"Blue Router Gateway - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?d69b7278ea27dcf7\",\"type\":\"image/x-icon\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L15\",\"5\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/7a3e1568f247f3d0.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/e6e3026313fa15d6.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/008a05b0ad6b854a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a990cabb6976f421.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-cef5038dc7aa126a.js" async=""></script><script src="/_next/static/chunks/main-app-0a27584eea53a4b0.js" async=""></script><script src="/_next/static/chunks/1a258343-bc0b514c079d8898.js" async=""></script><script src="/_next/static/chunks/8500-f62a38ff68ab7f42.js" async=""></script><script src="/_next/static/chunks/4288-6abec21269cb069a.js" async=""></script><script src="/_next/static/chunks/1321-9219a37feb33b518.js" async=""></script><script src="/_next/static/chunks/5497-d53fb809d9bf7413.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-6402a1623c681e71.js" async=""></script><script src="/_next/static/chunks/app/layout-39f1f36912db26e1.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js" async=""></script><meta name="theme-color" content="#0a0a0a"/><title>Blue Router Gateway - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?d69b7278ea27dcf7" type="image/x-icon" sizes="32x32"/><link rel="icon" href="/favicon.svg"/><script>if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="fixed top-4 right-4 z-[80] flex w-[min(92vw,380px)] flex-col gap-2"></div><div class="hidden lg:flex"><aside class="flex h-full w-72 flex-col border-r border-border bg-surface px-4 py-4 text-text-main"><div class="mb-4 rounded-2xl border border-border bg-background/60 p-4 shadow-sm"><div class="flex items-center gap-3"><div class="flex h-10 w-10 items-center justify-center rounded-xl bg-primary/10 text-primary"><span class="material-symbols-outlined text-[22px]">hub</span></div><div class="min-w-0"><div class="truncate text-base font-semibold">Blue Router</div><div class="text-xs text-text-muted">v<!-- -->1.0.101</div></div></div></div><nav class="flex-1 space-y-1 overflow-y-auto pr-1"><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px]">api</span><span class="truncate">Endpoint</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px]">dns</span><span class="truncate">Providers</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px]">layers</span><span class="truncate">Combos</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/usage"><span class="material-symbols-outlined text-[20px]">bar_chart</span><span class="truncate">Usage</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/quota"><span class="material-symbols-outlined text-[20px]">data_usage</span><span class="truncate">Quota Tracker</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/mitm"><span class="material-symbols-outlined text-[20px]">security</span><span class="truncate">AI Traffic Gateway</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/prompt-logs"><span class="material-symbols-outlined text-[20px]">manage_search</span><span class="truncate">Prompt Logs</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">CLI Tools</span></a><div class="pt-3 text-xs font-semibold uppercase tracking-wide text-text-muted">System</div><div><button type="button" class="group flex w-full items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main"><span class="material-symbols-outlined text-[20px]">perm_media</span><span class="flex-1 truncate text-left">Media Providers</span><span class="material-symbols-outlined text-[18px]">expand_more</span></button></div><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/proxy-pools"><span class="material-symbols-outlined text-[20px]">lan</span><span class="truncate">Proxy Pools</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all bg-primary/10 text-primary" href="/dashboard/skills"><span class="material-symbols-outlined text-[20px]">extension</span><span class="truncate">Skills</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px]">settings</span><span class="truncate">Settings</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/console-log"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">Console Log</span></a></nav><div class="mt-3 grid grid-cols-3 gap-2 border-t border-border pt-3"><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-blue-200 text-blue-600 transition hover:border-blue-300 hover:bg-blue-50 dark:border-blue-500/30 dark:hover:bg-blue-500/10" title="Restart" aria-label="Restart"><span class="material-symbols-outlined text-[20px]">restart_alt</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-border text-text-muted transition hover:bg-surface hover:text-text-main" title="Logout" aria-label="Logout"><span class="material-symbols-outlined text-[20px]">logout</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-red-200 text-red-500 transition hover:border-red-300 hover:bg-red-50 dark:border-red-500/30 dark:hover:bg-red-500/10" title="Shutdown" aria-label="Shutdown"><span class="material-symbols-outlined text-[20px]">power_settings_new</span></button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex h-full w-72 flex-col border-r border-border bg-surface px-4 py-4 text-text-main"><div class="mb-4 rounded-2xl border border-border bg-background/60 p-4 shadow-sm"><div class="flex items-center gap-3"><div class="flex h-10 w-10 items-center justify-center rounded-xl bg-primary/10 text-primary"><span class="material-symbols-outlined text-[22px]">hub</span></div><div class="min-w-0"><div class="truncate text-base font-semibold">Blue Router</div><div class="text-xs text-text-muted">v<!-- -->1.0.101</div></div></div></div><nav class="flex-1 space-y-1 overflow-y-auto pr-1"><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px]">api</span><span class="truncate">Endpoint</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px]">dns</span><span class="truncate">Providers</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px]">layers</span><span class="truncate">Combos</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/usage"><span class="material-symbols-outlined text-[20px]">bar_chart</span><span class="truncate">Usage</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/quota"><span class="material-symbols-outlined text-[20px]">data_usage</span><span class="truncate">Quota Tracker</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/mitm"><span class="material-symbols-outlined text-[20px]">security</span><span class="truncate">AI Traffic Gateway</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/prompt-logs"><span class="material-symbols-outlined text-[20px]">manage_search</span><span class="truncate">Prompt Logs</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">CLI Tools</span></a><div class="pt-3 text-xs font-semibold uppercase tracking-wide text-text-muted">System</div><div><button type="button" class="group flex w-full items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main"><span class="material-symbols-outlined text-[20px]">perm_media</span><span class="flex-1 truncate text-left">Media Providers</span><span class="material-symbols-outlined text-[18px]">expand_more</span></button></div><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/proxy-pools"><span class="material-symbols-outlined text-[20px]">lan</span><span class="truncate">Proxy Pools</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all bg-primary/10 text-primary" href="/dashboard/skills"><span class="material-symbols-outlined text-[20px]">extension</span><span class="truncate">Skills</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px]">settings</span><span class="truncate">Settings</span></a><a class="group flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition-all text-text-muted hover:bg-surface-2 hover:text-text-main" href="/dashboard/console-log"><span class="material-symbols-outlined text-[20px]">terminal</span><span class="truncate">Console Log</span></a></nav><div class="mt-3 grid grid-cols-3 gap-2 border-t border-border pt-3"><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-blue-200 text-blue-600 transition hover:border-blue-300 hover:bg-blue-50 dark:border-blue-500/30 dark:hover:bg-blue-500/10" title="Restart" aria-label="Restart"><span class="material-symbols-outlined text-[20px]">restart_alt</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-border text-text-muted transition hover:bg-surface hover:text-text-main" title="Logout" aria-label="Logout"><span class="material-symbols-outlined text-[20px]">logout</span></button><button type="button" class="flex h-10 items-center justify-center rounded-xl border border-red-200 text-red-500 transition hover:border-red-300 hover:bg-red-50 dark:border-red-500/30 dark:hover:bg-red-500/10" title="Shutdown" aria-label="Shutdown"><span class="material-symbols-outlined text-[20px]">power_settings_new</span></button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300 isolate"><div class="landing-grid absolute inset-0 pointer-events-none -z-10" aria-hidden="true"></div><header class="shrink-0 flex items-center justify-between gap-3 px-4 lg:px-8 pt-3 pb-2 border-b border-border-subtle bg-surface/60 backdrop-blur-xl lg:bg-transparent lg:backdrop-blur-none z-20"><div class="flex items-center gap-3 lg:hidden shrink-0"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="flex flex-col min-w-0 flex-1"><div><div class="flex items-center gap-2"><span class="material-symbols-outlined text-primary text-xl lg:text-2xl">extension</span><h1 class="text-base lg:text-2xl font-semibold tracking-tight truncate">Agent Skills</h1></div><p class="hidden lg:block text-sm text-text-muted truncate">Copy a link and paste to your AI to use this Router — no install needed</p></div></div><div class="flex items-center gap-1 shrink-0"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:text-text-main hover:bg-surface-2 transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button><div class="relative"><button class="flex items-center justify-center p-2 rounded-lg text-text-muted hover:text-text-main hover:bg-black/5 dark:hover:bg-white/5 transition-all" title="Menu"><span class="material-symbols-outlined">grid_view</span></button></div><div class=""></div></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10 "><div class="w-full max-w-none"><div class="max-w-4xl mx-auto space-y-6"><div class="bg-surface border border-border-subtle rounded-[14px] shadow-[var(--shadow-soft)] p-6"><div class="text-xs text-text-muted mb-2">Paste this to your AI:</div><div class="px-3 py-2 rounded bg-surface-2 font-mono text-[12px] text-text-main">Read this skill and use it: <!-- -->https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter/SKILL.md</div></div><div class="space-y-2"><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-brand-500/40 bg-brand-500/5"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary text-white"><span class="material-symbols-outlined text-[18px]">hub</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Bluerouter (Entry)</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-brand-500/10 text-brand-600 dark:text-brand-300 px-2 py-0.5 text-[10px]">START HERE</span></div><p class="text-xs text-text-muted mt-0.5">Setup + index of all capabilities. Start here — covers base URL, auth, model discovery, and links to every capability skill.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">chat</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Chat</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/chat/completions</code></span></div><p class="text-xs text-text-muted mt-0.5">Chat / code-gen via OpenAI or Anthropic format with streaming.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-chat/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-chat/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-chat/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">image</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Image Generation</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/images/generations</code></span></div><p class="text-xs text-text-muted mt-0.5">Text-to-image via DALL-E, Imagen, FLUX, MiniMax, SDWebUI…</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-image/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-image/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-image/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">record_voice_over</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Text-to-Speech</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/audio/speech</code></span></div><p class="text-xs text-text-muted mt-0.5">OpenAI / ElevenLabs / Edge / Google / Deepgram voices.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-tts/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-tts/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-tts/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">mic</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Speech-to-Text</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/audio/transcriptions</code></span></div><p class="text-xs text-text-muted mt-0.5">Transcribe audio via OpenAI Whisper, Groq, Gemini, Deepgram, AssemblyAI…</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-stt/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-stt/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-stt/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">scatter_plot</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Embeddings</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/embeddings</code></span></div><p class="text-xs text-text-muted mt-0.5">Vectors for RAG / semantic search via OpenAI, Gemini, Mistral…</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-embeddings/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-embeddings/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-embeddings/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">search</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Web Search</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/search</code></span></div><p class="text-xs text-text-muted mt-0.5">Tavily / Exa / Brave / Serper / SearXNG / Google PSE / You.com.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-web-search/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-search/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-search/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div><div class="flex items-start gap-3 p-4 rounded-[14px] border shadow-[var(--shadow-soft)] transition-colors border-border-subtle bg-surface hover:bg-surface-2"><div class="size-9 rounded-lg flex items-center justify-center shrink-0 bg-primary/10 text-primary"><span class="material-symbols-outlined text-[18px]">language</span></div><div class="min-w-0 flex-1"><div class="flex items-center gap-2 flex-wrap"><h3 class="font-semibold text-sm text-text-main">Web Fetch</h3><span class="inline-flex items-center gap-1.5 rounded-full font-semibold bg-surface-2 text-text-muted px-2 py-0.5 text-[10px]"><code class="text-[10px]">/v1/web/fetch</code></span></div><p class="text-xs text-text-muted mt-0.5">URL → markdown / text / HTML via Firecrawl, Jina, Tavily, Exa.</p><a href="https://github.com/decolua/bluerouter/blob/master/skills/bluerouter-web-fetch/SKILL.md" target="_blank" rel="noreferrer" class="text-[11px] text-text-muted hover:text-primary mt-1 inline-flex items-center gap-1 break-all">https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-fetch/SKILL.md<span class="material-symbols-outlined text-[12px]">open_in_new</span></a></div><button class="px-2 py-1 rounded-md bg-primary text-white text-[11px] font-medium hover:bg-primary/90 transition-colors cursor-pointer shrink-0 inline-flex items-center gap-1" title="https://raw.githubusercontent.com/decolua/bluerouter/refs/heads/master/skills/bluerouter-web-fetch/SKILL.md"><span class="material-symbols-outlined text-[12px]">content_copy</span>Copy link</button></div></div><div class="bg-surface border border-border-subtle rounded-[14px] shadow-[var(--shadow-soft)] p-6"><div class="flex items-center justify-between gap-3 flex-wrap"><div><h2 class="text-sm font-semibold text-text-main">More on GitHub</h2><p class="text-xs text-text-muted mt-0.5">Browse source, README, and examples.</p></div><a href="https://github.com/decolua/bluerouter/tree/master/skills" target="_blank" rel="noreferrer" class="text-sm text-primary hover:underline inline-flex items-center gap-1"><span class="material-symbols-outlined text-[16px]">open_in_new</span>View on GitHub</a></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-a990cabb6976f421.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[21110,[\"3862\",\"static/chunks/1a258343-bc0b514c079d8898.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4288\",\"static/chunks/4288-6abec21269cb069a.js\",\"1321\",\"static/chunks/1321-9219a37feb33b518.js\",\"5497\",\"static/chunks/5497-d53fb809d9bf7413.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-6402a1623c681e71.js\"],\"ThemeProvider\"]\n3:I[94635,[\"1321\",\"static/chunks/1321-9219a37feb33b518.js\",\"7177\",\"static/chunks/app/layout-39f1f36912db26e1.js\"],\"RuntimeI18nProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[7648,[\"3862\",\"static/chunks/1a258343-bc0b514c079d8898.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4288\",\"static/chunks/4288-6abec21269cb069a.js\",\"1321\",\"static/chunks/1321-9219a37feb33b518.js\",\"5497\",\"static/chunks/5497-d53fb809d9bf7413.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-6402a1623c681e71.js\"],\"default\"]\n7:I[61304,[],\"ClientPageRoot\"]\n8:I[64082,[\"3862\",\"static/chunks/1a258343-bc0b514c079d8898.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4288\",\"static/chunks/4288-6abec21269cb069a.js\",\"1321\",\"static/chunks/1321-9219a37feb33b518.js\",\"5497\",\"static/chunks/5497-d53fb809d9bf7413.js\",\"9516\",\"static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js\"],\"default\"]\nb:I[90484,[],\"OutletBoundary\"]\nc:\"$Sreact.suspense\"\nf:I[90484,[],\"ViewportBoundary\"]\n11:I[90484,[],\"MetadataBoundary\"]\n13:I[27123,[],\"default\",1]\n:HL[\"/_next/static/css/7a3e1568f247f3d0.css\",\"style\"]\n:HL[\"/_next/static/css/e6e3026313fa15d6.css\",\"style\"]\n:HL[\"/_next/static/css/008a05b0ad6b854a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"dashboard\",\"skills\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"skills\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/7a3e1568f247f3d0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e6e3026313fa15d6.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"if(document.fonts\u0026\u0026document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/008a05b0ad6b854a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L7\",null,{\"Component\":\"$8\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@9\",\"$@a\"]}}],null,[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,null]},null,false,\"$@e\"]},null,false,\"$@e\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"X0kXjUHxe9pBYm8CcGmyJ\"}\n"])</script><script>self.__next_f.push([1,"14:[]\ne:\"$W14\"\n9:{}\na:\"$0:f:0:1:1:children:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[86869,[],\"IconMark\"]\nd:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"Blue Router Gateway - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?d69b7278ea27dcf7\",\"type\":\"image/x-icon\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L15\",\"5\",{}]]\n"])</script></body></html>
@@ -1,11 +1,11 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"ThemeProvider"]
3
- 3:I[94635,["1321","static/chunks/1321-e7c3ae4cab815da0.js","7177","static/chunks/app/layout-39f1f36912db26e1.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"ThemeProvider"]
3
+ 3:I[94635,["1321","static/chunks/1321-9219a37feb33b518.js","7177","static/chunks/app/layout-39f1f36912db26e1.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
- 6:I[7648,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"default"]
6
+ 6:I[7648,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"default"]
7
7
  7:I[61304,[],"ClientPageRoot"]
8
- 8:I[64082,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js"],"default"]
8
+ 8:I[64082,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js"],"default"]
9
9
  b:I[90484,[],"OutletBoundary"]
10
10
  c:"$Sreact.suspense"
11
11
  f:I[90484,[],"ViewportBoundary"]
@@ -14,7 +14,7 @@ f:I[90484,[],"ViewportBoundary"]
14
14
  :HL["/_next/static/css/7a3e1568f247f3d0.css","style"]
15
15
  :HL["/_next/static/css/e6e3026313fa15d6.css","style"]
16
16
  :HL["/_next/static/css/008a05b0ad6b854a.css","style"]
17
- 0:{"P":null,"c":["","dashboard","skills"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["skills",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/7a3e1568f247f3d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e6e3026313fa15d6.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],null,["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,"$@e"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"TaXFwK5wTc0t37P49XQyE"}
17
+ 0:{"P":null,"c":["","dashboard","skills"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["skills",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/7a3e1568f247f3d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e6e3026313fa15d6.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],null,["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,"$@e"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"X0kXjUHxe9pBYm8CcGmyJ"}
18
18
  14:[]
19
19
  e:"$W14"
20
20
  9:{}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[61304,[],"ClientPageRoot"]
3
- 3:I[64082,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js"],"default"]
3
+ 3:I[64082,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js"],"default"]
4
4
  6:I[90484,[],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TaXFwK5wTc0t37P49XQyE"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"X0kXjUHxe9pBYm8CcGmyJ"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"TaXFwK5wTc0t37P49XQyE"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"X0kXjUHxe9pBYm8CcGmyJ"}
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"TaXFwK5wTc0t37P49XQyE"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"X0kXjUHxe9pBYm8CcGmyJ"}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[7648,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"default"]
2
+ 2:I[7648,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"default"]
3
3
  3:I[57121,[],""]
4
4
  4:I[74581,[],""]
5
5
  :HL["/_next/static/css/008a05b0ad6b854a.css","style"]
6
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next"}]],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TaXFwK5wTc0t37P49XQyE"}
6
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next"}]],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"X0kXjUHxe9pBYm8CcGmyJ"}
@@ -1,11 +1,11 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"ThemeProvider"]
3
- 3:I[94635,["1321","static/chunks/1321-e7c3ae4cab815da0.js","7177","static/chunks/app/layout-39f1f36912db26e1.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"ThemeProvider"]
3
+ 3:I[94635,["1321","static/chunks/1321-9219a37feb33b518.js","7177","static/chunks/app/layout-39f1f36912db26e1.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
- 6:I[7648,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"default"]
6
+ 6:I[7648,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"default"]
7
7
  7:I[61304,[],"ClientPageRoot"]
8
- 8:I[64082,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js"],"default"]
8
+ 8:I[64082,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-506f34296b69aa15.js"],"default"]
9
9
  b:I[90484,[],"OutletBoundary"]
10
10
  c:"$Sreact.suspense"
11
11
  f:I[90484,[],"ViewportBoundary"]
@@ -14,7 +14,7 @@ f:I[90484,[],"ViewportBoundary"]
14
14
  :HL["/_next/static/css/7a3e1568f247f3d0.css","style"]
15
15
  :HL["/_next/static/css/e6e3026313fa15d6.css","style"]
16
16
  :HL["/_next/static/css/008a05b0ad6b854a.css","style"]
17
- 0:{"P":null,"c":["","dashboard","skills"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["skills",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/7a3e1568f247f3d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e6e3026313fa15d6.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],null,["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,"$@e"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"TaXFwK5wTc0t37P49XQyE"}
17
+ 0:{"P":null,"c":["","dashboard","skills"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["skills",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/7a3e1568f247f3d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e6e3026313fa15d6.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],null,["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,"$@e"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"X0kXjUHxe9pBYm8CcGmyJ"}
18
18
  14:[]
19
19
  e:"$W14"
20
20
  9:{}
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Blue Router Gateway - AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?d69b7278ea27dcf7","type":"image/x-icon","sizes":"32x32"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TaXFwK5wTc0t37P49XQyE"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Blue Router Gateway - AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?d69b7278ea27dcf7","type":"image/x-icon","sizes":"32x32"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"X0kXjUHxe9pBYm8CcGmyJ"}
@@ -1,8 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-e7c3ae4cab815da0.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"ThemeProvider"]
3
- 3:I[94635,["1321","static/chunks/1321-e7c3ae4cab815da0.js","7177","static/chunks/app/layout-39f1f36912db26e1.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-bc0b514c079d8898.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4288","static/chunks/4288-6abec21269cb069a.js","1321","static/chunks/1321-9219a37feb33b518.js","5497","static/chunks/5497-d53fb809d9bf7413.js","9305","static/chunks/app/(dashboard)/layout-6402a1623c681e71.js"],"ThemeProvider"]
3
+ 3:I[94635,["1321","static/chunks/1321-9219a37feb33b518.js","7177","static/chunks/app/layout-39f1f36912db26e1.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
6
  :HL["/_next/static/css/7a3e1568f247f3d0.css","style"]
7
7
  :HL["/_next/static/css/e6e3026313fa15d6.css","style"]
8
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/7a3e1568f247f3d0.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e6e3026313fa15d6.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TaXFwK5wTc0t37P49XQyE"}
8
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/7a3e1568f247f3d0.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e6e3026313fa15d6.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"X0kXjUHxe9pBYm8CcGmyJ"}
@@ -1,4 +1,4 @@
1
1
  :HL["/_next/static/css/7a3e1568f247f3d0.css","style"]
2
2
  :HL["/_next/static/css/e6e3026313fa15d6.css","style"]
3
3
  :HL["/_next/static/css/008a05b0ad6b854a.css","style"]
4
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(dashboard)","param":null,"prefetchHints":0,"slots":{"children":{"name":"dashboard","param":null,"prefetchHints":0,"slots":{"children":{"name":"skills","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}}}},"staleTime":300,"buildId":"TaXFwK5wTc0t37P49XQyE"}
4
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(dashboard)","param":null,"prefetchHints":0,"slots":{"children":{"name":"dashboard","param":null,"prefetchHints":0,"slots":{"children":{"name":"skills","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}}}},"staleTime":300,"buildId":"X0kXjUHxe9pBYm8CcGmyJ"}