Skip to content
FIXnotes
September 16, 2026 · Robert Hytha

The Modern Note Investor Website: What Has Changed and What Still Matters

Build two note investor websites -- borrower-facing and investor-facing -- using modern tools like Next.js, AI content pipelines, and MDX publishing.

The Tech Stack Has Changed. The Strategy Has Not.

When FIXnotes first published a video on building the perfect note investor website, the recommendation was WordPress on Bluehost, or a drag-and-drop editor like Wix or Squarespace. That was solid advice at the time. WordPress powered the majority of small business websites, shared hosting was cheap, and a WYSIWYG editor was the fastest way for a non-technical investor to get something online.

That landscape looks different now. The site you are reading right now -- FIXnotes.com -- runs on Next.js deployed to Vercel. Every blog post is an MDX file managed through Claude Code, an AI assistant that can draft, edit, format, and deploy content from the command line. There is no CMS login. There is no shared hosting bill. The site loads in under a second, costs almost nothing to serve, and rebuilds itself on a schedule through automated cron jobs. Over 200 blog posts have been generated and managed through this AI-powered content pipeline, each one optimized for search engines and AI retrieval systems (what the industry now calls Generative Engine Optimization, or GEO).

But here is what has not changed: the core principles from that original video remain exactly correct. Note investors still need two websites -- one facing borrowers and one facing investors. Trust language still matters. Lead magnets still drive capital. And your website still serves as a credibility checkpoint for banks and institutional sellers evaluating whether you are a legitimate counterparty. The principles have not changed. The tools have.

This article walks through both: the strategic foundation that every note investor website needs, and the modern tools that make building and maintaining those sites faster, cheaper, and more effective than anything available five years ago.

Why Do Note Investors Need Two Websites?

Most businesses get by with a single website. Note investors are not most businesses. You operate in a space where your two primary audiences -- borrowers and investors -- have fundamentally different needs, expectations, and emotional states when they arrive at your site.

A borrower visiting your site is likely in financial distress. Their mortgage has been sold -- possibly multiple times -- and they have received a hello letter or demand letter from a company they have never heard of. They are anxious and skeptical. What they need is clarity, simplicity, and a low-friction way to make contact.

An investor or institutional seller visiting your site wants something entirely different: evidence of professionalism, track record, fund structure, and operational competence. They are evaluating you as a counterparty -- someone they will either invest money with or sell assets to.

Trying to serve both audiences on a single domain creates confusion. A borrower who lands on a page about your fund's IRR targets will leave immediately. An institutional seller who lands on a page with FDCPA disclosures about debt collection will question your professionalism. The solution is separation: two sites, two domains, two distinct experiences.

PPR -- Partners for Payment Relief -- has been doing this well for years. Their investor-facing site features fund offerings, infographics, state-by-state breakdowns, and a newsletter signup. Their borrower-facing site is a single page: a web form, a phone number, an address, and the legally required language about being a communication from a debt collector. That is the model.

Building the Borrower-Facing Site

The borrower-facing site should be the simplest website you have ever built. Complexity is the enemy here. A borrower in default does not want to browse pages -- they want to understand who you are, verify that you legitimately own their loan, and find a way to reach you.

The Web Form

This is the single most important element on your borrower site. Many borrowers whose loans have gone non-performing will not pick up the phone -- especially when an unknown number calls about a debt they have been ignoring. A web form removes that barrier entirely. The borrower completes it on their own time, in their own words, without the pressure of a live conversation.

The form should capture:

  • Borrower name
  • Property address
  • Phone number and email
  • Loan number (if known)
  • A text box for the borrower to describe their situation and what they are looking for

When a borrower submits the form, the response routes directly to your CRM or email inbox. Your loan servicing company handles the formal correspondence -- billing statements, hello letters, and account administration -- but this web form captures the resolution conversations that lead to loan modifications, discounted payoffs, or full settlements.

Trust Language and the Assignment of Mortgage

This is where many note investors fall short. A borrower who receives a letter from an unfamiliar company claiming to own their mortgage has every reason to be suspicious. Your borrower-facing website needs to address that suspicion directly.

The most effective approach is to explain the assignment of mortgage. This is a publicly recorded document filed with the county recorder's office. By explaining on your borrower-facing site that the borrower can verify your ownership of their loan through their local county recorder -- a government office, not your company -- you give them an independent path to confirm that you are legitimate. That single piece of transparency can be the difference between a borrower who engages and one who ignores every contact attempt.

The language should be direct: "The assignment of your mortgage to [Company Name] has been recorded with the county recorder in your county. You can verify this at your county recorder's office or website. This is a public record maintained by your local government."

FDCPA Compliance Language

If your entity is collecting on defaulted debt, federal law requires specific disclosures under the Fair Debt Collection Practices Act. Your borrower-facing site must include language identifying your communications as being from a debt collector. This is not optional -- it is a legal requirement. Consult your compliance attorney for the exact language required for your jurisdiction and business structure, but at minimum, your site needs a visible disclosure statement.

What Not to Include

Resist the temptation to add pages about your team, your investment philosophy, or your fund performance to the borrower site. That content belongs on your investor-facing site. The borrower site exists to serve one purpose: getting distressed borrowers to make contact so you can work toward a resolution. Every element on the page should support that goal. Everything else is a distraction.

How Should You Build the Investor-Facing Site?

The investor-facing site serves two audiences simultaneously: individual investors who may commit capital to your fund or JV deals, and institutional sellers (banks, credit unions, hedge funds) who visit your site to vet you as a potential buyer.

Lead Generation for Capital

If you raise outside capital -- through a fund, syndication, or joint ventures -- your investor site needs a lead magnet. A newsletter signup is the most common approach, and it works. The email address is the asset. Once you have it, an automated nurture sequence builds the relationship over weeks and months, educating potential investors about the asset class, sharing deal results, and positioning you as a knowledgeable operator.

Other lead magnets that work for investor audiences:

  • A downloadable guide on note investing fundamentals or expected returns
  • A case study PDF showing real deal outcomes with anonymized data
  • A webinar or video series that educates and builds familiarity with your team

The mechanics are the same regardless of format: offer something valuable in exchange for an email address, then let your automated email sequence do the relationship-building work. This is covered in depth in Run Your Note Business on Autopilot.

Credibility Signals for Institutional Sellers

When a bank or credit union receives your Letter of Intent on a loan pool, the first thing their compliance team does is look you up. Your website is their first impression, and it needs to communicate that you are a serious, established operation -- not someone who watched a YouTube video last weekend and decided to start buying notes.

Elements that establish credibility with institutional sellers:

ElementPurpose
Professional design and brandingSignals organizational maturity
Team or company overviewShows real people behind the entity
Investment thesis or strategy pageDemonstrates domain expertise and intentionality
Track record or case studiesProvides evidence of execution
Contact information and physical addressBuilds trust through accessibility and permanence
Newsletter or content libraryShows ongoing engagement with the market

You do not need all of these on day one. But over time, every element you add strengthens your position when a seller is deciding between you and another buyer. In a competitive market for deal flow, the investor who looks more professional on paper -- and on screen -- wins the allocation.

The Tools That Have Changed Everything

The strategic framework above has been valid for years. What has changed dramatically is how you actually build, maintain, and publish content on these sites.

Static Site Generators vs. WordPress

WordPress still powers a large percentage of the internet, but it comes with overhead that modern alternatives have eliminated. WordPress requires a database, a hosting server, regular security updates, plugin maintenance, and ongoing attention to prevent the site from slowing down or getting hacked. For a note investor whose website is primarily informational -- not a web application -- that overhead is unnecessary.

Static site generators like Next.js, Astro, and Hugo produce websites that are pre-built HTML files served from a CDN. There is no database to maintain, no server to patch, and no plugin vulnerabilities to monitor. The site loads faster because every page is already rendered -- the browser is not waiting for a server to query a database and assemble the page on the fly.

FIXnotes runs on Next.js deployed to Vercel. The hosting cost is minimal. The site rebuilds automatically on a schedule. And because every page is statically generated, load times are measured in milliseconds rather than seconds. For a note investor building a borrower-facing site that needs to load quickly on a mobile phone in a rural area with spotty cell service -- which describes a meaningful percentage of distressed borrowers -- that speed difference matters.

How Does AI Change the Content Workflow?

This is the largest shift. When the original note investor website video was published, creating content for your site meant sitting down, writing copy, formatting it, uploading it through a CMS dashboard, previewing it, and publishing it. Every blog post, every page update, every tweak to your about section required logging into WordPress, navigating the admin panel, and doing the work manually.

Today, AI assistants can handle the majority of that workflow. FIXnotes uses Claude Code to generate blog posts from source transcripts, format them in MDX (a markdown variant that supports components), optimize them for search and AI retrieval, and commit them directly to the codebase. The process looks like this:

  1. A source transcript or outline is provided as input
  2. The AI drafts the full article, cross-linking relevant encyclopedia terms, structuring headers for scannability, and writing a meta description within character limits
  3. The finished MDX file is saved to the content directory
  4. A git commit triggers a Vercel deployment
  5. The post is live

There is no CMS login. There is no formatting toolbar. There is no drag-and-drop page builder. The content pipeline runs through code and AI, and the result is faster, more consistent, and more scalable than any traditional CMS workflow.

For a note investor building a content library -- whether it is educational articles for investors, loss mitigation resources for borrowers, or market commentary to demonstrate expertise -- this changes the economics of content production entirely. What used to take hours per post now takes minutes of review. The content files themselves are plain-text MDX (markdown with metadata), stored in version control, where every change is tracked, reversible, and deployable through the same pipeline that manages your codebase. You do not need to understand React or JavaScript to write one -- just markdown, which takes ten minutes to learn.

Automated SEO and GEO Optimization

When FIXnotes publishes a blog post, the build system automatically generates Open Graph images, JSON-LD schema markup, dynamic sitemaps, and optimized meta descriptions. No manual SEO plugin configuration required.

GEO -- Generative Engine Optimization -- takes this further. AI systems like ChatGPT, Perplexity, and Google's AI Overviews increasingly answer user questions by synthesizing information from web sources. The structure and clarity of your content determines whether your site gets cited in those answers. Well-structured content with clear definitions and authoritative framing outperforms content written for human readers alone.

For note investors, this means your website is not just a brochure -- it is a knowledge base that AI systems reference when someone asks "how does mortgage note investing work" or "what is an assignment of mortgage."

What Does a Modern Tech Stack Look Like for Note Investors?

Not every note investor needs to build a Next.js site with an AI content pipeline. The right stack depends on your technical comfort level and how much content you plan to produce. Here is how the options break down:

ApproachBest ForProsCons
Wix / SquarespaceInvestors who want something live in a weekendNo coding required, all-in-one hosting and designMonthly fees, slower load times, limited customization
WordPress on managed hostingInvestors who want a plugin ecosystem and community supportHuge template library, SEO plugins, familiar interfaceRequires maintenance, security updates, database overhead
Static site (Next.js / Astro / Hugo) on Vercel or NetlifyInvestors who want speed, low cost, and AI-powered workflowsFastest load times, minimal hosting cost, content-as-codeRequires some technical setup, less visual editing
AI-assisted static siteInvestors producing content at scaleAll the static site benefits plus automated content pipelinesRequires familiarity with AI tools and version control

The key insight is that you do not need to start with the most advanced option. A Squarespace site that communicates trust and captures leads is infinitely better than a Next.js site that never gets built because the technical barrier felt too high. Get something live. You can always migrate later.

Principles That Hold on Any Platform

Strip away the technology conversation entirely, and these fundamentals remain:

Separate your audiences. Two sites, two domains, two experiences. Borrowers and investors have nothing in common except that they both interact with your business. Serve them separately.

Build trust through transparency. On the borrower side, explain the assignment of mortgage and direct borrowers to verify your ownership at the county recorder's office. On the investor side, show your work -- case studies, strategy, team, and track record.

Capture leads. Every visitor who leaves your site without giving you their contact information is a missed opportunity. A web form on the borrower site captures resolution conversations. A lead magnet on the investor site captures capital relationships. Both should be automated so they work whether you are at your desk or not.

Use your site as a credibility tool. When a bank's compliance team Googles your company before accepting your bid, your website is your first and sometimes only chance to make an impression. When a borrower receives a hello letter and searches your company name, your borrower-facing site is what determines whether they engage or ignore you.

Produce content consistently. A single landing page is better than no website at all, but a growing library of useful content compounds in value over time. Every article is another entry point for search engines, AI systems, and potential counterparties to discover your business.

Where Should You Start?

If you do not have a website yet, start with the borrower-facing site. It is simpler, it directly supports your core business operations (getting non-performing borrowers into contact so you can work toward resolution), and it can be built in an afternoon on any platform. A single page with a web form, your company name and address, FDCPA-compliant language, and a brief explanation of the assignment of mortgage is enough. You can build the investor-facing site later, once you have a track record and content worth showcasing.

If you already have a website and want to modernize it, the highest-leverage upgrade is adding a content pipeline. Whether that means writing a weekly blog post, publishing case studies with anonymized deal data, or creating educational resources about loss mitigation options for borrowers -- consistent content production is what transforms a static brochure into a growing asset. AI tools have made that production process dramatically faster and less expensive. Use them.

The original video's advice was right: get a hosting platform, get a CMS, and build something. The hosting platform might now be Vercel instead of Bluehost. The CMS might now be a folder of MDX files managed by an AI assistant instead of a WordPress dashboard. But the underlying imperative has not changed. Your website is the digital front door to your business, and in a market where trust, credibility, and accessibility determine whether borrowers engage and sellers transact, that front door matters.

Start here

Take the free Note Investor Workshop — analyze a real deal and submit a practice offer on a live asset. No credit card.