Create a new project, configure your IDE, and start coding with ViAgen6 AI assistance.
There are two ways to access Vigthoria Coder:
The desktop app offers better performance and offline capabilities. We recommend it for professional development.
Once logged in, create your first workspace:
Ctrl/Cmd + Shift + NThe New Workspace dialog with template options
Available templates include:
ViAgen6 is Vigthoria's AI coding assistant. Configure it for your project:
Ctrl/Cmd + ,)// Example ViAgen6 configuration in settings.json
{
"viagen6.model": "v2-code",
"viagen6.autoComplete": true,
"viagen6.autoCompleteDelay": 300,
"viagen6.contextSize": "large",
"viagen6.inlineHints": true
}
Familiarize yourself with the Vigthoria Coder interface:
Ctrl/Cmd + L - Open ViAgen6 chat
Ctrl/Cmd + K - Quick AI command
Ctrl/Cmd + I - AI inline edit
Let's write your first code with ViAgen6 assistance:
app.js or main.py)Create a simple Express.js server with a /hello endpoint that returns a JSON greeting with the current time.
node app.js in the terminalYour workspace automatically syncs to the cloud, but you can also:
git initAll workspaces are automatically saved to your Vigthoria cloud storage. Access them from any device.