A MSCHF-inspired website for sillySaaS, a fictional collective creating satirical software applications.
- Responsive single-page design with smooth scrolling
- Interactive 3D elements using Three.js
- Project showcase with filtering functionality
- Chat widget that can be integrated with OpenAI API
- Multiple easter eggs hidden throughout the site
- HTML5, CSS3, JavaScript
- Three.js for 3D animations
- GSAP for advanced animations
- Font Awesome for icons
- Google Fonts (Space Mono, Playfair Display)
sillySaaS/
├── css/
│ └── styles.css
├── js/
│ ├── main.js
│ ├── projects.js
│ └── three-animation.js
├── images/
│ ├── logo.svg
│ └── projects/
└── index.html
The website contains 3 hidden easter eggs:
- Click on the 3D cube in the hero section
- Enter the Konami code (↑ ↑ ↓ ↓ ← → ← → B A)
- Click on the easter egg text in the footer
The chat widget is prepared for OpenAI API integration. To connect it:
- Replace the
simulateBotResponse
function inmain.js
with an actual API call - Add your API key securely
- Customize the prompts and responses as needed
Simply open the index.html
file in a web browser to view the website locally.
- Design inspired by MSCHF's website
- 3D animations powered by Three.js
- Icons by Font Awesome
- Fonts by Google Fonts
This project is for demonstration purposes only.