Skip to main content

VIXDEV — Universal AI Design Booster. Full backend SDK: boost, history, diff, export, webhooks, git, REST API, CLI.

Project description

VIXDEV ULTRA — AI Design Booster SDK

Plug into any project. Get premium animated code. Zero config.


Install

# JavaScript / TypeScript / Next.js / React
npm install vixdev

# Python
pip install vixdev

How it works

VIXDEV reads your AI API keys from .env automatically — you never configure the AI yourself.

# .env — Set ANY one of these (VIXDEV auto-picks the best)
GROQ_API_KEY=gsk_xxxx          # Fastest (Llama-3 70B)
OPENAI_API_KEY=sk-xxxx         # GPT-4o
ANTHROPIC_API_KEY=sk-ant-xxxx  # Claude 3.5 Sonnet
GEMINI_API_KEY=AIza-xxxx       # Gemini 2.0 Flash
OPENROUTER_API_KEY=sk-or-xxxx  # Any model

JavaScript / TypeScript

import vixdev from 'vixdev'

// Connect — auto-reads keys from .env
vixdev.connect({ project: 'my-site' })

// Paste your code → get animated version back
const result = await vixdev.boost(`
  <header>
    <nav>
      <a href="/">MySite</a>
      <button>Contact</button>
    </nav>
  </header>
`, { style: 'premium', output: 'react' })

console.log(result.code)     // Animated React component
console.log(result.provider) // "groq"
console.log(result.model)    // "llama3-70b-8192"

Python

import vixdev

vixdev.connect(project="my-portfolio")

result = vixdev.boost("""
<section>
  <h1>Welcome</h1>
  <button>Get Started</button>
</section>
""", style="cyber")

print(result.code)  # Ready to paste

Animation Styles

Style Description
modern Glassmorphism + fade-in animations
cyber Neon glows + slide effects
minimal Clean transitions + micro-animations
premium Deep dark + violet accents (default)

Real-Time Team Sync

vixdev.connect({
  project: 'my-site',
  dashboardUrl: 'http://localhost:4000',
  realtime: true,   // Enables WebSocket sync
  team: 'design-team',
})

// When anyone generates code, all team members see it live
vixdev.on('team:update', (data) => {
  console.log('Team generated:', data.code)
})

File Boosting

// Boost an entire file
await vixdev.boostFile('./src/Header.tsx', { style: 'modern' })

// Replace the file in-place with the animated version
await vixdev.boostFile('./src/Header.tsx', { inplace: true })

// Boost from a URL
const result = await vixdev.boostUrl('https://mysite.com', { style: 'premium' })

Events

vixdev.on('boost:start', ({ code, provider }) => { ... })
vixdev.on('boost:done', (result) => { ... })
vixdev.on('boost:error', ({ error }) => { ... })
vixdev.on('team:update', (data) => { ... })

Built with ❤️ by VIXDEV ULTRA — Sovereign Design Engine

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vixdev_booster-3.0.0.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vixdev_booster-3.0.0-py3-none-any.whl (28.4 kB view details)

Uploaded Python 3

File details

Details for the file vixdev_booster-3.0.0.tar.gz.

File metadata

  • Download URL: vixdev_booster-3.0.0.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for vixdev_booster-3.0.0.tar.gz
Algorithm Hash digest
SHA256 5b3984a8033bff7b2172922042d4476d152caaca32331a3c945d52106c18bbab
MD5 5da7217bd2bb302c9223e112b7ec3b3e
BLAKE2b-256 ec3b5e7e601880ace8bf7d70418f09f25e86d1431e3ae75899605c6328f83fb7

See more details on using hashes here.

File details

Details for the file vixdev_booster-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: vixdev_booster-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 28.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for vixdev_booster-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f0b50817d6931cc24aded84f4e78bdaa20d92d3eac052a1b27cdb0e5271f1145
MD5 0f226136e3baf9dd13523adb54722e48
BLAKE2b-256 a8de64f0a1797258cb1755a6471b0060bf473e2246b4013f36caa0d82ea2dc22

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page