Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archsense/archsense-alpha
A collection of tools to visualize your product architecture
https://github.com/archsense/archsense-alpha
angular architecture nestjs visualization vscode-extension
Last synced: 3 months ago
JSON representation
A collection of tools to visualize your product architecture
- Host: GitHub
- URL: https://github.com/archsense/archsense-alpha
- Owner: ArchSense
- License: mit
- Created: 2023-04-13T16:00:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T12:14:46.000Z (11 months ago)
- Last Synced: 2024-10-03T07:05:08.037Z (3 months ago)
- Topics: angular, architecture, nestjs, visualization, vscode-extension
- Language: TypeScript
- Homepage: https://archsense.dev
- Size: 4.13 MB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Archsense Mono
## Why?
### We make product decisions based on inaccurate knowledge
As a software company, it can be difficult to accurately explain or demonstrate how the product is built.
Therefore we built inaccurate diagrams that represent specific parts of the product and make decisions based on them.
This often leads to miscommunications and unexpected issues that become very costly since they are often discovered too late in the process.### How are we fixing it?
We are on the path to building a solution that allows any relevant stakeholder (Engineer, Team Leader, Architect, Product Manager or even CTO) to see the live and always up-to-date architecture of their product, get alerts when bad practice is detected and design future solutions based on the real picture.
## Projects
| App | Version | Description |
|--------------------------|:-------:|---------------------------------------------------------------------------------------|
| Guinea Pig NestJS | N/A | An example project with NestJs project. Used be Scout and VSCode extension for tests |
| Scout | [![NPM version](https://badge.fury.io/js/@archsense%2Fscout.svg)](https://badge.fury.io/js/@archsense%2Fscout) | Provides the static analysis of TypeScript project |
| Orakul UI | [![npm version](https://badge.fury.io/js/@archsense%2Forakul-ui.svg)](https://badge.fury.io/js/@archsense%2Forakul-ui) | Visualizes the static analysis results |
| Orakul Started | [![npm version](https://badge.fury.io/js/@archsense%2Forakul-starter.svg)](https://badge.fury.io/js/@archsense%2Forakul-starter) | Server for the UI |
| Architecture View NestJS | [![version](https://img.shields.io/vscode-marketplace/v/archsense.architecture-view-nestjs.svg?label=marketplace)](https://marketplace.visualstudio.com/items?itemName=archsense.architecture-view-nestjs) | VSCode extension that uses Scout and Orakul UI to visualize the architecture |## License
[MIT](./LICENSE)