Total Posts

0

Total Commits

0

(v1: 0, v2: 0)
Total Deployments

0

Latest commit:Unable to fetch commit info
11/29/2025
Latest deployment:
pending
11/29/2025
v2
Started 11/29/2025

Built by Remco Stoeten with a little ❤️

RS
Snippets
HomeSnippetsQuery BuilderDocumentation
Welcome to Snippets
Project Rules and Guidelines
Inidvidual ai code rules
Handy MCP-servers
Ai

Handy MCP-servers

Context 7

This is a handy MCP server that is a community driven collection of almost all the docs you'd need for development. Which means no more cutting edge api hallucinations

To install in warp terminal

{
  "Context7": {
    "command": "npx",
    "args": ["-y", "@upstash/context7-mcp"],
    "env": {},
    "working_directory": null,
    "start_on_launch": true
  }
}

commercetools mcp

{
  "mcpServers": {
    "commercetools-docs": {
      "type": "fetch",
      "url": "https://docs.commercetools.com",
      "description": "Access commercetools API documentation and guides",
      "allowedDomains": [
        "docs.commercetools.com"
      ]
    }
  }
}

Inidvidual ai code rules

Some of my individual copyable code rules for agents

Semantic Types and Drizzle ORM Architecture

Learn how to create semantic types in TypeScript and integrate them with Drizzle ORM for better type safety and developer experience in Next.js applications.

On this page

Context 7
Nov 29, 2025
1 min read
135 words