Built_for_users

Your attention
has value.

Get rewarded while you code.

Built for VS Code and its forks, zero markup: DevAds brings relevant, non-intrusive ads into your workflow. Your attention, your value.

EARN BETWEEN $10 TO $30 / MONTH *
page.tsx — devads
TS page.tsx
1
import { useState, useEffect } from 'react';
2
import { createClient } from '@supabase/supabase-js';
3
4
export default function App() {
5
const [data, setData] = useState(null);
6
const [loading, setLoading] = useState(true);
7
8
useEffect(() => {
9
async function fetchData() {
10
const supabase = createClient();
11
const { data } = await supabase.from('devads').select();
12
setData(data);
13
setLoading(false);
14
}
15
fetchData();
16
}, []);
17
...
TERMINALOUTPUT
~/project/devads$ npm run dev
> Ready in 1.2s
DevAds: Sponsored View
DevAds Banner
DevAds
Monetize your code. Get rewarded while you build.
main*
0 ✗0 ⚠
TypeScript React

Seamlessly integrated with your favorite editors

VS Code
Cursor
Windsurf
Antigravity
+ all VS Code forks

Time === Value

You already spend hours inside your editor. DevAds gives users a way to earn from the attention they naturally spend while building.

01
[CODE]

Keep building

Stay focused on the tools and projects you care about. No popups, no distractions.

02
[DISCOVER]

See relevant products

Discover user tools, SaaS products, APIs and services that are actually relevant.

03
[EARN]

Get rewarded

Receive tangible rewards for the attention you already give to your editor.

Code. Discover. Earn.

01Install

Install DevAds for VS Code.

02Code

Continue working normally. Relevant user ads appear naturally within your workflow.

03Earn

Receive rewards when you engage with eligible ads.

Built to share the value.

We believe users should benefit from the value their attention creates.

0%
User
100%
DevAds

Your share

50% of eligible advertising revenue goes to users.

Platform share

50% supports the DevAds platform, infrastructure and operations.

Be part of the first users earning with DevAds.

DevAds is starting with VS Code. Join the waitlist and be among the first to try it.

Frequently asked questions

DevAds is an advertising platform designed specifically for users. It brings relevant, non-intrusive ads for user tools, SaaS products, and APIs directly into your workflow, allowing you to discover new tools and earn rewards for your attention.

When you have the DevAds extension installed, you'll see small, non-disruptive ads in designated areas of your editor (like the terminal output). You earn rewards simply by viewing and occasionally interacting with these relevant ads.

We believe in fair value exchange. 50% of the eligible revenue generated from the ads shown to you goes directly to you as a reward. The other 50% is used to maintain and grow the DevAds platform.

DevAds is designed to be completely non-intrusive. Ads will primarily appear in secondary areas of your editor, such as integrated terminal outputs or dedicated unobtrusive sidebar panels, never obscuring your actual code.

Yes. Our initial release is focused entirely on providing a first-class experience for Visual Studio Code via an official extension.

While it won't replace your salary, early estimates suggest users can earn between $10 to $30 per month. Actual rewards depend on various factors including ad availability, your location, advertiser demand, and your engagement.

No, rewards are not guaranteed. They fluctuate based on the volume of advertising campaigns running, your geographical location, and how much time you spend actively coding with the extension enabled.

Absolutely not. DevAds is built by users who hate being interrupted. There are no pop-ups, flashing banners, or modals. The ads are designed to look and feel like native parts of your development environment.

We are starting exclusively with VS Code to perfect the experience. Once we have a stable and loved product there, we will explore support for JetBrains IDEs and other popular editors.

No. We don't share or analyze your source code. The only information shared to serve relevant ads is your System OS, IDE name, and Country.

The DevAds extension is completely open-source and published on GitHub. You can review the code yourself for full transparency on exactly what data is transmitted.