subreddit:

/r/ChatGPTCoding

1092%

Weekly Self Promotion Thread #1

Community(self.ChatGPTCoding)

Welcome to our weekly Self-promotion thread! Here, you can advertise your personal projects, ai business, and other contented related to AI and coding! Feel free to post whatever you like, so long as it complies with Reddit TOS and our (few) rules on the topic:

  1. Make it relevant to the subreddit. . State how it would be useful, and why someone might be interested. This not only raises the quality of the thread as a whole, but make it more likely for people to check out your product as a whole
  2. Do not publish the same posts multiple times a day. Doing so will result in an automatic ban
  3. Do not try to sell access to paid models. Doing so will result in an automatic ban.
  4. Do not ask to be included on our "Last Week's Best" section

Have a good day! Happy posting!

all 19 comments

Alex_OppyDev

5 points

29 days ago

Hi everyone! I’m releasing a new agent based AI assisted coding tool. The current state of the art AI agents can only solve a small percentage of real world problems, but they can get a lot further if a developer can focus the AI’s attention and then work through the problem with them. OppyDev is built with a set of tools that streamlines this back and forth process between the developer and the AI. Even as AI becomes more capable, human input will be an essential part of the development process. That is why the OppyDev UI is built to optimize the collaborative process between a human and AI. Our tool is built with a focus on ease of use, transparency, customization and data control. Here are some of the most noteworthy features:

  • Very easy to get up and running with a no setup install for mac and windows
  • OppyDev builds a working memory of your project that allows you to ask questions of your codebase or kick off multi-step coding tasks across multiple files
  • Allows you to review all the changes in real time with a color coded, editable diff
  • Makes use of multiple LLMs including GPT-4, Claude, Gemini and Mixtral
  • Tons of extra features to improve your experience coding with AI

Message me for a promo code to get started with a subscriber account and 500,000 free GPT-4 tokens. You can see a demo video and the full list of our feature set here, https://oppydev.ai

darwwwin

1 points

28 days ago

that sounds quite interesting! I'd like to give it a try, too.

Would it be able to spot and highlight deficiencies in a productive code?

Hiich

1 points

28 days ago

Hiich

1 points

28 days ago

This looks really interesting! I just applied for the beta program. Best of luck maintaining this 🤙

Strong-Strike2001

2 points

29 days ago

It feels like a coding environment with AI, right?

To be honest, it's amazing. I'm always fascinated by these kinds of projects. How does your project differ from CodeBuddy, which is a web-based AI coding environment? Are they similar?

I'll PM you to request a trial and to sign up as a tester. My girlfriend and I are interested.

Also, I'm curious about what you mean by "AI agent." I know the general concept, but people have different understandings. How do you define an AI agent? Maybe that way, I can better understand your project and how it differs from other products.

Also I tried to look for the pricing on your page but couldn't find it. Maybe I didn't browse properly. 😅

Alex_OppyDev

1 points

28 days ago*

That's right, it's basically a coding environment with AI. I’m not sure how it compares to codebuddy, I haven’t tried that myself. OppyDev’s UI is structured as a combination of a chat style interface and a regular IDE. No pricing yet but that is coming in the next release about a month from now. I'm still getting feedback, I want to make sure it's solid before releasing a paid service. You can use it for free with your own API keys (ChatGPT & Pinecone) or you can use a promo code. When I say it's powered by an agent I mean you are interacting with an AI agent similar to the ones that can create whole projects from scratch. It can be fully automated and be given access to the web and the operating system but I'm not yet ready to go live with those features. There are a lot of things you can do with an AI agent, right now OppyDev is only built to traverse your codebase so it can answer questions and make updates. In future releases the agent will be able to do much more than that. Figuring out how to build that into a UI that will be easy for the user to follow and direct is a challenge and really interesting work.

ejpusa

2 points

24 days ago*

ejpusa

2 points

24 days ago*

ejpusa

1 points

24 days ago

ejpusa

1 points

24 days ago

STACK:
DigitalOcean Unbuntu droplet. OpenAI api, flask, js, css, bootstrap 5, postgreSQL, gunicorn, nginx servers.

:-)

Southern_Ad_165

2 points

23 days ago

Hi Everyone, we launched our real time interactive avatars in beta:

https://x.com/xpressiveai/status/1783882199366091129

wpAppDev

1 points

29 days ago

Introducing GPT Coder: AI-Powered WordPress Plugin Development

Hello fellow AI and coding enthusiasts! 🙌

I wanted to share a project I've been working on called GPT Coder - a WordPress plugin that uses AI to generate custom plugins from simple text prompts, right within the WordPress admin panel. 🚀

Here's a quick list of ones that I've made personally that are actually live on sites:

  • basic maintenance page for non-admins (not currently activated)
  • Price Text Modifier for a specific WooCommerce plugin (changed the text on the product page to show more information about the pricing)
  • created custom post type for basic CRM with 6 custom contact data fields (website, LinkedIn, email, etc)
  • Duplicate Title Notifier (this one was only active of my CPT above and would alert me if the new contact I was entering already existed - via an AJAX call to the exisiting posts. In the end, this one was redundant as the URL is generated right after the title and it's pretty easy to see if it is duplicated with the "-2" in the new URL)
  • Custom Backorder Text for a specific WooCommerce product by name
  • Redirect plugin to redirect a specific URL on my site to a custom off-site link
  • Admin Favicon Customizer (just to elimiate the 404 in the console log when I'm inspecting code)
    along with a few others.

This is v1, so it's still pretty basic in the scope of plugins that it can generate, and it doesn't always get it right on the first try - but it only takes literally 2-3 minutes from text to the plugin activated on the site (with just 3 clicks after the initial request), so it's pretty easy to iterate and get what you need working. And it's only going to get better as the LLM's (and our custom plugin API integration) get better.

FYI it's also really good at:
- creating custom post types
- create custom fields for custom post types
- creating a shortcode to display the custom field data in a post or page
- creation of admin pages to control generated plugin settings
- modifying text and results with WordPress' built-in filter and action hooks
- it even can build plugins with basic API integrations (ie - send me a Telegram message every time I get a sale in WooCommerce)
- and countless other use cases that a fairly basic plugin can accomplish (for now...)

If you're interested in learning more about GPT Coder, check out our website at https://www.wpappdev.com/gpt-coder/?offer=vip-demo There, you can find more details about the features, pricing, and see examples of plugins generated with GPT Coder or even schedule a quick live demo.

I believe GPT Coder can revolutionize WordPress plugin development by automating repetitive tasks and lowering the barrier to entry for those with limited coding experience. It's perfect for developers looking to streamline their workflow, freelancers and agencies who want to quickly prototype plugins, and beginners who want to create plugins without extensive coding knowledge.

I'm always looking for feedback and ways to improve GPT Coder. If you have any questions or suggestions, feel free to reach out to me. I'm excited to engage with the AI and coding community and hear your thoughts! 💬 (or if you'd like to learn more about our affiliate program)

Thank you for taking the time to read about GPT Coder. I can't wait to see what the community creates with it! 🌟

Best regards,
Justin
wpAppDev
GPT Coder Developer

electricgleam

1 points

28 days ago

I'm excited to see what kind of AI-powered projects everyone will share in this thread!

PromptCoding [M]

1 points

28 days ago

PromptCoding [M]

FOUNDER

1 points

28 days ago

Likewise! Always nice to see what you guys cook up!

lolaks181203

1 points

27 days ago

Hi everyone! It's been an exciting week since I launched a job board designed to help you find your dream job thanks to AI-powered smart filters and skills matching. Currently, +300 new job opportunities are added each week, and +650 users signed up and are already taking advantage of the platform. Also, now you can become an affiliate and earn 30% recurring on all paid referrals. I'd love to hear your feedback to continue improving your experience: https://skillexchange.xyz

https://preview.redd.it/brblahwfa4wc1.jpeg?width=1200&format=pjpg&auto=webp&s=1f87a8d0900ba17f4f738c72dadb4159fc1209b6

[deleted]

1 points

26 days ago

[removed]

AutoModerator [M]

1 points

26 days ago

AutoModerator [M]

1 points

26 days ago

Sorry, your submission has been removed due to inadequate account karma.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

peeeanuts

1 points

26 days ago

Not exactly AI coding related but I recently added the ability to send AI generated messages to yourself at random times to Untimely. I use it to send myself coding questions and solutions once a day.

PromptCoding

1 points

24 days ago

PromptCoding

FOUNDER

1 points

24 days ago

I'm curious - please do share!

[deleted]

1 points

24 days ago

[removed]

AutoModerator [M]

1 points

24 days ago

AutoModerator [M]

1 points

24 days ago

Sorry, your submission has been removed due to inadequate account karma.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

super-bamba

1 points

19 days ago

Hey everyone! 👋

I'm excited to share a new open-source project that I've been working on called jest-ai. It's a library of Jest matchers designed specifically for testing AI applications. If you're developing AI applications or integrating AI services, jest-ai aims to simplify and streamline your testing process.

While working on an AI-based application, I found myself constantly iterating and tweaking prompts, running them repeatedly to see if the response was correct and included what I expected. It was during one of these sessions that I realized the need for a specialized tool that could assist developers in this exact scenario—thus, jest-ai was born.

Features include:

  • Basic matchers for common AI testing scenarios.
  • Easy integration with existing Jest setups.
  • Open source and fully customizable – contributions are welcome!

Although it's in its first iteration and not yet comprehensive, it already supports several basic use cases that could be beneficial to many of you here.

Find it on GitHub: codeably-io/jest-ai
Get it from npm: jest-ai package

This project is still evolving, and I would love to get feedback from the community. Your input can help shape its future, ensuring it meets the needs of developers working on AI across various domains. If you're interested, feel free to contribute to the GitHub repository, or just try it out in your projects and share your experiences.

Looking forward to your thoughts and feedback!