commit 4df4f96f7271eadb4f708df396936c69be35218d Author: Nikita Date: Sat Jan 17 10:47:10 2026 +0200 . diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3bdb87f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# core +.DS_Store +.env +.env*.local +.env.production +output +dist +target +.idea +.cache +.output +node_modules +package-lock.json +yarn.lock +.vercel +*.db +.repo_ignore +i.* +i-* +i/ +internal/ +past.* +past-* +past/ +*.log +private +.npm-cache +.cargo_home diff --git a/readme.md b/readme.md new file mode 100644 index 00000000..a3dc6c09 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# [linsa.io](https://linsa.io) + +The idea behind the project is simple. Store any kind of digital content in a way that only you have access to it (end to end encryption). + +Provide top tier experiences on top with lots more things. + +Currently the author of this project does not have time to develop this in public but at some point this will be open source and be developed in the open. diff --git a/soon.ts b/soon.ts new file mode 100644 index 00000000..e22392c3 --- /dev/null +++ b/soon.ts @@ -0,0 +1,5 @@ +await main(); + +async function main() { + console.log("open source in future 🖤"); +}