Showing 1417 open source projects for "navigation"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Submarine

    Submarine

    Floating navigation view for displaying a list of items dynamically

    Fully customizable floating navigation view for listing items dynamically on Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GitPrep

    GitPrep

    Portable GitHub system into your own server

    GitPrep is a lightweight, self-hosted web interface for browsing Git repositories, typically deployed on a single server with minimal dependencies. It implements features like commit history browsing, file viewing and diffing, directory tree navigation, tag/branch switching, and README rendering, much like GitHub’s core UI. Because it’s written in Perl and designed for simplicity, setup is often as easy as cloning, configuring a webroot, and pointing to repositories. Authentication and basic permissions can be configured, allowing private or team usage. Unlike full-featured Git lab or hosting suites, GitPrep focuses on just the browser view of repositories, staying lean and ideal for small teams or personal use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DevDocs Desktop

    DevDocs Desktop

    A full-featured desktop app for DevDocs.io

    ...The app caches selected doc sets locally, allowing you to work on flights, in limited-connectivity environments, or inside secure networks. Its minimalist interface prioritizes content and keyboard navigation, keeping reference checks quick and fluid. Because it’s a desktop wrapper with thoughtful integration, it can manage updates to doc sets and preserve your preferences across sessions. For developers who live in API docs all day, it’s a compact, focused reference station that saves time and mental context switching.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    vue2-manage

    vue2-manage

    A admin template based on vue + element-ui

    ...It includes common admin patterns such as authentication gates, tables, charts, forms, pagination, and search to support day-to-day operations. The project emphasizes clear layout hierarchies, navigation systems, and reusable UI primitives that keep large interfaces consistent. It provides examples of CRUD workflows and data validation so teams can quickly adapt similar patterns in production systems. The codebase also highlights modularity, letting developers expand sections without tangling core functionality. For learners, it’s an end-to-end example of structuring a maintainable admin front end that handles real-world complexity and performance considerations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    TemaTres: controlled vocabulary server

    TemaTres: controlled vocabulary server

    Manage, Publish and Share Ontologies, Taxonomies, Thesauri, Glossaries

    Web application for management formal representations of knowledge, thesauri, taxonomies and multilingual vocabularies / Aplicación para la gestión de representaciones formales del conocimiento, tesauros, taxonomías, vocabularios multilingües. For the latest version of code: https://github.com/tematres/TemaTres-Vocabulary-Server
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Codeboard

    Codeboard

    Codeboard App

    CodeBoard is an open‑source Android keyboard tailored for coding. It consolidates symbols, code navigation, editing shortcuts, and clipboard tools into one keyboard—eliminating constant layout switching between alphabets, numbers, and symbols.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Lumix Engine

    Lumix Engine

    3D C++ Game Engine - yet another open source game engine

    Lumix Engine is an open-source C++ 3D game engine that aims to strike a balance between performance, flexibility, and ease of use, making it a compelling alternative to heavier commercial engines. It features a modern, component-based design (entity-component-system) and offers a full editor — enabling developers to build games in a WYSIWYG style similar to engines like Unity, while staying in a lightweight, open environment. The engine supports advanced rendering (with PBR, HDR, deferred...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    React Native Router

    React Native Router

    The first declarative React Native router

    React Native Router is a different API over react-navigation. It helps users to define all the routes in one central place and navigate and communicate between different screens in an easy way. But it also means that react-native-router-flux inherits all limitations and changes from updated versions. v5.0.alpha.x is based on React Navigation v5.x (very early alpha, development in progress, help wanted!).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    StartBootstrap SB Admin 2

    StartBootstrap SB Admin 2

    A free, open source, Bootstrap admin theme created by Start Bootstrap

    SB Admin 2 is a free admin dashboard template built on top of Bootstrap that showcases a polished, responsive UI for internal tools and control panels. It provides a curated set of components—navigation bars, sidebars, cards, forms, modals, alerts, and tables—styled consistently with utility classes and SCSS sources. The template includes ready-to-use example pages such as login/register, 404/blank pages, and basic dashboard layouts to shorten the bootstrapping phase. Charts, data tables, and icons are wired in with common libraries so teams can drop in KPIs, lists, and summaries without designing from scratch. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Flutter Notebook

    Flutter Notebook

    Collection of demo projects for Flutter

    ...The repository gathers many independent “mini apps” (each focused on one or a few features) so that learners can inspect, run, and understand individual Flutter behaviors in isolation. Demo of common UI behaviors (pull-to-refresh, left-swipe delete, JSON deserialization). Examples of state-preserving page switching/navigation with state retention. Support for third-party library demos and integration (charts, image pickers, URL launcher).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fluro

    Fluro

    Fluro is a Flutter routing library that adds flexible routing options

    Fluro is a lightweight, flexible routing library for Flutter that brings expressive, URL-like navigation to mobile apps. It lets developers define route patterns with path parameters and optional query strings, making it simple to extract dynamic values from navigation paths. The library focuses on clear, centralized route configuration, reducing boilerplate compared to hand-rolled navigation code. It supports custom route transitions so screens can animate in ways that match an app’s brand and motion language. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Annotating the Web

    Annotating the Web

    to easily add annotation functionality to any webpage

    Select the text of the webpage and click the end of the selection to highlight and add your own annotation or notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    gym-pybullet-drones

    gym-pybullet-drones

    PyBullet Gymnasium environments for multi-agent reinforcement

    Gym-PyBullet-Drones is an open-source Gym-compatible environment for training and evaluating reinforcement learning agents on drone control and swarm robotics tasks. It leverages the PyBullet physics engine to simulate quadrotors and provides a platform for studying control, navigation, and coordination of single and multiple drones in 3D space.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Material Design Extensions

    Material Design Extensions

    Material Design Extensions is based on Material Design in XAML Toolkit

    Material Design Extensions is based on Material Design in the XAML Toolkit to provide additional controls and features for WPF apps. The controls might not be specified in the Material Design specification or would crash the scope of Material Design in the XAML Toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Marzipano

    Marzipano

    A 360° media viewer for the modern web

    Marzipano is a 360° media viewer designed for the modern web, allowing developers to display panoramic images and videos interactively with smooth performance and responsive controls. Built using HTML5, CSS3, and JavaScript, it supports multi-resolution tiling and optimized rendering to deliver efficient, high-quality experiences even with very large panoramas. The viewer can be easily embedded into web applications, offering controls for zooming, panning, and navigating between scenes....
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    jstutorial

    jstutorial

    Javascript tutorial book

    This repository is a comprehensive, tutorial-style guide to JavaScript that walks readers from the language’s fundamentals to practical application in the browser and on the server. It explains core concepts like values and types, scope, functions, objects, and prototypes in a clear, example-driven style that favors short, readable snippets. The material steadily introduces modern features—modules, arrow functions, classes, destructuring, promises, and async/await—while relating them back to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    angular tree component

    angular tree component

    A simple yet powerful tree component for Angular (>=2)

    This project is completely free and open to use under the MIT license. Keyboard navigation. Drag & Drop. Virtual Scroll to support large trees. Checkboxes, Async children load. Expand/collapse/select nodes. Events: activate, collapse, expand, focus, etc. Custom node template (string or component) Custom loading component (for async data). Custom children/name attributes. API, very basic customizable CSS. Angular Tree Component comes with a default mapping of mouse events and key events to actions. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    code-nav

    code-nav

    Professional programming navigation

    ...Most of the programming navigation websites are in disrepair and have good navigation, but they are limited in search and classification, and they do not have functions such as self-recommendation and liking, so they are not sustainable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Resurrection Remix OS

    Resurrection Remix OS

    #getresurrected

    About Resurrection Remix Since 01 • January 2012 Resurrection Remix ROM is ultimately full featured , stable and combined with the best features of open source roms .we are also providing lot of awesome original Resurrection Remix ROM add-on s in the builds. includes best of performance, customization, power and the newest features on your device! It is one of the most customizable ROMs out-of-the-box!
    Leader badge
    Downloads: 178 This Week
    Last Update:
    See Project
  • 20
    VR Radio Helper

    VR Radio Helper

    VR-Optimized ATC/Radio Plugin for X-Plane + FlyWithLua

    ...Yet, the default X-Plane 11 VR knobs are horrible when trying to monitor/fly and dial in a new ATC frequency at the same time (takes up to 2 minutes for a 2-hour flight, just turning the knob and making sure that no turn got lost when using SmartCopilot). It replaces most ATC/navigation-related knobs with a number panel, like COM, NAV, Transponder and Barometer settings. Works with SmartCopilot, synchronizing COM/NAV frequencies, transponder codes and barometer settings between two pilots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    AnimaGears

    Meshed gears animation written in JavaScript

    This is a meshed gears animation written in JavaScript that I did for my website at primalapparatus.com. It can display as a kind of logo, or it can be a highlight for a navigation menu. I really don't want you to use the gears, to be honest -- I did that for my business site, but I figured you might like some code that does an animation like that so you can do your own thing -- like maybe a choo choo train with spinny wheels or something. Just not square wheels. Then it would just end up on the Island of Misfit Toys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    5IUX

    5IUX

    Simple search, a simple front-end interface

    Simple search, a simple front-end interface. I am used to various navigation homepages, and the screen is full of tireless advertisements and information; try to write your own homepage. It's not a mirror image or a proxy, just use it as a browser homepage and support adaptive screens. The random loading bing background has been added by default, and there is no need to deliberately delete it in index.php.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    PDF Ximer

    PDF Ximer

    Free Windows Application To VIew PDF Files With Many Features

    PDF Ximer is one of the first Arabic programs to open PDF files on Windows operating system computers and is not limited to browsing PDF files only. there is Other features such as the Export PDF Pages as Images and Save it in Your Computer as (PNG) File ,also PDF Ximer characterized by high speed and smooth navigation When You Browse Big PDF Files , The design of the program is modern and uncomplicated and you can change to Dark Mode appearance for Night Mode and Contains Many Features Such as It does not contain ads and does not require a large space. The ability to operate without an Internet connection and supports with 32bit and 64 bit operating systems.in Additions Support Right To Left Preview.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Temporary Containers Firefox Add-on

    Temporary Containers Firefox Add-on

    Firefox Add-on that lets you open automatically managed containers

    Open tabs, websites, and links in automatically managed disposable containers which isolate the data websites store (cookies, storage, and more) from each other, enhancing your privacy and security while you browse. Easily open disposable containers that isolate attached data and are deleted after usage: Fully automatic, based on navigation-target, for certain websites, with configured mouse clicks on links or just by using the toolbar icon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    WTERP

    Factional modular: CRM, SD,MM,WM,HR, Workflo and System configuration.

    ...IIS WebService and SQL Server Community version of the free environment and Database at WinForm-based application framework, including server Web Service, main program framework, organizational structure, authority control, menu navigation, basic data, system parameters, log management, timing tasks, etc.WTERP includes enterprise CRM, SD, MM, WM, OA, HR, Workflow, and other information systems, and aims to help users enhance their management.
    Downloads: 0 This Week
    Last Update:
    See Project