This commit is contained in:
Nikita
2026-01-17 10:47:10 +02:00
commit 4df4f96f72
3 changed files with 40 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -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

7
readme.md Normal file
View File

@@ -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.

5
soon.ts Normal file
View File

@@ -0,0 +1,5 @@
await main();
async function main() {
console.log("open source in future 🖤");
}