MCPcopy Index your code
hub / github.com/leerob/next-mdx-blog

github.com/leerob/next-mdx-blog @main sqlite

repository ↗ · DeepWiki ↗
6 symbols 17 edges 5 files 0 documented · 0%
README

Deploy with Vercel

next-mdx-blog

This is a blog template built with:

Running Locally

This application requires Node.js v18.17+.

git clone https://github.com/leerob/next-mdx-blog.git
cd next-mdx-blog
pnpm install
pnpm dev

Database (Optional)

Create a .env.local file with your POSTGRES_URL environment variable to store redirects.

CREATE TABLE redirects (
  id SERIAL PRIMARY KEY,
  source VARCHAR(255) NOT NULL,
  destination VARCHAR(255) NOT NULL,
  permanent BOOLEAN NOT NULL
);

Core symbols most depended-on inside this repo

getNoteSlugs
called by 1
app/sitemap.ts
redirects
called by 0
next.config.ts
useMDXComponents
called by 0
mdx-components.tsx
sitemap
called by 0
app/sitemap.ts
RootLayout
called by 0
app/layout.tsx
Footer
called by 0
app/layout.tsx

Shape

Function 6

Languages

TypeScript100%

Modules by API surface

app/sitemap.ts2 symbols
app/layout.tsx2 symbols
next.config.ts1 symbols
mdx-components.tsx1 symbols

Dependencies from manifests, versioned

@next/mdx16.1.5 · 1×
@types/mdx2.0.13 · 1×
@types/node22.15.29 · 1×
@types/react19.1.6 · 1×
@types/react-dom19.1.6 · 1×
@vercel/analytics1.5.0 · 1×
framer-motion12.16.0 · 1×
next16.2.3 · 1×
postcss8.5.10 · 1×
postgres3.4.7 · 1×
react19.1.0 · 1×

For agents

$ claude mcp add next-mdx-blog \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact