A polyglot web converter — JSON, TypeScript, GraphQL, HTML, SVG, YAML, and more. All tools run in the browser; no data is sent to servers.
- Live site: https://folioify.com/
- Repository: https://github.com/geekskai/transform
This project is a fork of ritz078/transform. The original is maintained by Ritesh Kumar and is deployed at transform.tools.
- Upstream: github.com/ritz078/transform → transform.tools
- This fork: github.com/geekskai/transform → folioify.com
We use this fork to host our own instance and to add features (e.g. SEO metadata, llms.txt, branding) for GeeksKai / Folioify. We do not speak for the upstream project or its author.
- Original project: ritz078/transform by Ritesh Kumar.
- Logo: Designed by mikicon.
- Contributors: See the upstream contributors list for everyone who contributed to the original repo.
This project is a fork and derivative of ritz078/transform and is distributed under the MIT License. The original author is not affiliated with and does not endorse this fork. All trademarks and names belong to their respective owners.
MIT © Ritesh Kumar (original author). See LICENSE.
- Run
yarn && yarn devfor development. - Routes live under
pages/; add a new transformer there and register it inutils/routes.tsx.
yarn && yarn build && yarn start