https://github.com/remcostoeten/snippets.remcostoeten
Crearting v2. A personal place to store thoughts, share CLI-programs for better DX or productivity, store configuration files and write tutorials/documentation/guides for subjects like setting up PostgreSQL/SQLite in NextJS, optimizing drizzle-orm in a scalable way and more (web)dev related.
https://github.com/remcostoeten/snippets.remcostoeten
blog drizzle-orm fumadocs guides markdown mdx react snippets-collection typescript
Last synced: about 1 month ago
JSON representation
Crearting v2. A personal place to store thoughts, share CLI-programs for better DX or productivity, store configuration files and write tutorials/documentation/guides for subjects like setting up PostgreSQL/SQLite in NextJS, optimizing drizzle-orm in a scalable way and more (web)dev related.
- Host: GitHub
- URL: https://github.com/remcostoeten/snippets.remcostoeten
- Owner: remcostoeten
- Created: 2023-05-24T09:27:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T17:40:31.000Z (about 1 month ago)
- Last Synced: 2025-05-10T18:29:24.455Z (about 1 month ago)
- Topics: blog, drizzle-orm, fumadocs, guides, markdown, mdx, react, snippets-collection, typescript
- Language: TypeScript
- Homepage: https://snippets-remcostoeten.vercel.app
- Size: 22.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - remcostoeten/snippets.remcostoeten - A personal snippet storage documentation site for anything I need to remember. Build in NextJS, maintained through MDX. (MDX)
README
## Snippets.remcostoeten v2
See deployed version [here 🚀](https://snippets-remcostoeten.vercel.app)
This site contains snippets, guides, personal reminders, and boilerplates I often need. I use it to quickly access shell configurations, obscure commands, or reminders on setting up authentication. It also stores commonly used queries for PostgreSQL/SQLite and implementation details for various packages and programs.
This is version 2, built with React 19 and Next.js 15+ using Static Site Generation (SSG). It's fully managed through `.mdx` files and built on the [Fumadocs framework](https://fumadocs.vercel.app/). Fumadocs provides enhanced MDX support, automatic ToC generation, site-wide search, and excellent aesthetics and DX.
Version 1 was built on [Nextra](https://nextra.site), another static site generator. After two years, I decided to rethink my documentation, which I rarely used anymore.
xxx yours sincerely,
Remco Stoeten