I wanted to test how far AI coding tools could take a production project. Not a prototype. A social media management platform with 12 first-party API integrations, multi-tenant auth, encrypted credential storage, background job processing, approval workflows, and a unified inbox. The scope would normally keep a solo developer busy for the better part of a year. I shipped it in 3 weeks. Before writing any code, I spen…
Why postgre instead of classic mysql?
Show HN: I built a social media management tool in 3 weeks with Claude and Codex
11–20 of 145 posts
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#12Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#13I wanted to test how far AI coding tools could take a production project. Not a prototype. A social media management platform with 12 first-party API integrations, multi-tenant auth, encrypted credential storage, background job processing, approval workflows, and a unified inbox. The scope would normally keep a solo developer busy for the better part of a year. I shipped it in 3 weeks. Before writing any code, I spen…
This is interesting, how do you publish to LinkedIn? I thought they didn't allow automated posts.
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#14No x?
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#15I wanted to test how far AI coding tools could take a production project. Not a prototype. A social media management platform with 12 first-party API integrations, multi-tenant auth, encrypted credential storage, background job processing, approval workflows, and a unified inbox. The scope would normally keep a solo developer busy for the better part of a year. I shipped it in 3 weeks. Before writing any code, I spen…
Why postgre instead of classic mysql?
If you're building anything serious and your data integrity is important, use Postgres.
Postgres is much stricter, and always was. MySQL tried to introduce several strict modes to mitigate the problems that they had, but I would always recommend to use Postgres.
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#16Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#17I wanted to test how far AI coding tools could take a production project. Not a prototype. A social media management platform with 12 first-party API integrations, multi-tenant auth, encrypted credential storage, background job processing, approval workflows, and a unified inbox. The scope would normally keep a solo developer busy for the better part of a year. I shipped it in 3 weeks. Before writing any code, I spen…
Why postgre instead of classic mysql?
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#18Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#19Earlier quoted context omitted.
Do people still think twitter is a valuable place (besides being bot owners).
I know some people have ideological things going on that make them choose different networks, but they have more than half a billion active users so it's not exactly a ghost town.
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#20I wanted to test how far AI coding tools could take a production project. Not a prototype. A social media management platform with 12 first-party API integrations, multi-tenant auth, encrypted credential storage, background job processing, approval workflows, and a unified inbox. The scope would normally keep a solo developer busy for the better part of a year. I shipped it in 3 weeks. Before writing any code, I spen…
Nothing wrong here, but Django/HTMX seem quite 'old' technologies to me for a new project made in 2026. Nowadays I use FastAPI/SQLAlchemy for the backend and SvelteKit on the frontend.
And for hmtx I simply wanted to have something lightweight that is not very invasive to keep things simple and dependencies low.
In my head this was a good consideration to keep complexity low for my AI agents :-)