trypear / pear-landing-page

Landing page for PearAI, the Open Source AI Code Editor
https://trypear.ai
Apache License 2.0
76 stars 96 forks source link

[2][Hard] Make Contributing To Blog Page No-Code #305

Closed nang-dev closed 2 days ago

nang-dev commented 1 month ago

it would be incredible if the blog flow is no-code So, user sign in, submit a blog post (md file is just fine)

and a moderator can approve/not approve and it will be added to prod

seanlodhammar commented 1 month ago

I can work on this @nang-dev

itzamanjain commented 1 month ago

Hi, can I work on this issue? I’ve worked on similar documentation features in a past project . here it is https://venture-catalyst.vercel.app/docs/getting-started/introduction

itzamanjain commented 1 month ago

Hi @nang-dev,

Currently, we're storing blog content in lib/postData.tsx.

I was wondering if we should consider moving the blog content to a database instead. could we store it in supabase blog table

Thanks!

itzamanjain commented 1 month ago

Hey team,

I've just opened a PR that's still a work in progress. Currently, I've added the blog submission form, but I still need to integrate the blogs with the database and implement the admin approval system.

I'll keep you updated as I make progress on these next steps. Feel free to review what's done so far!

Dmedina20 commented 2 days ago

issue resolved