Skip to main content

launch 1.0.0

Open Source Documentation

PlatPhorm ASCII is a browser-first image-to-ASCII converter with public discovery files, OpenAPI, MCP JSON-RPC, LLMS.txt, feeds, sitemap, trusted artifact intake, and deASCII-compatible color sidecars. Contributions should preserve the simple converter UI and improve tested product behavior.

Repository

Source lives at GitHub.

License

MIT license for public utility and integration work.

Issues

Use the issue tracker for reproducible bugs and standards gaps.

Contribution Contract

  • Do not degrade ASCII output quality, line breaks, copy/download behavior, or deASCII handoff.
  • Keep plain text compact; color travels through exact source color grids and compact chroma metadata.
  • Use PLATPHORM_API_KEY only for protected mutation, ingestion, publishing, and external untrusted actions.
  • Update OpenAPI, LLMS, sitemap, feeds, trust, and tests when public behavior changes.
  • Prefer standards-based HTML, structured data, semantic navigation, accessible labels, and browser-compatible APIs.

Verification Commands

pnpm testpnpm typecheckpnpm buildRUN_LIVE_INTEGRATION_TESTS=true pnpm test:livepnpm test:e2e

Live integration tests are read-only unless PLATPHORM_API_KEY is present. Browser tests should verify the primary converter surface rather than internal implementation details.

Return to the documentation or the converter.