Back to repositories

github-recent__mbarbine__legacy-platphorm-news

legacy-platphorm-news

Package repository for @platphorm/news.

GitHub

Capabilities

19

Risks

3

Maturity

internal

Confidence

high

Capabilities

AI Chat or Generation

ai.chat-or-generation

ai-modelpartial

Source evidence indicates AI model, chat, completion, prompt, or generation behavior.

.env

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

Source evidence indicates analytics, metrics, reports, scores, or aggregation behavior.

package.jsonvite.config.js

API Route Handlers

api.route-handlers

apipartial

Repository exposes source-backed API route handlers discovered from framework route files.

src/routes/api/auth/login/+server.tssrc/routes/api/auth/signup/+server.tssrc/routes/api/getLatestNews/+server.tssrc/routes/api/getNewsDetails/+server.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

Source evidence indicates authentication, login, session, token, or identity handling.

src/components/Auth.sveltesrc/routes/api/auth/login/+server.tssrc/routes/api/auth/signup/+server.tssrc/routes/login/+page.svelte

Workflow Runner

automation.workflow-runner

automationpartial

Source evidence indicates jobs, workflows, queues, cron tasks, or automation runs.

src/components/JobDetails.sveltesrc/components/JobStories.sveltesrc/routes/api/hackernews/getAskStories/+server.tssrc/routes/api/hackernews/getJobStories/+server.ts

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

Source evidence indicates content, docs, posts, publishing, CMS, or markdown/MDX workflows.

package.json

Data Import and Export

data.import-export

data-exportpartial

Source evidence indicates import, export, CSV, JSON, XML, or structured data transfer behavior.

jsconfig.jsonpackage.jsonsrc/routes/sitemap-main.xml/+server.tssrc/vercel.json

Deployment and Project Automation

deployment.project-automation

deploymentpattern_only

Repository includes CI workflows, deployment config, or containerization files.

.github/workflows/test-docker-no-compose.yml.github/workflows/test-docker.ymlcompose.yamldocker-compose.override.yml

Google Integration

integration.google

integrationpartial

Repository has source-backed indicators for a Google integration.

.envpackage.json

OpenAI Integration

integration.openai

ai-modelpartial

Repository has source-backed indicators for a OpenAI integration.

.envpackage.json

Supabase Integration

integration.supabase

integrationpartial

Repository has source-backed indicators for a Supabase integration.

package.json

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

.envpackage.jsonsrc/+layout.sveltesrc/app.svelte

Trace and Logging

observability.trace-logging

observabilitypartial

Source evidence indicates trace, span, logging, monitoring, or OpenTelemetry behavior.

src/routes/api/auth/login/+server.tssrc/routes/login/+page.svelte

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

src/routes/ask/+page.sveltesrc/routes/best/+page.sveltesrc/routes/jobs/+page.sveltesrc/routes/login/+page.svelte

Search Query Interface

search.query-interface

searchpartial

Source evidence indicates search UI, indexing, or query behavior.

src/components/SearchBar.svelte

Environment Configuration

security.env-configuration

securitypattern_only

Repository references environment variables; secret-like names are cataloged without values.

.envsrc/routes/api/getLatestNews/+server.tssrc/routes/api/getNewsDetails/+server.tssrc/routes/api/getTopStories/+server.ts

SEO and Discovery Surface

seo.discovery-surface

seopattern_only

Repository includes crawlable discovery files such as sitemap, feeds, robots, or web manifest files.

src/static/robots.txt

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

src/tests/legacy.test.js

UI Component Library

ui.component-library

ui-componentpartial

Reusable UI components were found in component-oriented source paths.

src/components/AskStories.sveltesrc/components/Auth.sveltesrc/components/BestStories.sveltesrc/components/Footer.svelte