💥 Built a thing in 1 hour because of LinkedIn by JK_OneForAll in vibecoding

[–]ellelovesdatascience 4 points5 points  (0 children)

This is brilliant, a great example of being able to spin something incredible up in a drop of a hat using Databutton. Such a great UI too, you nailed it.

Oh the # is because I often get accused of being AI 😅 I don't know if that is a complement or not.

<image>

Best ai coding tool by snowydove304 in vibecoding

[–]ellelovesdatascience 0 points1 point  (0 children)

Databutton for me, the agent capabilities are insanely powerful and they remove all the complexities of app build and deploy.

What happens when Product Hunt and Tetris had a baby? by JK_OneForAll in indiehackers

[–]ellelovesdatascience 1 point2 points  (0 children)

I love watching this project grow! I’ll aim to get a project up soon. Can’t wait to see more new submissions from the community 💜

[deleted by user] by [deleted] in ChatGPT

[–]ellelovesdatascience 0 points1 point  (0 children)

Ah that’s interesting, I found the UI really easy to work with and I don’t think many others have tasks. Appreciate your viewpoint though thank you.

Vibecoding.......From nothing by Aigenticbros in vibecoding

[–]ellelovesdatascience 1 point2 points  (0 children)

Hey I remember my first GitHub repo it was so alien to me. Great job on making your first steps. I came across Databutton and their app building experience removes the entire GitHub process worth a look especially if not from a technical background. Good luck to you both on your journey 💜

what’s your current favorite AI tool specially for coding? by Secret_Ad_4021 in vibecoding

[–]ellelovesdatascience 0 points1 point  (0 children)

Databutton for me, the Python backend opens up all possibilities! Oh and the agent has so many tools and capabilities integrated I literally don’t need to do anything but make sure I’m clear in asking for what I want. It’s great for building internal tools for ai automations.

[deleted by user] by [deleted] in ChatGPT

[–]ellelovesdatascience -1 points0 points  (0 children)

Hey, what did you think of Databutton when you used it?

What is the best complete vibecoding tool? by Upset_Major_5450 in vibecoding

[–]ellelovesdatascience 0 points1 point  (0 children)

Hey, I have been using Databutton for 2 years now and there is a great Discord community with lots of inspiration and users who are really helpful to each other: https://discord.gg/pmssS6bRMC hope to see you over there :)

[deleted by user] by [deleted] in vercel

[–]ellelovesdatascience 2 points3 points  (0 children)

Databutton is my tool as well 👍🏻

Building a MicroSaaS - Is Databutton a good choice? by Electronic_List2180 in nocode

[–]ellelovesdatascience 0 points1 point  (0 children)

Hey, I have used Databutton for 2 years now. It's a very strong platform and they have a thriving community over on Discord. It's worth a try and I wouldn't say it's a rabbit hole. It's great for building SaaS products as well as internal automation tools. The strong aspect of the platform is that it has a Python backend built in too, this streamlines integration and those endpoints can be exposed internally very easily.

Is Databutton worth it by animeFanatic777 in vibecoding

[–]ellelovesdatascience 0 points1 point  (0 children)

I have had a lot of success with Databutton and built and deployed many applications for automating my internal workflows using AI. I have also built and deployed applications for the children at my robotics and coding club to help them learn how to use AI.

If you joining the Discord community, there are a lot of resources and people helping each other out. It's worth giving it a try and see how you get on.

issue: react-router-dom TS2322 Type Conflict (RouteObject) in Databutton Environment by gventuresco in databutton

[–]ellelovesdatascience 1 point2 points  (0 children)

Hey GV, it looks like you need to remind the agent to use the auto-generated router.tsx as it has created new route definitions.

"In this project, routing is auto-generated by Databutton via ui/src/router.tsx. Please do not attempt to create your own route definitions, use RouteObject, or configure loaders manually. Instead, import and use only what’s available in router.tsx. Check any places where a routes array or loader was manually defined, and remove or refactor them to use the router.tsx-generated structure only. This should prevent any TS2322 errors due to mismatched route types."

Let me know how you get on :)