The universe terminal is a terminal-based universe explorer that lets you navigate galaxies, explore cosmic directories and discover new knowledge, all from a custom command-line interface.
Check our project demo here: universe terminal demo
Checkout the Devpost to learn more about the project: devpost - universe terminal
- Terminal-style interface inspired by Linux/UNIX systems
- AI-powered
- Infinite, context-aware universe expansion
- Tab-autocomplete support
- Tree visualizer command
uTerm simulates a UNIX filesystem where each directory is a piece of the universe — from superclusters and nebulae to atoms and particles. As you explore using familiar terminal commands like ls, cd, and cat, uTerm dynamically generates content using Google’s Gemini API, creating a unique, infinite, AI-driven cosmos with every session.
- Frontend: React, Next.js, TailwindCSS
- Backend: FastAPI, Uvicorn, CORS, SlowAPI
- AI: Google's Gemini 2.0 Flash-Lite
- Deployment: Vercel (frontend), Render (backend)
| Command | Description |
|---|---|
help |
List commands |
info |
Display information about current directory |
clear |
Clear terminal history |
bigbang |
Reset the universe |
ls |
List files and directories |
tree |
Display explored universe |
pwd |
Print working directory |
cd |
Change directory |
cat |
Display file contents |
echo |
Echo a passed string |
exit |
Exit the terminal and return to homepage |
- Visit universeterminal.com on desktop
- Begin typing commands like 'ls', 'cd galaxy', or 'info'.
- Use 'help' anytime to get a full command list.
Tip: Use
treeto visualize the structure of your explored universe.