Tutu is a comfortable experience for tooting. Designed to work on any device - desktop, phone and tablet. https://tutu.lightstands.xyz
Find a file
thislight e7410c7296
All checks were successful
/ depoly (push) Successful in 1m26s
Profile: pinned toots
2024-10-31 00:18:47 +08:00
.forgejo/workflows switch to bun 2024-08-05 14:56:51 +08:00
docs docs: update for https dev server 2024-10-27 00:34:18 +08:00
public update logo 2024-10-22 23:25:13 +08:00
src Profile: pinned toots 2024-10-31 00:18:47 +08:00
.browserlist initial commit 2024-07-14 20:28:44 +08:00
.editorconfig initial commit 2024-07-14 20:28:44 +08:00
.env vite: add https variables 2024-10-27 00:22:28 +08:00
.gitattributes add git attributes for bun.lockb 2024-10-13 16:17:23 +08:00
.gitignore vite: add https variables 2024-10-27 00:22:28 +08:00
.prettierrc initial commit 2024-07-14 20:28:44 +08:00
bun.lockb update dependencies 2024-10-30 17:26:17 +08:00
index.html BottomSheet: first attempt for animation 2024-08-12 17:25:03 +08:00
manifest.config.ts added icon 2024-10-22 17:48:17 +08:00
package.json update dependencies 2024-10-30 17:26:17 +08:00
pwa-assets.config.ts added icon 2024-10-22 17:48:17 +08:00
README.md README: update links for the app 2024-10-27 13:13:28 +08:00
tsconfig.json createStringsResource: support merged imports 2024-09-26 19:36:46 +08:00
vite.config.ts vite: remove console and debugger stmts in prod 2024-10-28 18:26:14 +08:00

Tutu

Tutu is a comfortable experience for tooting. Designed to work on any device - desktop, phone and tablet.

Launch Tutu

Compatibility

The code is built against those targets and Tutu must run on those platforms:

Firefox Safari iOS Chrome Edge
98 15.4 15.4 84 87

Tutu trys to push the Web technology to its limit. Some features might not be available on the platform does not meet the requirement.

The "Next" Branch

The "next" branch of the app is built on every commit pushed into "master". You can tatse latest change but risks your data.

Launch Tutu (Next)

Build & Depoly

Tutu uses bun as the package manager. Run

bun install && bun dist

to build the distribution, saved at "dist" directory.

Tutu must be loaded in a secure context - that means serving under localhost (127.0.0.1 or ::1) or HTTPS.

Use bun dev to run the dev server on localhost. If you need HTTPS dev server, see Set up HTTPS for the dev server.

You can also change the config to make it run on localhost - but localhost.direct can be visted from the other device on the same network (as you do a little DNS magic).