Skip to content

LiminaLabsAI/neuralfoundryaiWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralFoundry AI — Marketing Landing Page Codebase

This is a standalone, lightweight, and modern landing page codebase designed for NeuralFoundry AI (to be hosted on neuralfoundryai.com).

It is completely decoupled from the main application dashboard (app.neuralfoundryai.com) and relies on HTML5 + custom CSS + Tailwind CSS (via CDN) to ensure high-performance loading speeds and low bundle weight.

Directory Structure

  • index.html: Fully semantic, accessible, and responsive marketing page structure with a built-in interactive JavaScript simulator.
  • styles.css: Ambient color variable mappings, glassmorphism panel styles, and keyframe animations matching the main dashboard.
  • package.json: A simple configuration wrapper to facilitate local hosting and developer previewing using Vite.

Local Development

To run the local server preview:

  1. Install dependencies:
    npm install
  2. Run Vite development server:
    npm run dev
  3. Open http://localhost:5173 in your browser.

Deployment Guidelines

Since this is a fully static landing page, you can host it immediately using modern hosting providers:

Option 1: Vercel / Netlify / Cloudflare Pages

  1. Push the contents of the marketing-site/ folder to a new Git repository.
  2. Connect your repository to Vercel, Netlify, or Cloudflare Pages.
  3. Configure the domain mappings for neuralfoundryai.com in your hosting dashboard.
  4. Set the Build Command as empty (or npm run build if bundling with Vite) and the Output Directory as . or dist (if built).

Option 2: Static Hosting (AWS S3 + CloudFront / GitHub Pages)

  • Upload index.html and styles.css directly to an S3 Bucket configured for static website hosting, then distribute it via CloudFront with SSL enabled.

Releases

No releases published

Packages

 
 
 

Contributors