Skip to content

Rithish-Codecraft/feenixs-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Feenixs AI Platform

A stunning, futuristic AI-themed website showcasing advanced AI systems, intelligent platforms, and next-generation computational technologies.

πŸš€ Features

Visual Design

  • Futuristic AI Lab Aesthetic: Modern, cyber-AI themed design inspired by OpenAI, Tesla, and Apple
  • Glassmorphism UI: Translucent cards with backdrop blur effects
  • Neural Network Animations: Interactive particle system with dynamic connections
  • Parallax Video Background: Cinematic AI/neural network video that responds to scroll
  • Advanced Animations: GSAP-powered scroll animations, hover effects, and transitions

Core Functionality

  • User Authentication: Registration and login system with password hashing
  • Community Chat: Real-time chat system for registered users
  • Contact Forms: Message submission with CSV storage
  • Visitor Tracking: Automatic visitor analytics and logging
  • Newsletter Subscription: Email collection for community updates

Technical Features

  • Responsive Design: Mobile-optimized layout with hamburger menu
  • Performance Optimized: Fast loading with lazy loading and efficient animations
  • GitHub Pages Ready: Fully deployable static site
  • CSV Data Storage: All user data stored in CSV files within the repository

πŸ“ Project Structure

feenixs-site/
β”‚
β”œβ”€β”€ index.html              # Main HTML structure
β”œβ”€β”€ style.css               # Futuristic CSS with animations
β”œβ”€β”€ script.js               # JavaScript functionality
β”‚
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ videos/             # Background video files
β”‚   β”œβ”€β”€ images/             # Image assets
β”‚   └── icons/              # Icon files
β”‚
β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ users.csv           # User registration data
β”‚   β”œβ”€β”€ messages.csv        # Contact form submissions
β”‚   β”œβ”€β”€ chat.csv            # Community chat messages
β”‚   └── visitors.csv        # Visitor tracking data
β”‚
β”œβ”€β”€ components/             # Reusable components (future use)
└── README.md               # This file

πŸ›  Technologies Used

Frontend

  • HTML5: Semantic markup with accessibility features
  • CSS3: Modern CSS with custom properties, animations, and glassmorphism
  • JavaScript ES6+: Modern JavaScript with async/await and modules
  • GSAP: Professional animation library for smooth transitions
  • Font Awesome: Icon library for UI elements

Design System

  • Color Palette: Cyber-inspired blues, purples, and neon accents
  • Typography: Inter font family for modern readability
  • Effects: Glow effects, gradients, parallax scrolling, particle animations

🎨 Design Philosophy

The website embodies the concept of "A futuristic AI laboratory built by visionary engineers." Every element is designed to convey:

  • Innovation: Cutting-edge visual effects and interactions
  • Professionalism: Clean, organized layout with clear information hierarchy
  • Accessibility: Responsive design that works across all devices
  • Performance: Optimized animations and efficient code structure

πŸš€ Getting Started

Prerequisites

  • Modern web browser (Chrome, Firefox, Safari, Edge)
  • Local web server (optional, for development)

Installation

  1. Clone or download the repository

    git clone https://github.com/yourusername/feenixs-site.git
    cd feenixs-site
  2. Set up local server (optional)

    # Using Python
    python -m http.server 8000
    
    # Using Node.js
    npx serve .
    
    # Using PHP
    php -S localhost:8000
  3. Open in browser

    • Navigate to http://localhost:8000 (if using local server)
    • Or double-click index.html to open directly

Video Setup

The website expects a background video at assets/videos/neural-network-bg.mp4. If you don't have a video file:

  1. The site will automatically fall back to an animated gradient background
  2. To add your own video:
    • Place an MP4 video file in assets/videos/neural-network-bg.mp4
    • Recommended resolution: 1920x1080 or higher
    • Keep file size reasonable (<50MB for web performance)

πŸ“Š Data Storage

All user data is stored in CSV files within the data/ directory:

users.csv

username,email,password,created_at
user1,[email protected],hashed_password,2026-03-05T12:00:00.000Z

messages.csv

name,email,message,timestamp
John Doe,[email protected],"Hello from Feenixs!",2026-03-05T12:00:00.000Z

chat.csv

username,message,timestamp
user1,"This is amazing!",2026-03-05T12:00:00.000Z

visitors.csv

timestamp,page,referrer,user_agent,language,screen_resolution,viewport_size
2026-03-05T12:00:00.000Z,/home,direct,Mozilla/5.0...,en-US,1920x1080,1200x800

πŸ” Security Notes

  • Password Hashing: Passwords are hashed before storage (demo implementation)
  • Data Validation: All user inputs are validated and sanitized
  • CSRF Protection: Forms include basic protection mechanisms
  • Privacy: No external tracking services or third-party cookies

Important: This is a demonstration website. In production, consider:

  • Using a proper backend API for data storage
  • Implementing industry-standard password hashing (bcrypt)
  • Adding rate limiting and spam protection
  • Setting up proper HTTPS and security headers

🌐 Deployment

GitHub Pages

  1. Push to GitHub

    git add .
    git commit -m "Initial commit"
    git push origin main
  2. Enable GitHub Pages

    • Go to repository settings
    • Scroll to "GitHub Pages" section
    • Select "Deploy from a branch"
    • Choose "main" branch and "/ (root)" folder
    • Save and wait for deployment
  3. Access your site

    • Your site will be available at https://yourusername.github.io/feenixs-site

Alternative Static Hosting

The site works with any static hosting service:

  • Netlify: Drag and drop the folder
  • Vercel: Connect your GitHub repository
  • Surge.sh: surge . command
  • Firebase Hosting: Use Firebase CLI

🎯 Sections Overview

Hero Section

  • Eye-catching headline with gradient text
  • Animated neural network graphic
  • Call-to-action buttons for exploration
  • Scroll indicator for navigation

Vision Section

  • Four key focus areas with glassmorphic cards
  • Hover animations and glow effects
  • Icon-based visual hierarchy

Technologies Section

  • Detailed technology showcase
  • Tag-based categorization
  • Interactive hover states

Founder Section

  • Professional founder profile
  • Animated avatar with glow effects
  • Detailed background information

Community Section

  • Live chat system (requires login)
  • Newsletter subscription
  • Community statistics display

Contact Section

  • Contact information with icons
  • Functional contact form
  • Professional layout

🎨 Customization

Colors

Edit CSS variables in style.css:

:root {
    --primary-color: #00d4ff;
    --secondary-color: #ff00ff;
    --accent-color: #00ff88;
    /* ... more variables */
}

Fonts

The site uses Inter font family. To change:

  1. Update font-family in CSS variables
  2. Add new font imports in HTML head

Animations

Most animations are powered by GSAP. Modify timing and effects in script.js.

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

πŸ“„ License

This project is open source and available under the MIT License.

πŸ“ž Contact

πŸš€ Future Roadmap

Phase 2 Features

  • AI Dashboard with real-time analytics
  • Developer API documentation
  • SaaS tool integrations
  • Research platform features
  • Advanced user profiles

Phase 3 Features

  • Machine learning model demos
  • Interactive AI experiments
  • Community forums
  • Blog and tutorials
  • Mobile app version

Built with ❀️ by Rithish and the Feenixs Team

Building tomorrow's AI today.

About

feenixs

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors