@continuedev
Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks
This bundle follows the page for "Building MCP with LLMs" [https://modelcontextprotocol.io/tutorials/building-mcp-with-llms](https://modelcontextprotocol.io/tutorials/building-mcp-with-llms). It brings in the base MCP docs and python / typescript SDKs.
A complete set of models from Mistral
A complete set of models from OpenAI
A set of the best Google Gemini models
A collection of the best models from Anthropic
A collection of the models that we recommend for the best experience with Continue
Recommended local models with LM Studio
Recommended local models with Ollama
Rules to keep your code clean ✨
Set of documentation sites for libraries, tools, etc commonly used with NextJS
Mistral for Chat, Edit, Apply, and Embed.
An general purpose coding assistant with Google's Gemma 3 (27B and 4B). Qwen Coder 2.5 7B for autocomplete. Nomic v1.5 for embedding.
Hub Next.js Assistant
Helps you write code that follows SOLID design principles
Opinionated, best-practices starter assistant for building with Next.js App Router. Remix to customize to your needs.
This assistant helps you write secure Next.js applications or audit the code of existing Next.js applications.
A ruleset generated from Effective Go (https://go.dev/doc/effective_go)
Reference problems in the currently open file
Collect development data through your own New Relic ingestion endpoint
This block can be used to encourage models to use a Unified Diff format when generating code blocks off of existing code. Using the Apply feature with this format will be quicker and more token efficient.
Ask for feedback on Redux code based the Redux style guide
I found that asking the assistant to evaluate how testable a piece of code is on a scale of 1-10 is a good proxy for overall code quality.
Concise background on the Continue extension architecture
Rules to use with the MCP memory server (https://hub.continue.dev/anthropic/memory-mcp)
Check if piece of code follows Single Responsibility Principle.
Check how well a piece of code follows SOLID principles.
Write your code using SOLID principles.
Improve code quality without making too many drastic changes.
Knowledge graph-based persistent memory system
Rules for developing hub.continue.dev Next.js app.
The AI SDK is the TypeScript toolkit designed to help developers build AI-powered applications and agents with React, Next.js, Vue, Svelte, Node.js, and more.
Create a new TypeORM entity
Understand the caching behavior of your code
Check for any potential optimizations that are missing in your code
Check for any potential security vulnerabilities in your code
Create a new page
A set of best practices for keeping your Next.js apps secure.