Skip to content

ai-glimpse/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Glimpse Website

This is a Next.js project for the AI Glimpse educational platform, featuring interactive machine learning tutorials and documentation.

Getting Started

Prerequisites

  • Bun - Fast all-in-one JavaScript runtime

Development

First, install dependencies and run the development server:

cd apps/web
bun install
bun dev

Open http://localhost:3000 with your browser to see the result.

Available Scripts

  • bun dev - Start development server
  • bun build - Build for production
  • bun start - Start production server
  • bun lint - Run ESLint
  • bun lint:fix - Fix ESLint errors
  • bun format - Format code with Prettier
  • bun format:check - Check if code is formatted
  • bun type-check - Run TypeScript type checking

Project Structure

apps/web/
├── app/                 # Next.js app directory
│   ├── components/     # React components
│   ├── docs/          # Documentation pages
│   ├── toys/          # Interactive ML tools
│   └── utils/         # Utility functions
├── components/        # Shared UI components
├── content/          # MDX content files
├── lib/              # Library code
└── public/           # Static assets

Tech Stack

  • Framework: Next.js 15 with App Router
  • Runtime: Bun
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: Radix UI
  • Documentation: Fumadocs
  • Content: MDX
  • Animations: Framer Motion

Acknowledgement

  • fumadocs - We use fumadocs to build our docs/blog, and we reuse some UI layout from fumadocs website.

About

AI Glimpse Landing Page

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •