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.
Clone the repository:
git clone https://github.com/yourusername/untrainedmodel.git
cd untrainedmodel
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is configured for Static Export.
Build the project:
npm run build
Deploy:
The build output will be in the out/ directory. You can deploy this folder to any static hosting provider:
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
βββ ...
This project is licensed under the MIT License.
83 commits
TypeScript
93.4%
CSS
3.8%
Python
1.5%
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.
Clone the repository:
git clone https://github.com/yourusername/untrainedmodel.git
cd untrainedmodel
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is configured for Static Export.
Build the project:
npm run build
Deploy:
The build output will be in the out/ directory. You can deploy this folder to any static hosting provider:
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
βββ ...
This project is licensed under the MIT License.
83 commits
TypeScript
93.4%
CSS
3.8%
Python
1.5%