Invisible Power. Visible Simplicity.
Scyphora's corporate website showcasing our philosophy of transforming complexity into elegant, inevitable solutions.
Live Demo β’ Documentation β’ Contributing
- π¨ Backlight Glow Design Pattern - Signature transparent backgrounds with glowing borders and shadows
- π Dark/Light Mode - Seamless theme switching with system preference detection
- π« Glass Morphism - Sophisticated backdrop blur and transparency effects
- π Parallax Animations - Smooth scroll-driven animations using CSS scroll-timeline
- π± Fully Responsive - Mobile-first design that works beautifully on all devices
- β‘οΈ Zero Runtime JS - Leverages Astro's static generation for optimal performance
- π― TypeScript First - Fully typed components and utilities
- π¨ Tailwind CSS v4 - Modern utility-first CSS with custom theme
- βΏοΈ Accessible - WCAG AA compliant with semantic HTML and ARIA labels
- π Performance Optimized - Excellent Lighthouse scores and Core Web Vitals
- Honesty - Transparent solutions that work as expected
- Transformation - Converting complexity into simplicity
- Inevitability - Making the right choice the obvious choice
- Node.js v18.17 or higher
- pnpm v8.0 or higher
# Clone the repository
git clone https://github.com/scyphora/website.git
cd website
# Install dependencies
pnpm install
# Start development server
pnpm run devThe site will be available at http://localhost:4321
| Command | Description |
|---|---|
pnpm install |
Install dependencies |
pnpm run dev |
Start development server at localhost:4321 |
pnpm run build |
Build production site to ./dist/ |
pnpm run preview |
Preview production build locally |
pnpm run astro |
Run Astro CLI commands |
/
βββ public/ # Static assets
β βββ favicon.svg
β βββ logo.svg
β βββ hero-space.jpg
βββ src/
β βββ components/
β β βββ ui/ # Reusable UI primitives
β β β βββ Button.astro
β β β βββ Card.astro
β β β βββ ServicesCard.astro
β β βββ sections/ # Page section components
β β β βββ HeroSection.astro
β β β βββ ServicesSection.astro
β β β βββ PhilosophySection.astro
β β β βββ MentorshipPreview.astro
β β β βββ AboutSection.astro
β β βββ Navbar.astro # Global navigation
β β βββ Footer.astro # Global footer
β βββ layouts/
β β βββ Layout.astro # Base layout with SEO
β βββ pages/
β β βββ index.astro # Home page
β βββ styles/
β βββ global.css # Global styles + Tailwind config
βββ astro.config.mjs # Astro configuration
βββ tsconfig.json # TypeScript configuration
βββ biome.json # Biome linter/formatter config
βββ package.json # Dependencies and scripts
The Scyphora brand uses a carefully crafted color palette:
| Color | Hex | Usage |
|---|---|---|
| Space | #0a0b0e |
Deep black for backgrounds |
| Gravity | #d1d5db |
Light gray for secondary text |
| Pulse | #5ba8d0 |
Blue for primary accents |
| Chronos | #d5a021 |
Gold for secondary accents |
Each color includes a full scale (50-950) for granular control.
- Primary Font: Sora, Poppins (sans-serif)
- Display Font: Space Grotesk (for headlines)
- Font Weights: 300, 400, 500, 600
Our distinctive design element featuring:
<button class="bg-pulse/10 border-2 border-pulse
shadow-lg shadow-pulse/40
hover:shadow-pulse/60
backdrop-blur-sm">
Interactive Element
</button>Key Characteristics:
- Transparent backgrounds
- Glowing colored borders
- Matching shadow effects
- Hover state intensification
- Glass morphism with backdrop blur
See DESIGN_SYSTEM.md for complete design reference.
-
Astro v5.14.1 - Static Site Generator
- Zero JS by default
- Component-based architecture
- Excellent performance
-
TypeScript - Type Safety
- Strict type checking
- Enhanced IDE support
- Better code quality
-
Tailwind CSS v4.1.14 - Styling
- Utility-first CSS
- Custom theme configuration
- Dark mode support
-
pnpm - Package Manager
- Fast, disk space efficient
- Strict dependency resolution
- @lucide/astro - Icon Library
- Biome.js - Fast Linter & Formatter
- Prettier - Code Formatter
- CLAUDE.md - Development guide and AI assistant instructions
- CONTRIBUTORS.md - Contribution guidelines and workflow
- COMMIT_STYLE.md - Git commit message conventions
- REQUIREMENTS.md - Functional and technical requirements
- DESIGN_SYSTEM.md - Complete design system reference
- CORPORATE_IDENTITY.md - Brand guidelines and visual identity
- src/components/CLAUDE.md - Component patterns and usage
- src/layouts/CLAUDE.md - Layout architecture
- src/pages/CLAUDE.md - Page composition patterns
- src/styles/CLAUDE.md - Styling architecture and theme
We welcome contributions! Please see our Contributing Guide for details on:
- Code of Conduct
- Development workflow
- Pull request process
- Coding standards
- Testing requirements
- Fork the repository
- Create a feature branch (
git checkout -b feat/amazing-feature) - Make your changes
- Commit using conventional commits (
git commit -m 'feat(ui): add new component') - Push to your fork (
git push origin feat/amazing-feature) - Open a Pull Request
See COMMIT_STYLE.md for commit message guidelines.
- β Home page with backlight glow design
- β Responsive navigation and footer
- β Dark/light mode implementation
- β Design system documentation
- π Contact form integration
- π Case studies/portfolio section
- π Blog/insights section
- π Team page
- π Enhanced animations and micro-interactions
- π Multi-language support (i18n)
- π CMS integration for content management
- π Advanced analytics integration
- π Performance monitoring dashboard
Our site is optimized for excellent performance:
- Lighthouse Score: 95+ across all metrics
- First Contentful Paint: < 1.0s
- Time to Interactive: < 2.0s
- Cumulative Layout Shift: < 0.1
- Total Bundle Size: < 100KB (gzipped)
- Chrome/Edge: Latest 2 versions
- Firefox: Latest 2 versions
- Safari: Latest 2 versions
- Mobile Safari: iOS 14+
- Chrome Android: Latest version
Note: Parallax effects require CSS scroll-timeline support (modern browsers).
Copyright Β© 2025 Scyphora. All rights reserved.
This project is proprietary software. See LICENSE for details.
- Website: https://www.scyphora.com
- Email: info@scyphora.com
- Development: dev@scyphora.com
Built with:
- Astro - The web framework for content-driven websites
- Tailwind CSS - A utility-first CSS framework
- Lucide Icons - Beautiful & consistent icon toolkit
- Biome - Fast toolchain for web projects
Typography from:
- Google Fonts - Sora, Poppins, Space Grotesk
Invisible Power. Visible Simplicity.
Made with β‘οΈ by Scyphora