Aug 28, 2026 · by Kevin William David · View source

Sider Code

Reshape any website with plain words via Sider extension

Sider Code

Editorial analysis

The Web Was Never Built for You. What If You Could Rebuild It?

Every social media manager I know has a love-hate relationship with the platforms they live in. We spend our days inside interfaces designed by someone else, for someone else — usually for advertisers, sometimes for engagement metrics, rarely for our actual workflow. When I’m juggling a TikTok content calendar, a LinkedIn newsletter, and a YouTube channel, the friction isn’t the content. It’s the containers. The dashboards, the comment sections, the analytics views that show me everything except what I need.

Here’s the uncomfortable truth: we’ve all gotten very good at working around interfaces that weren’t designed for us. We take screenshots of comments to share internally because the platform won’t export them cleanly. We copy-paste long threads into ChatGPT to summarize them because the native thread view is a mess. We install five different browser extensions to block the noise, reformat the layout, or extract the data we actually need. That’s not a workflow. That’s a workaround.

So when I saw Sider Code launch on Product Hunt, I didn’t see another AI wrapper. I saw a potential answer to a question I’ve been asking for years: what if the tools we use every day could be shaped to fit us, instead of us shaping ourselves to fit them?

The pitch is deceptively simple. Instead of building a new website, Sider Code lets you reshape the sites you already use. You describe what you want changed in plain language, and the tool — built by the team behind Sider, the AI research agent and extension — writes and applies code to modify the page in real time. No coding required. The changes persist across visits. You can toggle them on and off. And for the next three days at the time of launch, it was free for everyone.

This matters to creators and social media operators more than it might first appear. Because the platforms we depend on aren’t just tools — they’re environments. And environments shape behavior. If you’ve ever wondered why you post less on one platform than another, or why your engagement is better on one channel, the interface is a bigger factor than you think. Sider Code is the first mainstream attempt I’ve seen to hand that control back to the user.


The Real Problem: We’ve Normalized Bad Interfaces

Let me be specific about what I mean by “bad interfaces” because I’m not talking about aesthetic preferences. I’m talking about structural design choices that actively work against how creators actually operate.

Take Reddit, which is where one of the commenters on the launch page said they’d use Sider Code first. Long, scattered threads are the platform’s signature — and its curse. When I’m researching a niche community for content ideas, I don’t want to scroll through 400 nested comments to find the three substantive takes buried in there. I want a digest. I want the debate mapped out, not dumped out. The launch page specifically mentions “turning a comment section into a map of the debate” — that’s not a convenience feature. That’s a research tool.

Or consider the comment sections on YouTube. When I’m doing competitive analysis, I want to see what people are really saying about a creator’s content — the complaints, the requests, the recurring questions. But YouTube’s comment view is chronological and flat. There’s no way to cluster, filter, or summarize. I’ve lost count of how many hours I’ve spent manually copy-pasting comments into a spreadsheet just to identify patterns.

The deeper issue is that these platforms are built for mass consumption, not professional use. A casual user scrolls. A creator analyzes. A social media manager strategizes. The same interface serves all three — and it serves none of them particularly well.

This is where Sider Code’s promise gets interesting. The team describes it as “reshape information, remove what you don’t need, or add capabilities the site never had.” That’s not a feature list. That’s a philosophy shift. Instead of waiting for Reddit to build a better thread view (they haven’t in 15 years), you build it yourself. Instead of hoping YouTube improves its comment analytics (they’ve barely touched it in a decade), you extract what you need on your own terms.

Why This Matters More for TikTok Creators Than LinkedIn Ones

There’s a pattern in how different platform users respond to interface friction. LinkedIn users, in my experience, are the most accepting of bad design. They’ve been trained to treat the platform as a fixed landscape — you post, you comment, you network, you repeat. The interface is secondary to the professional networking value.

TikTok creators are the opposite. They live in a platform that changes its algorithm and interface constantly. They’re used to adapting, but they’re also the most likely to feel the pain of interface limitations. When you’re posting three times a day and monitoring trends, a tool that can reshape the For You page or filter the comment section becomes not a luxury but a workflow necessity.

The launch page mentions one use case that I think TikTok creators will especially appreciate: “removing an entire content format you never want to see.” If you’re a creator who doesn’t do duets, or who avoids a specific content category, the ability to filter that out of your feed isn’t just a convenience — it’s a time management tool. Every minute you spend scrolling past content you’ll never engage with is a minute you’re not spending on content that could inform your strategy.


What Sider Code Actually Does (and What It Doesn’t)

Let me get into the mechanics, because the claims on the launch page are bold and I want to separate what’s verified from what’s aspirational.

The core function is straightforward: you describe a change to a webpage in natural language, and Sider Code generates code that modifies the page’s DOM. The changes are saved for future visits and can be toggled on and off. The team positions this as “your words, your web” — a personalization layer that sits on top of any site.

What’s confirmed from the launch page and comments:

  • The tool can handle a range of modifications, from removing ads to restructuring content layouts. One commenter asked about ad blocking, and the team confirmed “you can completely customize your own adblock.”
  • Changes can be shared or exported. When asked about sharing, the maker confirmed “you can export it” and that there’s “a share feature” they plan to make easier.
  • The code generated is currently “frozen” — meaning it doesn’t dynamically adapt to changes in the underlying page. The team acknowledges this and says they’re “planning to make a detection feature to detect whether there are disruptive changes for the original page.”

That last point is the critical one. In the comments, Mohsin Ali asked a sharp question: “how does this hold up on heavy SPAs where DOM is constantly updating as we scroll?” The answer was honest: the code is frozen, and detection of disruptive changes is a future feature.

This is the difference between a tool that’s genuinely useful and one that’s a demo. If you’re using Sider Code to restructure a static page — a blog post, a documentation site — the frozen code approach works fine. But if you’re trying to reshape something dynamic like a social media feed, where content loads continuously as you scroll, the frozen code will break. The page will re-render, the DOM will change, and your customization will vanish or misbehave.

For social media operators, this is the make-or-break question. Almost everything we use is a single-page application. X (Twitter) is an SPA. LinkedIn is an SPA. Instagram’s web version is an SPA. If Sider Code can’t handle dynamic content, its utility for our use case is severely limited — at least for now.

Where the Math Breaks

Let me do the math on what “frozen code” means in practice. When you tell Sider Code to “remove the trending sidebar,” it generates JavaScript that runs on page load and removes that element. On a static page, that works. On an SPA, the page initially loads, your script runs, the sidebar disappears — and then the framework re-renders the view, and the sidebar comes back.

The team’s answer — that they’re working on detection — is the right direction, but it’s not a solution yet. True SPA compatibility requires observing DOM mutations and re-applying customizations when the page changes. That’s significantly harder than generating one-time scripts. It requires a mutation observer, a reconciliation engine, and careful handling of performance implications.

This is my main hesitation about recommending Sider Code to social media teams right now. The use cases that would be most valuable — reshaping feeds, filtering comments, restructuring threads — are all on SPAs. The use cases that work reliably — cleaning up a blog post, reformatting a documentation page — are less critical for daily operations.

I’d bet the team is aware of this tension. The launch page’s examples focus on content consumption and research — “making difficult terms explain themselves on hover,” “rebuilding a scattered thread as a focused article.” These are mostly static-page scenarios. The social media use cases are implied but not demonstrated.


The Incumbent Comparison: Why This Is Different From What Exists

When I first heard the concept, my immediate thought was: isn’t this just a more powerful version of a browser extension? The answer is yes and no.

Existing tools like uBlock Origin and Tampermonkey let you modify pages, but they require either pre-built filter lists or manual scripting. You don’t describe what you want in natural language and get working code. You either find a pre-made solution someone else built, or you learn JavaScript and write your own.

Sider Code sits in an interesting middle ground. It’s not as powerful as writing raw userscripts, but it’s more accessible than searching for pre-built extensions. The natural language interface is the differentiator. It lowers the barrier to entry from “I need to code” to “I need to describe.”

Compare this to the broader AI browsing assistant space. Perplexity summarizes pages. ChatGPT can read and analyze content. But neither actually modifies the page you’re looking at. They extract information and present it elsewhere. Sider Code is trying to change the page itself — a fundamentally different proposition.

There’s also a comparison to be made with Buffer and Hootsuite in the social media management space. Those tools are about scheduling and publishing — they work with the platforms’ APIs, not against their interfaces. Sider Code is the opposite: it works on the interface itself, without needing API access. That’s both its strength (no rate limits, no API restrictions) and its weakness (it can break when the platform updates).

Why This Could Be a Research Game-Changer

For social media managers, the most underrated use case might be research. When I’m doing competitive analysis or trend spotting, I spend hours across platforms gathering information. The problem is that each platform presents information in its own format, designed for its own purposes — not for comparative analysis.

Imagine using Sider Code to normalize how you view content across platforms. You could restructure a Twitter thread into the same format as a Reddit thread, making cross-platform comparison actually possible. You could strip away the engagement metrics from a competitor’s post to focus purely on the content. You could remove the recommendations sidebar that’s constantly trying to distract you from the task at hand.

This is where the “export” feature becomes valuable. If you can customize a page and then export the result, you’re essentially building your own research pipeline. You’re not just consuming information — you’re transforming it into a format that fits your workflow.


What Creators and Social Media Teams Can Borrow From This

Even if you’re not ready to adopt Sider Code tomorrow, the concept points to a broader principle that’s worth internalizing: your tools should adapt to you, not the other way around.

Here’s what I mean in practical terms. Most creators I know have a “content stack” — a collection of tools they use to produce, schedule, and analyze content. The stack usually includes a scheduler (Buffer, Later, Metricool), a design tool (Canva, CapCut), and an analytics tool. The problem is that these tools are all built by different companies with different design philosophies. They don’t integrate seamlessly. You’re constantly exporting and importing, copying and pasting.

Sider Code’s approach suggests an alternative: instead of trying to make your tools work together, customize each one to work the way you need it to. The interface becomes the integration layer.

For example, I’ve always wished that YouTube Studio had a better comment moderation view. The default interface shows comments in a list, but there’s no way to filter by sentiment, length, or engagement. With Sider Code, you could theoretically add those filters yourself — or restructure the view to show the metrics you care about most.

Similarly, the “remove what you don’t need” feature has direct applications. If you’re a creator who posts on Instagram and Facebook through Meta’s unified dashboard, you know how cluttered that interface is. The tool tries to show you everything at once — insights, messages, notifications, suggestions. With Sider Code, you could strip away everything except the metrics you actually track.

The Workflow I’d Test This Week

If I were a social media manager evaluating Sider Code today, here’s what I’d do. First, I’d pick a static page I use regularly — maybe a competitor’s blog or a documentation site — and try the most basic customization: removing clutter. This tests the core functionality without the complexity of dynamic content.

Second, I’d test it on a thread-heavy platform like Reddit. The use case of “rebuilding a scattered thread as a focused article” is compelling, and Reddit’s thread structure is complex enough to stress-test the tool’s capabilities. If Sider Code can handle Reddit’s comment trees, it can handle most static content.

Third, I’d test the export feature. The ability to share customizations with team members is critical for adoption. If you can build a customized view once and share it with your whole team, the tool becomes a collaboration tool, not just a personal convenience.

Finally, I’d set expectations appropriately. The “frozen code” limitation means you’ll need to re-apply customizations when pages change. That’s manageable for static content but frustrating for dynamic feeds. Don’t build your entire workflow around Sider Code until the detection feature ships.


Where My Judgment Says It Falls Short

I’ve been writing about the creator economy for years, and I’ve seen too many tools launch with bold promises and break on the first real-world test. Sider Code has a compelling vision, but there are several areas where I’m skeptical.

The SPA problem is the elephant in the room. The team’s honest admission that code is “frozen” tells me they haven’t solved the hard problem yet. For social media operators, this is a dealbreaker for the most valuable use cases. Until the detection feature ships, Sider Code is a tool for reading and research, not for daily platform work.

The sharing feature is underdeveloped. The maker said “there is a share feature and we will make it easy to share.” That’s a roadmap item, not a shipped capability. For teams, sharing customizations is non-negotiable. Without it, each person has to build their own customizations, which defeats the purpose of standardization.

Pricing is unclear. The launch page mentions free access for three days, but there’s no disclosed pricing for after that. This matters for budgeting. If the tool becomes expensive, it needs to justify the cost against free alternatives like Tampermonkey scripts.

The “frozen code” approach has a maintenance burden. Even for static pages, websites change. A blog redesign, a new layout, a different ad placement — all of these can break your customizations. The team’s plan for detection is good, but it’s not here yet. In the meantime, you’re maintaining customizations manually.

The tool’s scope is both a strength and a limitation. By focusing on reshaping existing websites, Sider Code is implicitly conceding that it can’t help you build new things. It’s a modification layer, not a creation tool. For creators who need to produce content, not just consume it, the value proposition is narrower.


What I’d Watch and Test Next

Here’s my honest assessment: Sider Code is worth watching, and for certain use cases, worth trying now. But it’s not ready to be a core part of a social media workflow.

This week, I’d test it on a Reddit thread. The use case of restructuring long discussions into readable formats is genuinely valuable for research. It’s also a good stress test of the tool’s capabilities. If it works well, it saves real time in competitive analysis.

I’d also test it on a competitor’s blog. Removing clutter, reformatting content, and creating a cleaner reading experience is a low-risk test that demonstrates the core value proposition. If this works, the tool has a solid foundation.

I’d keep an eye on the roadmap. The detection feature for dynamic pages is the key unlock. When that ships, Sider Code becomes relevant for social media feeds. Until then, it’s a research tool with potential.

I’d watch how the sharing feature evolves. If sharing becomes seamless, the tool transforms from a personal utility into a team collaboration platform. That’s when it gets interesting for agencies and content teams.

I’d monitor the pricing. The three-day free window is a trial, not a commitment. When the pricing is disclosed, it’ll tell us whether the team sees this as a consumer tool or a professional tool. The positioning will be revealing.

The broader lesson, regardless of what happens with Sider Code specifically, is that the era of passive tool adoption is ending. Creators and social media operators are realizing that the interfaces they use every day are choices, not constraints. Whether through Sider Code, custom scripts, or more powerful browser extensions, the next competitive advantage in social media management might not be better content — it might be better tools. And for the first time, those tools are becoming accessible to people who don’t code.

Your words. Your web. That’s not just a tagline. It’s the direction the entire creator economy is heading.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with FLOWNIB. No editing skills required.

Start Creating for Free