https://github.com/aspizu/goboscript-ide
the goboscript IDE
https://github.com/aspizu/goboscript-ide
goboscript
Last synced: 26 days ago
JSON representation
the goboscript IDE
- Host: GitHub
- URL: https://github.com/aspizu/goboscript-ide
- Owner: aspizu
- Created: 2025-05-20T18:12:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-16T10:11:43.000Z (about 1 month ago)
- Last Synced: 2026-05-16T11:47:41.008Z (about 1 month ago)
- Topics: goboscript
- Language: TypeScript
- Homepage: https://aspiz.uk/goboscript/ide
- Size: 398 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
#  **goboscript IDE**

[**Launch goboscript IDE**](https://aspiz.uk/goboscript.ide/)
Code editor with integrated project player for creating goboscript projects quickly.
#### Built with
- [**goboscript**](https://github.com/aspizu/goboscript)
- [**TurboWarp Scaffolding**](https://github.com/TurboWarp/scaffolding)
- [**Monaco Editor**](https://github.com/microsoft/monaco-editor)
goboscript IDE is a React application that uses [`wasm-pack`](https://github.com/rustwasm/wasm-pack) to run the goboscript compiler in the browser.
## Contributing
Pull Requests are appreciated.
Clone the repository and build goboscript using `wasm-pack`.
```shell
git clone https://github.com/aspizu/goboscript
cd goboscript
wasm-pack build --release
cd ..
bun install
bun run dev
```