Skip to content

Repository files navigation

Elevonix Labs

Made with Next.js Built with React Styled with Tailwind CSS

License: Proprietary PRs Welcome

Elevonix Labs provides high-quality, curated datasets to enhance your AI. This Next.js-based web application showcases various features of the CerebroMesh platform, including dataset quality, algorithm explanations, and product offerings.

Elevonix Labs Screenshot

Table of Contents

Features

(Back to top)

  • Responsive design for various screen sizes
  • Interactive charts using Recharts
  • Custom UI components built with Radix UI
  • Product carousel using Embla Carousel
  • Custom fonts and SVG assets
  • Dark mode support

Installation

(Back to top)

  1. Clone the repository:

    git clone https://github.com/your-username/cerebromesh-labs.git
    
  2. Install dependencies:

    cd cerebromesh-labs
    yarn install
    
  3. Run the development server:

    yarn dev
    
  4. Open http://localhost:3000 in your browser to see the application.

Usage

(Back to top)

The Elevonix Labs application is designed to showcase the capabilities of the platform. Navigate through the different sections to explore:

  • Home: Landing page with an overview of Elevonix Labs
  • Products: Carousel displaying various AI training datasets
  • Algorithm: Explanation of the text extraction algorithm with interactive charts
  • Leaderboard: Elevonix Data Refine Subnet Leaderboard

Components

(Back to top)

The project includes several custom components:

  • Navbar: Navigation component with responsive design
  • Hero: Landing page hero section
  • Features: Showcases key features of the platform
  • Algorithm: Explains the text extraction algorithm with charts
  • Products: Displays product offerings in a carousel
  • Leaderboard: Shows the Elevonix Data Refine Subnet Leaderboard
  • Footer: Contains social links and newsletter signup

Styling

(Back to top)

The project uses Tailwind CSS for styling, with custom configurations for colors, fonts, and animations. Custom CSS classes are defined in the globals.css file.

Custom Configurations

(Back to top)

To customize the application, you can modify the following files:

  • tailwind.config.js: Tailwind CSS configuration
  • src/lib/constants.ts: Application-wide constants
  • src/fonts/index.ts: Custom font configurations

Deployment

(Back to top)

To deploy the application:

  1. Build the project:

    yarn build
    
  2. Start the production server:

    yarn start
    

For continuous deployment, consider using platforms like Vercel or Netlify.

Contributing

(Back to top)

We welcome contributions to Elevonix Labs! Please read our Contributing Guidelines before submitting any pull requests.

License

(Back to top)

This project is proprietary software owned by Elevonix Labs. All rights reserved. See the LICENSE.md file for details.