Show HN: I made a small runtime to visualise complex engineering flows
Simulacrum is a React-based code playground for executing TypeScript in the browser, featuring visual simulations, data visualization, and a Monaco editor IDE. Local setup involves installing dependencies and starting Storybook.
Read original articleSimulacrum is a React-based code playground that enables users to write and execute TypeScript code directly in the browser without server requirements. Its primary aim is to assist users in creating systems through code, emphasizing design problem-solving over mere task automation. The platform features a visual simulation runtime that allows for the representation of time and complex scenarios, such as concurrent events. Data is treated as a first-class entity, enabling users to visualize changes throughout the execution process. Users can also craft "stories" to illustrate how the code should execute, offering various design perspectives. The integrated development environment (IDE) utilizes the Monaco editor and compiles TypeScript code via a virtual file system, transforming the code into state machines for execution simulation. To set up Simulacrum locally, users need to install dependencies with `yarn install` and start the Storybook app with `yarn storybook`, accessible at http://localhost:6006. Additional resources, including documentation and examples, are available on the official website and GitHub repository.
- Simulacrum allows execution of TypeScript code in the browser without a server.
- It features visual simulation for complex scenarios and data visualization.
- Users can write "stories" to describe code execution.
- The IDE uses the Monaco editor and compiles TypeScript into state machines.
- Local setup requires installing dependencies and starting the Storybook app.
Related
Show HN: Synapse – TypeScript Toolchain for Cloud Apps
Synapse is a full-stack TypeScript toolchain with resource-driven programming, cloud-agnostic libraries, and fine-grained permissions. It includes a TypeScript compiler, fast package manager, and testing framework for local or AWS deployment. Installation instructions vary by OS. Leveraging TypeScript, esbuild, Node.js, Terraform, and AWS SDK. Detailed documentation on GitHub covers Custom Resources, Environments, Packages, and Tests, with a Quick Start guide available.
I made Windows 11 clone with React.js
Windows Clone is a React.js simulation of the Windows OS featuring applications like a web browser, calculator, and music player. Installation instructions and contribution guidelines are provided on GitHub.
Show HN: Srcbook – A TypeScript notebook for rapid prototyping
Srcbook is an open-source notebook application for TypeScript and JavaScript, featuring AI capabilities, local execution, and privacy-respecting behavioral analytics. Installation requires Node.js v20+ via npm.
I spent an evening on a fictitious web
Websim.ai is a fictitious platform enabling users to create and explore web applications without traditional domain limits. It fosters creativity akin to Roblox, with support from Google's Chrome Developer Relations team.
Code Smarter, Not Harder: Developing with Cursor and Claude Sonnet
Cursor is an AI-powered code editor that enhances software development by integrating with the Claude Sonnet 3.5 model, allowing users to generate code and reference various sources for context.
Related
Show HN: Synapse – TypeScript Toolchain for Cloud Apps
Synapse is a full-stack TypeScript toolchain with resource-driven programming, cloud-agnostic libraries, and fine-grained permissions. It includes a TypeScript compiler, fast package manager, and testing framework for local or AWS deployment. Installation instructions vary by OS. Leveraging TypeScript, esbuild, Node.js, Terraform, and AWS SDK. Detailed documentation on GitHub covers Custom Resources, Environments, Packages, and Tests, with a Quick Start guide available.
I made Windows 11 clone with React.js
Windows Clone is a React.js simulation of the Windows OS featuring applications like a web browser, calculator, and music player. Installation instructions and contribution guidelines are provided on GitHub.
Show HN: Srcbook – A TypeScript notebook for rapid prototyping
Srcbook is an open-source notebook application for TypeScript and JavaScript, featuring AI capabilities, local execution, and privacy-respecting behavioral analytics. Installation requires Node.js v20+ via npm.
I spent an evening on a fictitious web
Websim.ai is a fictitious platform enabling users to create and explore web applications without traditional domain limits. It fosters creativity akin to Roblox, with support from Google's Chrome Developer Relations team.
Code Smarter, Not Harder: Developing with Cursor and Claude Sonnet
Cursor is an AI-powered code editor that enhances software development by integrating with the Claude Sonnet 3.5 model, allowing users to generate code and reference various sources for context.