Skip to content

iamartyaa/neo-cortex

Repository files navigation

NEO.CORTEX 🧠

Decoding the singularity with raw code and bold design.

NEO.CORTEX is an open-source tech blog built with Next.js 16, featuring a stunning neo-brutalist design. Write about AI, software engineering, and the future of technology.

Next.js TypeScript Tailwind CSS License


🚀 Getting Started

Prerequisites

  • Node.js 18 or higher
  • npm, pnpm, or yarn

Installation

# Clone the repository
git clone https://github.com/iamartyaa/neo-cortex.git
cd neo-cortex

# Install dependencies
npm install

# Start development server
npm run dev

Open http://localhost:3000 to view the blog.

Build for Production

npm run build
npm start

📁 Project Structure

neo-cortex-blog/
├── app/                    # Next.js App Router pages
│   ├── page.tsx           # Homepage
│   ├── blog/              # Blog pages
│   └── contribute/        # Contribution page
├── components/            # React components
│   ├── mdx/              # MDX rendering components
│   └── ui/               # UI components (NeoButton, NeoCard, etc.)
├── content/
│   └── posts/            # MDX blog posts
├── lib/                  # Utility functions
└── public/               # Static assets

✍️ Writing Posts

Create a new .mdx file in content/posts/:

---
title: "Your Post Title"
date: "2024-01-01"
excerpt: "A brief description"
tags: ["ai", "webdev"]
---

Your content here using Markdown...

## Headings, **bold**, *italic*, `code`

- Lists work too
- Like this

```javascript
// Code blocks with syntax highlighting
const hello = "world";
Custom components like callouts!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors