Docs Website for TUIOS
  • MDX 65.2%
  • TypeScript 33.9%
  • CSS 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-28 22:58:01 +04:00
.github/workflows Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
app docs: correct what v0.7.0-era pages assert 2026-08-22 11:41:40 +04:00
components blog: three posts from late August, each with its widget 2026-08-27 21:53:38 +04:00
content docs(hosts): how to reach a machine you cannot ssh to directly 2026-08-28 22:58:01 +04:00
lib feat(releases): add a release page for the changes since v0.7.0 2026-07-22 21:38:53 +04:00
public chore(releases): remove the recorded tiling replay 2026-07-25 01:06:32 +04:00
.gitignore Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
AGENTS.md Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
biome.json Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
bun.lock chore(releases): remove the recorded tiling replay 2026-07-25 01:06:32 +04:00
cli.json Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
mdx-components.tsx blog: three posts from late August, each with its widget 2026-08-27 21:53:38 +04:00
next-env.d.ts chore(releases): remove the recorded tiling replay 2026-07-25 01:06:32 +04:00
next.config.mjs Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
package.json chore(releases): remove the recorded tiling replay 2026-07-25 01:06:32 +04:00
postcss.config.mjs Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
README.md Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00
source.config.ts feat(releases): add a release page for the changes since v0.7.0 2026-07-22 21:38:53 +04:00
tsconfig.json Migrate from TanStack Router to Next.js for GitHub Pages compatibility 2025-12-01 18:18:47 +04:00

TUIOS Documentation

Official documentation site for TUIOS - Terminal UI Operating System.

Live site: https://tuios.gaurav.zip

Tech Stack

Development

# Install dependencies
bun install

# Start development server
bun run dev

# Build for production
bun run build

# Type check
bun run types:check

License

MIT