universe-timeline Svelte Themes

Universe Timeline

An interactive web application for exploring and visualizing the complete history of the universe from the Big Bang to present day through a zoomable timeline interface. Built with Svelte 5, TypeScript, and Tailwind CSS.

The Timeline of the Universe

An interactive web application for exploring and visualizing the complete history of the universe from the Big Bang to present day through a zoomable timeline interface.

Dependencies

  • Bun for the package manager
  • SvelteKit for the frontend framework
  • Biome for linting and formatting

Coding modern Svelte with AI assistants like Cursor

svelte-llm provides developer documentation for Svelte in an LLM-ready format for coding with AI assistants like Cursor, so that the AI assitant knows about modern Svelte 5 syntax and patterns.

For this project, add the mention @https://svelte-llm.khromov.se/svelte-kit when asking the AI assistant.

Contributing

Lint and format the code with Biome with:

bunx biome check --write src

Developing

Once you've created a project and installed dependencies with bun install (or npm install), start a development server:

bun run dev

# or start the server and open the app in a new browser tab
bun run dev -- --open

Building

To create a production version of your app:

bun run build

You can preview the production build with bun run preview.

To deploy your app, you may need to install an adapter for your target environment.

Top categories

Loading Svelte Themes