https://github.com/tglide/codeverter
Convert code to your programming language of choice
https://github.com/tglide/codeverter
code javascript openai python react svelte typescript vue
Last synced: 7 months ago
JSON representation
Convert code to your programming language of choice
- Host: GitHub
- URL: https://github.com/tglide/codeverter
- Owner: TGlide
- License: mit
- Created: 2023-03-12T19:53:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:21:09.000Z (over 1 year ago)
- Last Synced: 2025-04-06T03:51:23.941Z (7 months ago)
- Topics: code, javascript, openai, python, react, svelte, typescript, vue
- Language: Svelte
- Homepage: https://codeverter.vercel.app
- Size: 109 KB
- Stars: 152
- Watchers: 3
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Codeverter
## Description
A GPT-powered code converter, allowing you to convert between different languages and frameworks, with a set of predefined custom options per language, without having to specify the input language.
You can try it out [here](https://codeverter.vercel.app/).
## TODO
- [ ] Progressive enhancement
- [x] Add ability to enter custom languages
- [x] Swap select for autocomplete
- [x] Code highlighting
## Ideas
- [ ] Code preview
- [x] Add custom options for each language