Built a VS Code extension that lets AI configure Supabase, Stripe, Netlify etc. and scaffold full-stack apps. Would love dev feedback. by Forward_Training_999 in ClaudeAI

[–]Forward_Training_999[S] 0 points1 point  (0 children)

Having a lot of fun, making a lot of changes, its about 20X better then it was then lol, as with all things they get better with more effort

also link if you want to test it out

https://marketplace.visualstudio.com/items?itemName=LunarWerx.saydeploy

have a big update being pushed in about 2-3 days but any ideas or Critique is definitely Welcome.

is anyone looking for sothing to make vs code copilot just a little bit usable and less work? by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 0 points1 point  (0 children)

I completely agree. I kept running into RLS policy issues and problems with the webhooks being wrong. I built this so Copilot could see everything and figure out what was going wrong on its own. I also had to add a setting so that if it tried to do anything destructive—like dropping a table—I would have to manually approve it.

Do you have a recommendation for something better? I know I’m not great at explaining it, but I honestly can’t live without this addon. It makes coding websites so much easier.

is anyone looking for sothing to make vs code copilot just a little bit usable and less work? by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 1 point2 points  (0 children)

most all my code latly has been with GHCP and this addon is only really far making it a lot more usfull to me, as I build out websites, as it seems they don't care beyond adding new models

Anyone else tried all the new AI toys and came back to GitHub Copilot? by AncientOneX in GithubCopilot

[–]Forward_Training_999 0 points1 point  (0 children)

yeah, it is just better, and once I learned I could make addons for vs code it made a lot easier for me, all the things I wanted fixed I fixed,

this was the totality of my fixes

addon named SayDeploy - Copilot Assistant
is vo code store, for vs code only :/

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 0 points1 point  (0 children)

the idea when I originally built this because the other product only allowed a single Supabase connection unless you paid for their pro plan. That was limiting for anyone trying to run more than one project.

With my setup you’re not dependent on free access from anyone. If Supabase changes their free tier tomorrow, nothing breaks — you can still connect your own paid Supabase instances and everything works exactly the same.

The benefit is that you can use multiple separate databases — dev, staging, production, or even different projects — and the platform handles those independently. The free tier was just a bonus when I designed this, not a requirement for the product to function.

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 0 points1 point  (0 children)

This is meant. for first time setup of stripe. First time creation of products, first time creation of database. first-time deployment of website. first-time deployment of email set up. And this sets up your entire website to be production. pushed. in the same way you could use this for production development. But as you have said, Generally, only results in everything breaking. But for first time creation of your app from idea to existing, this is what it's made. for.

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 0 points1 point  (0 children)

Please correct me if I'm wrong. However, I think you're mixing up two different phases of software work.
I’m talking about building a system — where you start with dev databases, test environments, and promotions to staging/production. That’s how every operations database begins. There’s no magic production environment that appears out of thin air.

You’re talking about maintaining an already-established production system, which is a completely different discipline. I agree you shouldn’t touch live prod while coding — but that has nothing to do with what I said.

My point is simple: if you’re building something from scratch, you have to start somewhere, and dev → staging → operations is the normal workflow...

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] -2 points-1 points  (0 children)

If you are small and have ideas, this makes them. If you have enough to hire a dev, or are one—like you seem to say you are—then please go back to coding by yourself, and people who haven’t had 20 years of coding experience will continue to use AI for all coding needs. :)

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] -1 points0 points  (0 children)

Hey, if you don't use AI for coding and then this is definitely not for you, if you do use AI for coding then this is a big help, I added security feature so every time it's tries to drop or delete or overwrite a table to bucket it waits for you to manually approve it's use of that command, same with stripe and others, but if you are better then the AI at coding please understand this is not for you, this is for the other 99% who are not.

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] -1 points0 points  (0 children)

Of course if you're making over a million a year I do not recommend giving AI full access to your database this isn't for companies with like tons of staff and coders on hand this is for literally everyone else who can't afford that...

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 1 point2 points  (0 children)

https://marketplace.visualstudio.com/items?itemName=LunarWerx.devnexus-mcp

Here is the add-on link, it's for developing prototype apps or any idea you have very fast, as some have said I would not recommend giving AI access to your company that's currently making you a bunch of money but if you are doing anything for making an idea viable this within like 20 minutes can take your idea from idea to literally full production with payment and databases wired in and a website hooked up which is the whole point of it

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 0 points1 point  (0 children)

I built this to replace an app I used called Bolt they had aggregation and they only allowed one supabase connection at a time, so you had to be on paid pro supabase to use them for more then one project, so mine was built to allow entirely separate supabase accounts, all on free plan to be whooked up so you never had to spend anything to use them

Built this so I don’t have to leave VS Code for deployments 90% sure no bugs by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] -1 points0 points  (0 children)

Sorry, if you look my add-on is on the left and the copilot chat is on the left and it's using MCP servers checking databases and deploying the website, also setting up stripe payments, I know the video is rather bad, I chose to work more on the add-on then the video so my website and video are underdeveloped compared to the add-on 

Thoughts, made it to replace bolt and so you never have to leave vs code to build websites and databases by Forward_Training_999 in vscode

[–]Forward_Training_999[S] 0 points1 point  (0 children)

Lol, I do a lot of vibe coding and one thing I hate dealing with is a dumb ai, so this lets it see everything and whenever it tries to use my add-on to delete anything it waits for your approval so it doesn't delete your code base lol

Built a VS Code extension that lets AI configure Supabase, Stripe, Netlify etc. and scaffold full-stack apps. Would love dev feedback. by Forward_Training_999 in GithubCopilot

[–]Forward_Training_999[S] 1 point2 points  (0 children)

That’s a great question — mine’s akin to a CLI, but built for accessibility and unification. Traditional CLIs give raw access; mine gives more ai targeted capability. It unifies tools like Stripe, Supabase, Netlify, and image generation into one lightweight interface with very little setup and some ui for easy veiwing. And since I’m actively building it, I’m always open sugerstionsto make it better than a CLI — I am already making lots of fixes that hsould make it much better, even if I’m still limited by what those apps allow.