Earlier quoted context omitted.
I think you just take the cash using Stripe or whatever. It gets deposited in your bank account and you claim income tax on it.
i don't want liability
I started a paper website business
261–268 of 268 posts
Re: I started a paper website business
#262Earlier quoted context omitted.
No it is not. You might find it simple, if you don't compare to places that are easier. First you need to file all the paperwork. Then you wait. Once you get approvals, you can't do anything without a bank account, and opening the bank account is a lot of trouble too, because they want to triple check everything. From zero to operational is a long way, and with lots of legal liability along the way. I have a company…
This is absolutely true for most companies, but in this specific case he could open a “MEI” type of business (individual micro-entrepreneur) on the government website and use the CNAE 8219-9/99 (“Digitator” or typist) to receive immediately a CNPJ, which would allow him to launch the site on the first day and charge customers, paying very few taxes and without a lot of bureaucracy (well, he would end up needing to de…
Also, sorry to say, but I would never have a MEI myself. The mixture of your personal legal entity (for US citizens, think of your social security number) being legally bound to your CNPJ (for US citizens, an LLC or other company) is another problem entirely. If your company gets audited, all your personal accounts and your IRS get audited at the same time? Hard no for me. Thank you.
Re: I started a paper website business
#263Earlier quoted context omitted.
Stripe's Atlas program seems to be available in Brazil? https://stripe.com/atlas
He would still need to pay taxes in Brazil, and explain why it's not international money laundering. Same if the money touches the US, will have to pay taxes there too, then transfer it to Brazil for more taxes and paperwork.
Re: I started a paper website business
#264Earlier quoted context omitted.
This is absolutely true for most companies, but in this specific case he could open a “MEI” type of business (individual micro-entrepreneur) on the government website and use the CNAE 8219-9/99 (“Digitator” or typist) to receive immediately a CNPJ, which would allow him to launch the site on the first day and charge customers, paying very few taxes and without a lot of bureaucracy (well, he would end up needing to de…
AFAIK it works only for his first company, which is fair, MEI is ok for a first company. But not for serial projects like his, with many different areas of business. Also, sorry to say, but I would never have a MEI myself. The mixture of your personal legal entity (for US citizens, think of your social security number) being legally bound to your CNPJ (for US citizens, an LLC or other company) is another problem enti…
But the issue you mentioned indeed makes this solution a lot less interesting.
Re: I started a paper website business
#265Earlier quoted context omitted.
I'd prefer the opposite: display the scanned page but with the OCR'd text virtually placed on the page (and accessible as alt text or something) like a proper OCR'd PDF.
No, thanks. It’s terribly hard to read strangers’ handwriting.
Re: I started a paper website business
#266Re: I started a paper website business
#267This is really cool. Use of GPT-3 to augment OCR is an amazing (and, retrospectively, obvious) insight and a great immediate use case for these language models. I wish Remarkable took this idea -- they really oversold their OCR capabilities[1]. It works great in their support and promo videos, but I found the actual performance to be absolutely terrible. [1] https://support.remarkable.com/hc/en-us/articles/3600026614…
Re: I started a paper website business
#268All I want is a dead easy way to make a landing page + account + payment options for a tiny prototype SaaS like this (e.g. I supply a few APIs as 'backend' and the rest just works) -- quite similar to the One Item Store the author made. I can only imagine how many people have had to repeat all the same boring steps for some small proto.
I also have something that I'm working on for this -- I've used my tool (which isn't productized yet, it's still ~4 templated repos) to launch 2 projects (in bio) so far and am working on a third product, but BulletTrain/lemonsqueezy are two much more polished options I know about -- maybe you should give them a try?
Is the thing you're trying to sell an API? Or is it a resource-provisioning sort of SaaS (they sign up, you spin off a persistent worker or something). I model them as the same in my thing (the provisioned "resource" is the API key), but I think that's one of the big differences in which tool will work easily for you.