2. You wrote elsewhere:"My example now costs $0.014 instead". — I'm wondering if people think it doesn't matter if they pay $1 or $0.014 per month. Or rather ... they'll feel worried that when you charge "too little", you risk running out of money and disappear. Any thoughts about that? if it's OK that I ask. ... I've been thinking, me too, about pricing the embedded comments service I provide in the way you do now ... and mostly didn't do that.
3. If someone is to pay say $0.1 for a month ... Or $1 for a year ... Then, I'm thinking there's a minimum transaction fee, and that maybe the credit card company (or something), will get most of the money the customer pays. Any thoughts about that, and how to deal with that?
4. Would be interesting with screenshots that shows the moderation interface.
5. And yes the tech stack wold be interesting :-) (& if you have any questions to me (I'm doing a bit the same as you) feel free to ask)
1. I wanted to build an embedded comment system which is not monetized by selling user data or serving ads and which has a fair pricing model. By "fair" I mean that you pay what you consume without non-transparent pricing plans where some features are only available for certain plans. I have found no such system myself, so I started building it.
2. It's unlikely that I will run out of the money and the service will cease to exist because it's a side project for me and it is self-funding. You buy credits upfront, and this pays the bills for the service. It's hosted by AWS and has no fixed recurring costs for me.
3. The minimal amount of credits you can purchase is 500k or $7.5. The transaction fees are already included in the price.
4. There is no moderation interface at the moment. As an administrator, you get email notifications for every comment you receive. The email contains a link where you can hide the comment if you don't like it.
5. Regarding the stack, I have answered below. If you have specific questions, feel free to ask.
Could you share the project you are working on? And what's your vision?
Have you found any payment handler that deals with Value Added Taxes "everywhere in the world"? I feel I don't want anyone to pay anything right now ... because I'd just mess up things with the tax agency :-P
My project: https://www.talkyard.io/blog-comments (it's in my HN profile). Vision: Building a discussion tool, that [people who change the world or their neighborood] can use to find ideas and solutions, and pick the right things to do. There are HackerNews like discussions, ... I think they work well for finding the important things and making decisions.
By the way, this page is 404: https://just-comments.com/about.html (and some others from ToS)
Otherwise, congrats on the launch and good luck!
The tech is completely hosted on AWS, and it is entirely "serverless". So the core is using the API Gateway + Lambda + DynamoDB. Additionally, I use Kinesis Firehose + S3 to process internally generated data such as billing events. Athena helps me to query the data if needed.
Basically, the scalability & high availability is entirely provided by AWS and the pricing model matches almost 1-to-1 the pricing by AWS.
If you have any specific questions about the tech, I can answer them.
Just being curious about your plans
I am looking for the feedback and users because I think the project is quite ready for real usage. Thanks!
It seems very "expensive" to send emails.
Looks like a cute product, and the pricing mechanism is interesting. Good luck.
(I wrote some a simple self-hosted system, far less featureful, but it seems popular enough - http://github.com/skx/e-comments/ )
Yeah, emails are quite expensive. AWS itself charges $100 per 1 million plus additional infrastructure to manage subscriptions + email validation & dealing with bounces.
Therefore, email notifications are an optional feature. I hope in the future push notifications will be supported much better by the browsers so that it won't make sense to use emails.
My example now costs $0.014 instead.
Another thing is the 'Contact' link has HTML inside the HREF tag.
Not being nit-picky, just something I picked up! :)