Live data from Hacker News

Show HN: Nomad Visa – Working remotely? Explore your visa options

nomadvisa.io

31–40 of 167 posts

Re: Show HN: Nomad Visa – Working remotely? Explore your visa options

#31

Earlier quoted context omitted.

Right, I think that's the problem. Things get complicated so I'm not sure there's a single answer. Usually the easiest way to do things is to just declare everything as normal individual income. Dealing with corporate taxes is a whole ball game.

The difference in Croatia can be >20% of gross and it isn't much more work than reporting your individual income, the only gotcha is shutting down the legal entity takes a very long time.

[deleted]

Re: Show HN: Nomad Visa – Working remotely? Explore your visa options

#32
post #10

Does anyone know a good site where I can compare tax rates for freelancers - using a single person business what's my net take home at what income ? Would people be willing in contributing this info for their country if I made a calculator for this on GH pages ?

You also need to watch out for "false freelancer" laws in the EU, meant to protect workers who should receive full-time benefits from the company. It makes freelancing a gray area when you have a repeat long-term client.

In France, this is usually an issue for the client, because the contractor can then ask to be considered as a full-time employee [0]. As a freelancer yourself, if you don't involve the state, they won't come after you. The idea of the law is to protect the employee.

However, speaking of freelancing in France, legally, there isn't such a thing. You have to have some form of company. There is some paperwork, but all in all it's pretty easy and quite fast (by French standards).

Taxes are high, though, so it may not be the best place to incorporate. It should also be noted that anything above basic social security isn't free nor included in said high taxes, so you'll have to pay out of pocket either for a complementary insurance or for the hospital if you need it, although I think it may be cheaper than in the US.

---

[0] Some criteria have to be met, but basically if you're working full time several years for the same client, you can ask to be considered a full-time employee with a full employment contract, etc.

Re: Show HN: Nomad Visa – Working remotely? Explore your visa options

#33
post #29

Why are tourist visas listed? Isn't it basically always illegal to work on a tourist visa?

Isn't it basically always illegal to work on a tourist visa?

It is also very common. Everybody I know who's done the "digital nomad" thing in South East Asia did so on tourist visas.

Re: Show HN: Nomad Visa – Working remotely? Explore your visa options

#34
post #29

Why are tourist visas listed? Isn't it basically always illegal to work on a tourist visa?

I address that topic in the FAQ which is linked on the tourist visa page. Maybe i'll make it more prominent. Would love to hear other thoughts on that.

The note: Disclaimer: This is not legal advice. Generally you'll need special visa or permit to enter a country and work there. That means, that a tourist visa would not be enough. But remote work means that you are not working there, but working from there? The problem is, that these clauses or exceptions are often not yet defined by the law which makes remote work on a tourist visa generally illegal or at least a grey zone. If you are not hired by a local company or interfere with local business, then remote work on a tourist visa seems to be sometimes tolerated (e.g. Thailand - https://e27.co/immigration-officers-raid-co-working-space-pu...). This is not the case with every country, so if you are planning to work remotely on a tourist visa, make sure to research specifically for the target country. The solution: Check out the special digital nomad visas or research work holiday visas. No visa runs needed.

Re: Show HN: Nomad Visa – Working remotely? Explore your visa options

#35
post #2

Hey HN! Over the past few months I've been coding my first side project (Nuxt Frontend, Django Backend). It's been quite a learning experience tumbling down the rabbit hole of web development, as a data scientist. Nomad Visa is a database of tourist visas and visas suitable for digital nomads, remote workers, founders and expats. More and more countries issue special visas for digital nomads to stay in their country…

I love the site!

Not sure if this is the feedback you were looking for but I noticed its a bit slow though. I would look at the GET to https://api.visum.so/api/country_data/

It returns all countries data which is slow and uncompressed. Either hit it once and keep it in memory so you can switch countries easily, or better yet break it up to api/country_data/ and just send back the info for that country

I would also get rid of stripe if you're not using it yet.

Re: Show HN: Nomad Visa – Working remotely? Explore your visa options

#38
post #15

Regarding Freelance visas, some countries (e.g. Germany [1]) require you to have local clients. So not an option for self-employed/indies. Would be nice to have similar info about countries that doesn't require you to work for someone else. EDIT: 1. https://allaboutberlin.com/guides/how-to-get-a-german-freela... .

This is to the best of my knowledge incorrect. I know more than one person that came to Germany as self employed without having customers prior to immigration.

Re: Show HN: Nomad Visa – Working remotely? Explore your visa options

#39
post #35
post #2

Hey HN! Over the past few months I've been coding my first side project (Nuxt Frontend, Django Backend). It's been quite a learning experience tumbling down the rabbit hole of web development, as a data scientist. Nomad Visa is a database of tourist visas and visas suitable for digital nomads, remote workers, founders and expats. More and more countries issue special visas for digital nomads to stay in their country…

I love the site! Not sure if this is the feedback you were looking for but I noticed its a bit slow though. I would look at the GET to https://api.visum.so/api/country_data/ It returns all countries data which is slow and uncompressed. Either hit it once and keep it in memory so you can switch countries easily, or better yet break it up to api/country_data/ and just send back the info for that country I would also ge…

Yes, great feedback, thx! I really need to adjust the API, calls and cache. As this is the first website i have ever built, i still have a lot to learn.
Post reply on HN