RunAsh AI Platform
A modern full-stack API docs and integration dashboard inspired by Scalar-style workflows.
Build, document, and ship APIs faster.
RunAsh AI gives your team one control plane for API Registry, API Docs, SDK generation, and test client tooling. Use AI automation to summarize API changes, generate migration notes, and keep docs fresh with MDX-first authoring.
Frontend (Next.js + Tailwind + shadcn/ui)
Dashboard UI, docs explorer, Markdown/MDX renderer, API editor, theming, and team settings.
Backend (FastAPI)
OpenAPI ingestion, AI summarization endpoints, SDK generation jobs, auth, and registry metadata.
Storage + search
Postgres for API entities, object storage for specs/SDK artifacts, vector index for semantic doc search.
- FastAPI native schema sync
- OpenAPI v3.x validation
- GitHub Actions publishing
- Webhook + event trigger support
- Role-based access for teams
- Vector search over API docs
Theme support
Light mode for readability
Dark mode for focused coding workflow
Optional AI endpoint
A starter API endpoint is available at /api/runash. Send your OpenAPI URL and target languages to get a generated integration plan.
Example payload: {"openapiUrl":"https://example.com/openapi.json","languages":["typescript","python"]}
Use this with your API clientWas this page helpful?
Your feedback helps us improve RunAsh docs.