Who’s actually building something real with Cursor? Prove it

Let’s be honest.

A lot of people are using Cursor.

But how many are actually building something real?

Not demos.

Not small experiments.

Not “I tried something once”.

I’m talking about:

- real products

- real systems

- real use cases

- things that actually solve problems or make money

It’s easy to use AI tools.

It’s much harder to build something serious with them.

So I’m genuinely curious:

Who here is actually building something real with Cursor?

What are you working on?

What problem are you solving?

How far did you go?

If you’re one of the people doing real work —

this is your moment to show it.

No fluff.

No hype.

Just real projects.

Let’s see what people are actually capable of.

I managed to use Cursor AI (while I had unlimited) to fully upgrade my Discord bot. NT • Discord App

I made several Discord bots, but not bots that need to earn much.

Update my website theme. NT

Make my own LLM-supported AI chat service, that also now includes live website changing for myself, in case I run out of credits in Cursor AI or any other AI services i have. https://ai.newstargeted.com/ (It also uses OpenClaw, with skills and plugins)

I got help from Cursor AI in re-making several modules for CMSMS
CMS Made Simple - Forge

  • :link: API Service - RESTful API endpoints (Used AI to make my documentation better)
  • :counterclockwise_arrows_button: Convert Service - File and data conversion tools (Used AI to make the convertion smoothly)
  • :bar_chart: Dashboard - Analytics and monitoring dashboard (Already a service before AI, but improved with AI)
  • :hospital: Diabetes Service - Health tracking and management (Also now include nightscout hosting for diabetes open-source xDrip+ app)
  • :electric_plug: Extensions - Browser extensions and add-ons (Coming service, because i have several google extensions, that i could make into a service).
  • :television: Info Screen - Information display system (For schools and other users that needs such display on screens, instead of having dedicated TV’s you can have dedicated browser page, like mcDonads)
  • :window: MAS Service - Master3395’s Administration Service for Roblox moderation
  • :floppy_disk: Raw Data - Data access and export
  • :hook: Webhook Service - Webhook management and testing
  • :books: Classroom - Classroom monitoring and educational tools
  • :video_game: Games - Browser games and simulators
  • :chart_increasing: RBXStats - Roblox statistics and analytics

2 special Discord bot commands for my AI site.

  1. /ask where the user can ask the bot for things like “can you tell 10 + 10 what 10+10 is?”, and it outputs
  2. An AI command for me, the bot owner only, where i can ask it to make Discord commands, events, etc., or change commands (All of this logged ofc)

That’s actually a really nice setup, especially the part where you try to reduce dependency on external AI services :clap:

Building your own LLM-powered system + integrating it with real use cases (Discord bot, CMS, live website editing) shows solid hands-on work.

I also like the idea of having a fallback when credits run out — that’s something many people don’t think about.

Just from a technical perspective, a few things come to mind that are worth keeping in mind (not criticism, more like trade-offs):

Model quality: Self-hosted or alternative models usually can’t fully match Claude/GPT in reasoning and consistency, so depending on your use case, responses might feel weaker or less reliable.

Performance & infrastructure: Running your own models (even smaller ones) can get heavy pretty fast — GPU, RAM, latency, scaling, etc. Without strong infra, things can slow down.

Maintenance: With your own system, you basically become responsible for everything (updates, improvements, bugs, scaling), which can grow into a big workload over time.

Safety / control: Especially with things like live website editing, it’s important to have strict safeguards in place to avoid unintended actions.

Costs over time: Sometimes self-hosting looks cheaper at first, but infra + maintenance can end up costing more if not optimized well.

Overall though, this is a strong direction — especially if you combine it with a hybrid approach (your own system + external APIs where needed). That usually gives the best balance between quality and control.

Curious to see how others are approaching this too :eyes:

I have most of these things already covered.

I might have forgotten to say that i also implemented 2 special Discord bot commands for my AI site.

  1. /ask where the user can ask the bot for things like “can you tell 10 + 10 what 10+10 is?”, and it outputs

  2. An AI command for me, the bot owner only, where i can ask it to make Discord commands, events, etc., or change commands (All of this logged ofc)

I mostly use cloud api’s, and some local LLM’s. (I already have ChatGPT, Claude, and other api services implemented and ready to be used, if needed).
But i also have fallbacks on several LLM’s if one fails.
Users cannot edit website/server configs.
Only Admins can do that.
Also, for each admin change, i have to approve before they get implemented.
And every website change also gets logged.

I have around 64TB of storage on my server, so i have some space for LLM’s.

I’ve done both small and bigger hosting over the years.
And yes, the cost can run high sometimes.
But also rewarding both learning-wise and scripting-wise.

I have also implemented a queue system in my AI setup, where it can be slower, but also be more reliable, where it will produce what you want, such as 3D images, 2D images, video, and or images if needed.
I have implemented credit usage for it all, depending on text length and or extra added services such as images, video, 2D, and 3D, which might be changed later on.

That’s honestly a really solid setup, respect :clap:

You’ve clearly thought through a lot of the important parts already — especially the hybrid model usage, fallback logic, queue system and admin approval flow. That’s the kind of stuff people usually only realize later.

I also like that you’re not relying on a single provider and already have multiple APIs + local models ready. That’s pretty much the right direction if you want reliability and cost control long term.

Quick question out of curiosity (since I’m working on something similar):

How are you handling your queue exactly? Is it something like a worker system (Redis / background jobs), or fully custom?

And for your fallback logic, do you route based on availability only, or also based on task type (e.g. image vs text vs heavier jobs)?

For credits, are you tracking more per request or closer to token/service-level usage?

I think the way you combined everything (Discord + web AI + credits + queue) is actually a strong base for something scalable if you ever decide to push it further.

Curious to see where you take this :eyes:

Before that, I built a system that automatically extracts polygons from floor plans and calculates construction materials with minimal waste, including automatic order generation.

My latest project was developing close to 300 automation workflows across multiple industries, which I’ve now completed. The focus was on solving real-world problems through practical, reusable systems rather than one-off solutions.

At this point, it’s less about building things from scratch and more about combining, optimizing, and scaling what already works into efficient systems.

Mostly custom queue, but i do relay on redis/RabbitMQ and some background workers, to make sure my VPS isn’t overloaded in any places.
I put all heavy tasks, such as creating images, video, audio, files or zip into the queue no matter what, because i do want to let everyone have the pleasure of using the system, even if big file creation will take longer.
I am not a “big” creator, so my usage of the system will be limited to what i pay for now.
I don’t want to burn in with paying too much for an upgrade.

I also seem to have forgotten a few sub-domains i made using Cursor AI also.

  • :link: API Service - RESTful API endpoints (Used AI to make my documentation better)
  • :counterclockwise_arrows_button: Convert Service - File and data conversion tools (Used AI to make the convertion smoothly)
  • :bar_chart: Dashboard - Analytics and monitoring dashboard (Already a service before AI, but improved with AI)
  • :hospital: Diabetes Service - Health tracking and management (Also now include nightscout hosting for diabetes open-source xDrip+ app)
  • :electric_plug: Extensions - Browser extensions and add-ons (Coming service, because i have several google extensions, that i could make into a service).
  • :television: Info Screen - Information display system (For schools and other users that needs such display on screens, instead of having dedicated TV’s you can have dedicated browser page, like mcDonads)
  • :window: MAS Service - Master3395’s Administration Service for Roblox moderation
  • :floppy_disk: Raw Data - Data access and export
  • :hook: Webhook Service - Webhook management and testing
  • :books: Classroom - Classroom monitoring and educational tools
  • :video_game: Games - Browser games and simulators
  • :chart_increasing: RBXStats - Roblox statistics and analytics

Nice, the world is moving forward, from static old systems, into more “dynamic” live changes.
But the main issue with “AI” is what people call “Slop”, code added, that does almost nothing, but take place.

Nice, but as you’ve probably noticed, finding real gaps in the market and building solutions for them is what actually generates income. Knowledge and education are good things, but real life is ruthless — that’s why working on projects that truly do business is the smartest approach.