DeepBoda/untrainedmodel

TypeScript

0

83 commits

updated Apr 15, 2026

See the code

README

UntrainedModel

UntrainedModel is a premium, open-source AI playground and generative AI platform designed for builders, developers, and creators. It features a modern, "Apple-style" aesthetic with glassmorphism, smooth animations, and a fully responsive design.

πŸš€ Features

  • AI Playground: A fully functional, IDE-style interface for interacting with AI models (Chat, Code, Research modes).
  • Blog: A beautiful, SEO-optimized blog with dynamic routing and rich typography.
  • Premium UI/UX: Built with Tailwind CSS, Framer Motion, and custom glassmorphism components.
  • Dark Mode: Enforced premium dark theme for a consistent, professional look.
  • Performance: Optimized for speed with static export, global loading states, and smooth page transitions.
  • SEO Ready: Automatic sitemap, robots.txt, and Open Graph metadata generation.
  • PWA Support: Installable as a progressive web app on mobile devices.

πŸ› οΈ Tech Stack

πŸ“¦ Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/untrainedmodel.git
    cd untrainedmodel
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    

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

πŸ—οΈ Building for Production

This project is configured for Static Export.

  1. Build the project:

    npm run build
    
  2. Deploy: The build output will be in the out/ directory. You can deploy this folder to any static hosting provider:

    • GitHub Pages
    • Netlify
    • Vercel
    • AWS S3
    • Apache / Nginx

πŸ“‚ Project Structure

src/
β”œβ”€β”€ app/                # Next.js App Router pages
β”‚   β”œβ”€β”€ blog/           # Blog routes
β”‚   β”œβ”€β”€ playground/     # Playground app
β”‚   β”œβ”€β”€ layout.tsx      # Root layout
β”‚   β”œβ”€β”€ page.tsx        # Home page
β”‚   └── globals.css     # Global styles
β”œβ”€β”€ components/         # Reusable UI components
β”‚   β”œβ”€β”€ ui/             # Shadcn/UI primitives
β”‚   └── ...
β”œβ”€β”€ lib/                # Utilities and data
└── ...

πŸ“„ License

This project is licensed under the MIT License.

Contributors

DeepBoda

83 commits

DeepBoda/untrainedmodel

TypeScript

0

83 commits

updated Apr 15, 2026

See the code

README

UntrainedModel

UntrainedModel is a premium, open-source AI playground and generative AI platform designed for builders, developers, and creators. It features a modern, "Apple-style" aesthetic with glassmorphism, smooth animations, and a fully responsive design.

πŸš€ Features

  • AI Playground: A fully functional, IDE-style interface for interacting with AI models (Chat, Code, Research modes).
  • Blog: A beautiful, SEO-optimized blog with dynamic routing and rich typography.
  • Premium UI/UX: Built with Tailwind CSS, Framer Motion, and custom glassmorphism components.
  • Dark Mode: Enforced premium dark theme for a consistent, professional look.
  • Performance: Optimized for speed with static export, global loading states, and smooth page transitions.
  • SEO Ready: Automatic sitemap, robots.txt, and Open Graph metadata generation.
  • PWA Support: Installable as a progressive web app on mobile devices.

πŸ› οΈ Tech Stack

πŸ“¦ Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/untrainedmodel.git
    cd untrainedmodel
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    

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

πŸ—οΈ Building for Production

This project is configured for Static Export.

  1. Build the project:

    npm run build
    
  2. Deploy: The build output will be in the out/ directory. You can deploy this folder to any static hosting provider:

    • GitHub Pages
    • Netlify
    • Vercel
    • AWS S3
    • Apache / Nginx

πŸ“‚ Project Structure

src/
β”œβ”€β”€ app/                # Next.js App Router pages
β”‚   β”œβ”€β”€ blog/           # Blog routes
β”‚   β”œβ”€β”€ playground/     # Playground app
β”‚   β”œβ”€β”€ layout.tsx      # Root layout
β”‚   β”œβ”€β”€ page.tsx        # Home page
β”‚   └── globals.css     # Global styles
β”œβ”€β”€ components/         # Reusable UI components
β”‚   β”œβ”€β”€ ui/             # Shadcn/UI primitives
β”‚   └── ...
β”œβ”€β”€ lib/                # Utilities and data
└── ...

πŸ“„ License

This project is licensed under the MIT License.

Contributors

DeepBoda

83 commits

Languages

TypeScript

93.4%

CSS

3.8%

Python

1.5%