Skip to content

Create Next.js markdown notebook with multi-view editor#53

Open
ruffledsapp wants to merge 2 commits intocruip:mainfrom
ruffledsapp:claude/nextjs-markdown-notebook-2W5ON
Open

Create Next.js markdown notebook with multi-view editor#53
ruffledsapp wants to merge 2 commits intocruip:mainfrom
ruffledsapp:claude/nextjs-markdown-notebook-2W5ON

Conversation

@ruffledsapp
Copy link

Created a simple yet powerful markdown notebook for ideation and non-coding tasks:

Features:

  • YC-inspired UI with iconic #ff6600 orange and monospace fonts
  • Toggle between read/edit modes
  • Auto-save to localStorage
  • Keyboard shortcuts (⌘E to toggle, ESC to read)
  • Export/download as .md file
  • Copy to clipboard functionality
  • Word and character count
  • Last saved timestamp
  • Smooth transitions and animations
  • Quick markdown cheatsheet
  • GFM (GitHub Flavored Markdown) support

Tech stack:

  • Next.js 15 with App Router
  • React Markdown with remark-gfm
  • Tailwind CSS v4 with Typography plugin
  • TypeScript

Perfect for using Claude Code for non-coding ideation tasks!

Created a simple yet powerful markdown notebook for ideation and non-coding tasks:

Features:
- YC-inspired UI with iconic #ff6600 orange and monospace fonts
- Toggle between read/edit modes
- Auto-save to localStorage
- Keyboard shortcuts (⌘E to toggle, ESC to read)
- Export/download as .md file
- Copy to clipboard functionality
- Word and character count
- Last saved timestamp
- Smooth transitions and animations
- Quick markdown cheatsheet
- GFM (GitHub Flavored Markdown) support

Tech stack:
- Next.js 15 with App Router
- React Markdown with remark-gfm
- Tailwind CSS v4 with Typography plugin
- TypeScript

Perfect for using Claude Code for non-coding ideation tasks!
@vercel
Copy link

vercel bot commented Jan 18, 2026

@claude is attempting to deploy a commit to the Cruip Team on Vercel.

A member of the Team first needs to authorize it.

Removed markdown notebook features to keep IdeationTailwind as a clean,
reusable landing page template. The notebook has been moved to a separate
standalone project (MarkdownNotebook).

Changes:
- Removed app/(default)/notebook/ directory
- Removed components/markdown-notebook.tsx
- Removed react-markdown and remark-gfm dependencies
- Removed @tailwindcss/typography plugin
- Restored package.json to template state

IdeationTailwind is now back to being a pure landing page template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants