Stack

Top 23 Stack Open-Source Projects

  • js-stack-from-scratch

    ๐Ÿ› ๏ธโšก Step-by-step tutorial to build a modern JavaScript stack.

  • gods

    GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

  • Project mention: How do you go about the lack of built in data structure like stack, queue for LeetCode | /r/golang | 2023-05-24

    for len(stack) > 0 { n := len(stack) - 1 // Top element fmt.Print(stack[n]) stack = stack[:n] // Pop } ``` Another solution would be to import a package like https://github.com/emirpasic/gods

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • mean

    The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications

  • Under-the-hood-ReactJS

    Entire React code base explanation by visual block schemes (Stack version)

  • Project mention: Ultimate Guide & Resources to Enhancing Your ReactJS Skills || 16 GitHub repositories | dev.to | 2023-08-14

    Ever wondered what makes React tick? Unveil the magic with this detailed exploration here.

  • algodeck

    An Open-Source Collection of 200+ Flash Cards to Help You Preparing Your Algorithms & Data Structures Interview ๐Ÿ’ฏ

  • prometheus

    A docker-compose stack for Prometheus monitoring (by vegasbrianc)

  • Project mention: How can we read variables from file and use them in promql? | /r/grafana | 2023-05-29

    However I am not able to figure it out, how can I feed the string xyz_stack_1 to grafana. I have setup docker-compose.yaml file to start up all the containers. The configuration is done through prometheus.yaml, grafana.ini, dashboards.yaml and datasources.yaml

  • TinyConstraints

    Nothing but sugar.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stack

    The Haskell Tool Stack

  • Project mention: Leaving Haskell Behind | news.ycombinator.com | 2023-08-24

    Ah, didn't run into this issue, as I don't use vscode.

    Apparently there is some work being done to improve the stack <> hls experience, but I wouldn't know how it's going and when it's being delivered: https://github.com/commercialhaskell/stack/issues/6154

  • notistack

    Highly customizable notification snackbars (toasts) that can be stacked on top of each other

  • Project mention: The ultimate guide to React notification libraries | dev.to | 2023-10-23

    GitHub link: GitHub โ€“ iamhosseindhv/notistack

  • swarmpit

    Lightweight mobile-friendly Docker Swarm management UI

  • data-structures

    A collection of powerful data structures (by williamfiset)

  • haskell-language-server

    Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.

  • Project mention: Revisiting Haskell after 10 years | dev.to | 2024-01-15

    The advent of language server protocol made possible the creation of HLS (Haskell Language Server), and there are plugins for many editors, such as vscode-haskell, that allow you to have auto-complete, auto-import, and automatic function signaturesโ€”also available to your editor of choice. The whole feedback loop of editing, compiling, and running is greatly improved.

  • voyager

    ๐Ÿ›ธ A pragmatic navigation library for Jetpack Compose (by adrielcafe)

  • Project mention: Kotlin Routing - routing everything | dev.to | 2024-04-25

    KMP use cases increasing, developers migrating or creating your projects to KMP, no routing system or navigation available to KMP (Except Voyager), that was the opportunity to create one.

  • Android-Cheat-sheet

    Cheat Sheet for Android Interviews

  • sc

    Common libraries and data structures for C.

  • Project mention: A simple hash table in C | news.ycombinator.com | 2023-06-13
  • SaaS-Boilerplate

    ๐Ÿš€๐ŸŽ‰๐Ÿ“š SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. โšก๏ธ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing (by ixartz)

  • Project mention: Ask HN: Can anyone suggest few open source projects for SaaS Boilerplate? | news.ycombinator.com | 2024-04-17
  • saas-boilerplate

    SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!

  • Project mention: Ask HN: Can anyone suggest few open source projects for SaaS Boilerplate? | news.ycombinator.com | 2024-04-17
  • factor

    Factor programming language

  • Project mention: An Exploration of SBCL Internals (2020) | news.ycombinator.com | 2024-04-22
  • deck

    DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop

  • CANopenNode

    CANopen protocol stack

  • intellij-haskell

    IntelliJ plugin for Haskell

  • Project mention: Run Haskell on IntelliJ m1 macOS | /r/haskell | 2023-09-24

    I already installed the Haskell plugin for it (https://github.com/rikvdkleij/intellij-haskell/blob/master/README.md) and stack is installed via ghcup.

  • tslog

    ๐Ÿ“ tslog - Universal Logger for TypeScript and JavaScript

  • buckets

    A complete, fully tested and documented data structure library written in pure JavaScript.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Stack related posts

  • An Exploration of SBCL Internals (2020)

    3 projects | news.ycombinator.com | 22 Apr 2024
  • Where does everyone get shapefiles/basemaps?

    1 project | /r/QGIS | 11 Dec 2023
  • Legislative records House of Representatives?

    1 project | /r/datavisualization | 22 Oct 2023
  • HoangTuan110M: A small, concatenative programming language

    1 project | news.ycombinator.com | 28 Sep 2023
  • Run Haskell on IntelliJ m1 macOS

    1 project | /r/haskell | 24 Sep 2023
  • My history with Forth, and stack machines

    2 projects | news.ycombinator.com | 6 Aug 2023
  • Reviewing 1st Year Coursework - OSU CS

    1 project | /r/OSUOnlineCS | 11 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more โ†’

Index

What are some of the best open-source Stack projects? This list will help you:

Project Stars
1 js-stack-from-scratch 20,041
2 gods 15,519
3 mean 12,133
4 Under-the-hood-ReactJS 6,346
5 algodeck 5,385
6 prometheus 4,268
7 TinyConstraints 3,955
8 stack 3,946
9 notistack 3,788
10 swarmpit 2,940
11 data-structures 2,816
12 haskell-language-server 2,578
13 voyager 2,242
14 Android-Cheat-sheet 2,174
15 sc 2,171
16 SaaS-Boilerplate 2,198
17 saas-boilerplate 1,731
18 factor 1,587
19 deck 1,484
20 CANopenNode 1,327
21 intellij-haskell 1,316
22 tslog 1,266
23 buckets 1,231

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com