gaganchauhan1997 /
hackknow-os
▸ HACKKNOW//OS — cosmic brutalism × neobrutalism developer OS. A cinematic single-page showcase built like a secret AI lab. Pure HTML/CSS/JS. Zero deps. GitHub Pages ready.
74/100 healthLoading repository data…
mahender-reddy85 / repository
A cinematic single-page website featuring a unique, high-performance 3D Boomerang Transition between themed sections. Built using clean, responsive, and performance-optimized vanilla HTML, CSS, and JavaScript.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A cinematic single-page website featuring a unique, high-performance 3D Boomerang Transition between themed sections. Built using clean, responsive, and performance-optimized vanilla HTML, CSS, and JavaScript.
airPressureShockwave) applied to content and navbar elements precisely at the transition's peak.768px to bypass filter bottlenecks and run butter-smooth on mobile GPUs.boomerang-navigation/
├── index.html # Semantic HTML structure & custom SVG artwork
├── app.js # Navigation event loop, state, & phased timing logic
├── style.css # Layout, typography, custom themes, and keyframes
├── boomerang navigation.mp4 # Video demonstration of the cinematic transition
└── README.md # Project documentation
#home).theme-home).#131720 to #060709) with intense cyan and magenta chromatic aberration accent shadows.#work).theme-work).#ffffff) with deep slate-gray text.#contact).theme-contact).#eae3d2) with rich brown typography (#1c1915).Custom variables allow us to adjust the shadow values dynamically per theme to keep the shockwave chromatic aberration sharp and contrasting:
.theme-home {
--distort-shadow-1: -1.5px 0.5px 0px rgba(0, 240, 255, 0.4);
--distort-shadow-2: 1.5px -0.5px 0px rgba(255, 0, 128, 0.4);
}
.theme-work {
--distort-shadow-1: -1.5px 0.5px 0px rgba(15, 17, 21, 0.25);
--distort-shadow-2: 1.5px -0.5px 0px rgba(180, 180, 180, 0.35);
}
.theme-contact {
--distort-shadow-1: -1.5px 0.5px 0px rgba(28, 25, 21, 0.25);
--distort-shadow-2: 1.5px -0.5px 0px rgba(140, 130, 115, 0.35);
}
cutScreen: A 2.4s parabolic flight path built with a customized cubic-bezier curve (.77, 0, .18, 1) scaling up to 6.2x at its peak to sweep the viewport.floatTilt & spin: Independent layered components creating a combined 3D wobble and continuous spinning effect on the boomerang.airPressureShockwave: Content is temporarily skewed, scaled, blurred, and chromatic shadow offsets are applied during the middle of the transition to simulate air displacement.navbarShockwave: Subtle upward translation and scaling of the header coinciding with the sweep of the boomerang.To preserve battery life and maintain a stable 60 FPS on lower-tier mobile chips, style rules under @media (max-width: 768px) apply key optimizations:
transform-style: flat;): Bypasses expensive 3D perspective math on mobile GPUs.filter: none !important;): Removes expensive CSS drop-shadow filters on mobile to prevent paint bottlenecks.cutScreenMobile): Simplifies coordinate scaling and translation vectors for responsive screen sizes.The transitions are orchestrated by app.js through a precise three-phase event sequence:
sequenceDiagram
participant User
participant JS as app.js
participant UI as DOM / CSS
User->>JS: Clicks Nav Button
JS->>UI: Adds .active (transition) & .animate (boomerang)
Note over UI: Boomerang takes off in flight
rect rgb(28, 30, 36)
Note over JS,UI: PHASE 1 (1200ms) - Transition Peak
JS->>UI: Swaps section class, updates active button, sets body class
JS->>UI: Adds .ui-react (Content Shockwave) & .navbar-react (Nav Shockwave)
end
rect rgb(38, 40, 48)
Note over JS,UI: PHASE 2 (1800ms) - Recovery Peak
JS->>UI: Removes .ui-react & .navbar-react (Resets shockwave for next run)
end
rect rgb(28, 30, 36)
Note over JS,UI: PHASE 3 (2400ms) - Flight End
JS->>UI: Removes .animate (boomerang) & .active (transition)
JS->>JS: Resets isTransitioning = false (Unlocks Navigation)
end
If you wish to change the speed of the flight path in style.css (e.g. shortening cutScreen 2.4s to 1.8s), you must scale the timeouts in app.js proportionally:
// Example: Scaled down for a faster 1.8s transition
setTimeout(() => { /* Swap Content */ }, 900); // Phase 1 (50%)
setTimeout(() => { /* Clear Shockwave */ }, 1350); // Phase 2 (75%)
setTimeout(() => { /* Flight End & Unlock */ }, 1800); // Phase 3 (100%)
The boomerang's polished chrome look is drawn via custom gradients embedded in the <svg> defs within index.html. You can customize the linear gradients (#chrome-grad, #matte-dark-grad, and #silver-tip-grad) to match your custom brand palette.
Adjust the dot density or visual strength by updating the repeating radial gradient parameters or opacity in style.css under the .noise, .work .noise, and .contact .noise declarations.
index.html directly in any modern browser, or use a local utility like Live Server / npx serve to serve it.Selected from shared topics, language and repository description—not editorial ratings.
gaganchauhan1997 /
▸ HACKKNOW//OS — cosmic brutalism × neobrutalism developer OS. A cinematic single-page showcase built like a secret AI lab. Pure HTML/CSS/JS. Zero deps. GitHub Pages ready.
74/100 healthamirho3inh /
A cinematic single-page resume template built with Next.js, Tailwind CSS, and GSAP, with automatic GitHub Pages deployment.
66/100 healthvineet-dwivedi /
A single‑page cinematic storytelling website built with React, Vite, Tailwind CSS, shadcn/ui, and Framer Motion. The user scrolls through a neon city night, with parallax scenes, animated chapter cards, and a choice‑based ending.
63/100 health1uckyswish /
The React Netflix Clone is a captivating project developed in React.js, employing a Single Page Application (SPA) structure. Seamlessly integrated with the TMDB API, this application allows users to explore an extensive library of movies, read insightful reviews, and preview trailers for an immersive cinematic experience.
35/100 healthasgerali5656 /
🍽️ BABA Caterers – Luxury Wedding Catering Website BABA Caterers is a premium, video-first, single-page static website designed for an Indian wedding catering brand with 15+ years of experience. The project focuses on delivering a cinematic, high-end user experience using pure HTML, CSS, and Vanilla JavaScript, without any frameworks.
33/100 healthpalshrenik /
A responsive single-page tourism website built with HTML and CSS featuring a cinematic hero section, popular destinations, modern UI, and a contact form for an engaging travel experience.
61/100 health