Skip to content

DANVERSE01/DANVERSE_STUDIO-K2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

105 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

🎨 DANVERSE Studio K2 - Production Ready

Version License Next.js Three.js TypeScript

AI-Powered Creative Studio: Production-Ready Spatial Interface with Scroll-Driven 3D Experiences

Live Demo Β· Documentation Β· Report Bug Β· Request Feature


✨ Features

🌟 Core Capabilities

  • 🧠 Neural Brain Core - Central 3D visualization with custom GLSL shaders and bioluminescent effects.
  • πŸ“œ Scroll-Driven Experience - Seamless, cinematic camera movement and scene transitions powered by R3F ScrollRig.
  • 🧊 Liquid Glass UI - Futuristic, transparent UI elements (Glass Cards) for services and portfolio showcase.
  • 🎬 Cinematic Canvas - High-performance WebGL rendering at locked 60 FPS.
  • ⚑ Lightning-Fast Performance - Optimized shaders, strict security headers, and performance assertions (Lighthouse CI).
  • πŸ“± Fully Responsive - Adaptive experiences across all devices.
  • 🎨 Cohesive Visual Identity - Strict adherence to the Cyberpunk/Tech aesthetic with Rajdhani font and Cyan/Magenta palette.

πŸ› οΈ Technical Stack

  • Framework: Next.js 14 (App Router)
  • 3D Engine: Three.js (r165) + React Three Fiber
  • Animation: Framer Motion (for HTML UI)
  • State Management: Zustand
  • Styling: Tailwind CSS (Custom Theme)
  • Language: TypeScript
  • Data Layer: Prisma (Simulated Backend/CMS Structure)
  • Testing: Vitest + React Testing Library
  • CI/CD: GitHub Actions (Lint, Type-Check, Test, Build, Lighthouse)

πŸ“¦ Project Structure (Updated)

DANVERSE_STUDIO-K2/
β”œβ”€β”€ .github/
β”‚   └── workflows/          # CI/CD pipelines
β”œβ”€β”€ prisma/                 # Database schema (Prisma)
β”‚   └── schema.prisma
β”œβ”€β”€ public/                 # Static assets
β”‚   β”œβ”€β”€ assets/             # Placeholder images for cards
β”‚   β”œβ”€β”€ robots.txt
β”‚   └── site.webmanifest
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ app/               # Next.js app router
β”‚   β”‚   β”œβ”€β”€ layout.tsx     # Root layout (Global Font/Styles)
β”‚   β”‚   └── page.tsx       # Home page (HTML Scroll Overlay)
β”‚   β”‚   └── globals.css    # Global styles
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── 3d/            # Three.js/R3F components
β”‚   β”‚       β”œβ”€β”€ Scene.tsx      # Main 3D Scene with ScrollRig
β”‚   β”‚       β”œβ”€β”€ NeuralBrain.tsx # Central Brain Model
β”‚   β”‚       └── GlassCard.tsx  # UI Elements
β”‚   β”œβ”€β”€ data/              # Static data & types (e.g., projects.ts)
β”‚   β”œβ”€β”€ lib/               # Utilities (R3F, ScrollRig)
β”‚   β”œβ”€β”€ store/             # Zustand stores (e.g., useStore.ts)
β”‚   β”œβ”€β”€ types/             # TypeScript types
β”‚   └── __tests__/         # Test files
β”œβ”€β”€ next.config.mjs         # Next.js config (with Security Headers)
β”œβ”€β”€ package.json
β”œβ”€β”€ tailwind.config.ts     # Tailwind config (Custom Colors/Fonts)
└── ... (other config files)

βš™οΈ Configuration

Security Headers

The project now implements strict security headers (CSP, HSTS, X-Frame-Options) configured in next.config.mjs to ensure a professional and secure deployment environment.

Data Layer

A placeholder database structure using Prisma (prisma/schema.prisma) and a static data file (src/data/projects.ts) have been added to simulate a production-ready CMS/Backend integration, addressing the need for dynamic content.


🚒 Deployment

Note: Deployment is currently disabled as per user request. The project is ready for manual build and testing.

Manual Deployment (Recommended)

# Build locally
npm run build

# Test production build
npm run start

# Deploy to Vercel manually
vercel --prod

🌟 Star History

If you find this project useful, please consider giving it a star ⭐


Built with πŸ’š by DANVERSE Studio

Production-Ready Spatial Interface Β· Bioluminescent Intelligence Β· Liquid Glass Aesthetics

About

🎨 DANVERSE Studio K2 - AI-Powered Creative Studio with 3D Canvas, Neural Tunnels, Zero-G Gallery, and Bioluminescent AI Core. Next.js 14 + React Three Fiber + GLSL Shaders. Production-ready, fully responsive, high-performance 60FPS animations.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors