Build and manage your Node JS apps with ease.dev-thing brings simplicity and control to your development workflow.
Upon installation you will be greeted by this page.

Here you have two options:
- Choose an existing work folder/directory (your projects already exists inside this)
- Create new work folder/directory
Here you have two options:
- Create new site
- Create from blueprint (coming soon)
on choosing to create new site:

Here you can configure how you want to create the Node JS project:
- name: pick a great name for your project
- runtime: npm, pnpm and yarn are currently supported
- the framework: next JS 14, vue and nuxt v3 currently supported
You can access all the projects via the sidebar

Each projects have three tabs:
- overview
- packages
- terminal
Here you will get a basic overview of your project. The framework and the runtime being used.
Here you can add, update or delete packages and dependencies in your project. You can also reinstall all the dependencies. When updating a dependency you can specify the version, by default it is latest.
This is a view only terminal , where you can see the output of the console when you run the project.
You can open the project in the IDE's in one click. Currently supports VS Code and Cursor. Note this requires the command code and cursor be configured in your environment.
You can also open the directory/folder of your project directly.

