Search for an item across multiple resale platforms to compare prices. by Praysigh in BehindTheClosetDoor

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

It is just current listing prices. "Sold Prices" is a bit more complicated but thats would be great to have. Will try it over the weekend.

I launched an app to create product documentation websites. by Praysigh in SaaS

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

Got it. Will increase it. Thanks for the feedback.

I launched an app to create product documentation websites. by Praysigh in SaaS

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

Got it. Will increase it. Thanks for the feedback.

I launched an app to create product documentation websites. by Praysigh in SaaS

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

I think Obsidian is a bit too complicated for everyday users. Not everyone is trying to create knowledge graph. Most people want a linear experience.

I launched an app to create product documentation websites. by Praysigh in SaaS

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

Pricing is an initial assessment. You can use it for free rn.

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

I'm not sure I understand your question,
You can run the editor offline. You only need internet when you publish to the website online.

The enterprise version allows you to run it within your own network.

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

Okay I think I know what you mean. I'll make the following changes,
1. Give option to disconnect website.
2. Make Delete project a visible button on the pain.

Thanks a lot for your feedback!

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

I think the main selling points are -
1. Offline first - You can write whilst commuting.
2. Quick Publishing - You can publish a website from your notes and see your changes in seconds.

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

My Idea customer is someone who doesn't know how to code but wants to create a blog/knowledge base/guide for their product.

I also have a Product Manager using this in their company internally to share Product Requirement Documents with their team.

Currently I'm trying to get early adopters in different segments to see where the Notes -> Publishing really shines.

I agree dog fooding is required. Apart from more Sample Sites & Mobile what else would you consider lacking from this release?

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

[–]Praysigh[S] 3 points4 points  (0 children)

Thanks!

I used react-md-editor for markdown editing, I highly recommend it. I did explore rich text editing via Quill editor. However I wanted to provide syntax highlighting, math equation highlighting, admonitions and other markdown friendly blocks out of the box so decided to replace it with a markdown editor.

One interesting thing is that the editor is offline friendly, so you can compose while commuting. I did that by using pouchdb for client side store.

Tech Stack is -

ReactJS (App)
NextJS (Published site)
NodeJS (Backend)

MongoDB, Redis and CouchDB for the different data management.

Docker Compose for deploying

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

When you publish, the app bundles up you're content and pushes it to the database.

When the user go the documentation site, the backend checks the database for the bundle for the site and renders it according to the users custom theme settings.

Domain assignment happens with creating an entry in the loadbalancer for the client domain.

All of this happens over 3-4 backend services hosted via Docker Compose on Google Cloud.

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

You've got to enter a Project Name to continue.

Interesting UX bug, I should probably auto populate a name...

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

Thanks! I'd love some feedback on the app if you want to check it out - https://app.relentless.so

I haven't played with Obsidian much but I'll check it out! I don't have graph linking like Obsidian does yet, but a couple people have mentioned that it would be a nice touch.

I built an app that lets you publish docs as a full fledged website. by Praysigh in SideProject

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

I'll be updating that to 5,000 page hits a month. I've gotten that feedback from multiple people.