{"id":13415907,"url":"https://github.com/cristobalcl/awesome-startup-stack","last_synced_at":"2026-01-21T10:38:58.734Z","repository":{"id":71491508,"uuid":"138216510","full_name":"cristobalcl/awesome-startup-stack","owner":"cristobalcl","description":"Curated list of technologies for your next startup","archived":false,"fork":false,"pushed_at":"2023-04-03T14:46:58.000Z","size":98,"stargazers_count":39,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-20T02:24:07.103Z","etag":null,"topics":["awesome","awesome-list","list","stack","startup"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cristobalcl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-06-21T20:06:20.000Z","updated_at":"2024-03-10T14:51:11.000Z","dependencies_parsed_at":"2023-07-09T00:15:57.576Z","dependency_job_id":null,"html_url":"https://github.com/cristobalcl/awesome-startup-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalcl%2Fawesome-startup-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalcl%2Fawesome-startup-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalcl%2Fawesome-startup-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalcl%2Fawesome-startup-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristobalcl","download_url":"https://codeload.github.com/cristobalcl/awesome-startup-stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243663456,"owners_count":20327299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","list","stack","startup"],"created_at":"2024-07-30T21:00:52.940Z","updated_at":"2026-01-21T10:38:58.689Z","avatar_url":"https://github.com/cristobalcl.png","language":null,"funding_links":[],"categories":["Others","Other Lists","Business \u0026 Entrepreneurship"],"sub_categories":["TeX Lists"],"readme":"# Awesome Startup Stack [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\u003e Curated list of technologies for your next startup\n\n## Contents\n\n* [Languages](#languages)\n    * [JavaScript based](#javascript-based)\n    * [JVM based](#jvm-based)\n* [Frameworks](#frameworks)\n    * [Web backend](#web-backend)\n    * [Web frontend](#web-frontend)\n    * [Web design](#web-design)\n    * [Templates](#templates)\n    * [DevOps](#devops)\n    * [Mobile apps](#mobile-apps)\n* [Self-hosted](#self-hosted)\n    * [Cluster management](#cluster-management)\n    * [Automation](#automation)\n    * [Databases](#databases)\n* [SaaS](#saas)\n    * [Cloud computing platforms](#cloud-computing-platforms)\n    * [Managed container system](#managed-container-system)\n    * [Serverless processing](#serverless-processing)\n    * [Static hosting](#static-hosting)\n    * [Hosted databases](#hosted-databases)\n    * [Forms](#forms)\n    * [Storage](#storage)\n    * [Mail API](#mail-api)\n    * [Communication API](#communication-api)\n    * [Monitoring](#monitoring)\n    * [Marketing](#marketing)\n    * [Payments](#payments)\n    * [App builders](#app-builders)\n* [No code](#no-code)\n    * [No code web](#no-code-web)\n    * [No code apps](#no-code-apps)\n    * [eCommerce](#ecommerce)\n    * [No code marketing](#no-code-marketing)\n    * [Live chat](#live-chat)\n* [IDEs and Editors](#ides-and-editors)\n* [Organization](#organization)\n* [Technologies directories](#technologies-directories)\n* [Motivation](#motivation)\n* [Contribute](#contribute)\n* [License](#license)\n\n## Languages\n\n- [Python](https://www.python.org) - Popular for scripting, web backend and machine learning.\n- [Ruby](https://www.ruby-lang.org) - Scripting and web backend.\n- [C#](http://csharp.net) - Microsoft programming language.\n- [F#](https://fsharp.org) - Funtional language for the .NET Framework.\n- [Elixir](https://elixir-lang.org) - Erlang VM based, functional, paralell programming, scalable, fault tolerant.\n- [PHP](http://php.net) - Used mostly in web backend.\n- [Hack](https://hacklang.org) - PHP based, but safer and faster.\n\n### JavaScript based\n\n- [JavaScript](https://www.javascript.com)\n- [Node.js](https://nodejs.org) - JavaScript runtime for backend and scripting.\n- [Elm](http://elm-lang.org) - Webapps.\n- [PureScript](http://www.purescript.org) - A strongly-typed functional programming language that compiles to JavaScript.\n\n### JVM based\n\n- [Java](https://www.java.com) - Full stack, enterprise.\n- [Groovy](http://groovy-lang.org)\n- [Kotlin](https://kotlinlang.org)\n\n## Frameworks\n\n### Web backend\n\n- [Ruby on Rails](https://rubyonrails.org) - Ruby web MVC\n    (model-view-controller) framework.\n- [Django](https://www.djangoproject.com) - High-level Python web framework\n    that encourages rapid development and clean, pragmatic design.\n- [Flask](http://flask.pocoo.org) - Microframework for Python.\n- [Starlette](https://www.starlette.io/) - lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.\n- [Laravel](https://laravel.com) - PHP framework.\n- [Play](https://www.playframework.com) - For Java \u0026 [Scala](https://www.scala-lang.org).\n- [Grails](https://grails.org) - Groovy framework on top of [Spring Boot](https://spring.io/projects/spring-boot).\n- [WebSharper](https://websharper.com) - Framework and toolset for developing web/mobile applications and web services entirely in C# or F#.\n- [Phoenix](http://phoenixframework.org) - Elixir web framework, can handle\n    millions of connections.\n- [Sails](https://sailsjs.com) - Node.js MVC framework.\n- [Hapi](https://hapijs.com) - Node.js framework.\n- [Vapor](https://vapor.codes) - Swift for web backend.\n- [Micronaut](http://micronaut.io) - JVM based full-stack framework for\n    microservice applications.\n- [Lumie](https://github.com/Alex-Levacher/Lumie) - Lightweight module to set up a scalable controllers architecture for Node.js projects.\n- [Zappa](https://github.com/Miserlou/Zappa) - Easy build and deploy server-less Python applications on AWS Lambda + API Gateway and others.\n- [Sparta](http://gosparta.io) - Framework that transforms a standard Go\n    application into a self-deploying AWS Lambda powered service.\n- [The Go Cloud Project](https://github.com/google/go-cloud) - Allow application\n    developers to seamlessly deploy cloud applications on any combination of\n    cloud providers.\n- [fog.io](http://fog.io) - Ruby cloud services library.\n- [Socket.io](https://socket.io/) - Real-time engine.\n\n### Web frontend\n\n- [jQuery](https://jquery.com) - Basic JavaScript library.\n- [Angular](https://angular.io) - Google's framework for web \u0026 mobile apps\n    written in [Typescript](https://www.typescriptlang.org).\n- [React](https://reactjs.org) - Facebook's JavaScript library for building user\n    interfaces.\n- [Vue.js](https://vuejs.org) - From simple to full charged web apps.\n- [Svelte](https://svelte.dev) - Component framework that compiles to JavaScript. Faster, reactive, with less code.\n- [AWS Amplify](https://aws.github.io/aws-amplify) - JavaScript library for\n    application development using cloud services.\n- [GatsbyJS](https://www.gatsbyjs.org/) - Free and open source framework based on React that helps developers build blazing fast websites and apps. \n- [Next.js](https://nextjs.org) - Lightweight framework for static and\n    server‑rendered applications.\n- [Nuxt.js](https://nuxtjs.org) - The same than **Next.js** but with **Vue.js**.\n- [Mithril.js](https://mithril.js.org) - Modern, small and fast client-side JavaScript framework for building Single Page Applications.\n\n### Web design\n\n- [Bootstrap](https://getbootstrap.com) - Twitter's simple HTML styling for web\n    app prototyping.\n- [Bulma](https://bulma.io) - CSS framework.\n- [Foundation](https://foundation.zurb.com) - Responsive frontend framework for rapid development.\n- [Tailwind](https://tailwindcss.com) - A utility-first CSS framework for rapid UI development.\n- [Sematic UI](https://semantic-ui.com) - A lightweight, responsive and modern CSS framework.\n- [Spectre.css](https://picturepan2.github.io/spectre)\n- [Pure.css](https://purecss.io) - Small, responsive CSS modules.\n- [Ant Design](https://ant.design) - React UI library with high quality\n    components for building rich, interactive user interfaces.\n- [Rebass](https://jxnblk.com/rebass) - Library of highly-composable, primitive UI components for React.\n- [Skeleton](http://getskeleton.com) - Simple, responsive boilerplate.\n- [Tachyons](http://tachyons.io) - Fast loading, highly readable, and 100%\n    responsive interfaces with as little css as possible.\n- [Silver](https://zeph.co/grid) - 15 lines CSS grid system.\n\n### Desktop\n\n- [Electron](https://electronjs.org) - Desktop applications using Node.js and\n    [Chromium](https://www.chromium.org).\n\n### Templates\n\n- [Bullet Train](https://bullettrain.co) - SaaS template in Ruby on Rails.\n- [Skaffolder](https://www.skaffolder.com) - Create fully prototype within minutes.\n- [Laravel Spark](https://spark.laravel.com)\n- [SaaS Pegasus](https://www.saaspegasus.com/) - A Django-Powered SaaS template.\n- [Hackaton Starter](https://github.com/sahat/hackathon-starter) - A kickstarter\n    for Node.js applications.\n- [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)\n    Cross-platform desktop apps using Electron and React.\n- [Pup](http://cleverbeagle.com/pup) - Based on React, Bootstrap, [Font\n    Awesome](https://fontawesome.com/) and [Meteor](https://meteor.com).\n- [Gravity](https://usegravity.app/) - Node.js SaaS boilerplate with React UI.\n\n### DevOps\n\n- [Fabric](http://www.fabfile.org) - Fabric is Python library \u0026 [cli](http://docs.fabfile.org/en/2.1/getting-started.html#addendum-the-fab-command-line-tool) designed to execute shell commands remotely over SSH.\n- [deliver](https://github.com/gerhard/deliver) - Pure bash deployment tool with customisable strategies.\n- [Kappa](https://github.com/garnaat/kappa) - cli that makes it easier to deploy, update, and test functions for AWS Lambda.\n- [Serverless](https://serverless.com) - Toolkit for deploying and operating serverless architectures, using services, like AWS Lambda, Google Cloud Functions, and more.\n\n### Mobile apps\n\n- [React Native](https://facebook.github.io/react-native) - Native apps with\n    JavaScript.\n- [Flutter](https://flutter.io) - Google’s mobile app SDK for native interfaces\n    on iOS and Android, based on [Dart](https://www.dartlang.org).\n- [NativeScript](https://www.nativescript.org) - Native apps with Angular,\n    Vue.js, TypeScript or JavaScript.\n\n## Self-hosted\n\n### Cluster management\n\n- [Kubernetes](https://kubernetes.io) - Open source container-orchestration system for automating application deployment.\n\n### Automation\n\n- [Jenkins](https://www.jenkins.io/) - Open source automation server, for building and deployment.\n\n### Databases\n\n- [PostgreSQL](https://www.postgresql.org)\n- [MongoDB](https://www.mongodb.com)\n- [Redis](https://redis.io) - In-memory data store for cache and message\n    broker.\n- [ElasticSearch](https://www.elastic.co)\n- [RethinkDB](https://www.rethinkdb.com) - Realtime results to queries, ideal\n    for multi concurrent users apps, multiplayer games, realtime analytics,…\n- [OrientDB](https://orientdb.com) - Multi-model database: graph, relational,\n    document \u0026 key/value.\n\n## SaaS\n\n### Cloud computing platforms\n\n- [DigitalOcean](https://www.digitalocean.com)\n- [AWS](https://aws.amazon.com)\n- [Google Cloud](https://cloud.google.com)\n- [Azure](https://azure.microsoft.com)\n- [DNSimple](https://dnsimple.com) - DNS hosting with powerful API.\n\n### Managed container system\n\n- [Heroku](https://www.heroku.com)\n- [Hyper.sh](https://hyper.sh) - [Docker Swarm](https://docs.docker.com/engine/swarm/)\n    or [Kubernetes](https://kubernetes.io/) flavors.\n\n### Serverless processing\n\n- [Firebase](https://firebase.google.com) - From Google: database,\n    authentication, storage,…\n- [Webtask](https://webtask.io) - HTTP endpoints written with Node.js.\n- [Netlify](https://www.netlify.com) - Automate deployment, AWS Lambda\n    management, user signups and logins, forms.\n- [StdLib](https://stdlib.com)\n- [Zeit](https://zeit.co) - Easy deployments with [Now](https://zeit.co/now).\n- [Lobe](https://lobe.ai) - Deep Learning made simple.\n- [Nuclio](https://nuclio.io) - Serverless platform for automated Data Science.\n- [WayScript](https://wayscript.com/) - Scripting platform for developers.\n\n### Static hosting\n\n- [surge.sh](http://surge.sh) - Static web publishing for Front-End Developers.\n\n### Authentication\n\n- [Auth0](https://auth0.com) - Authentication and authorization for web and\n    apps.\n\n### Hosted databases\n\n- [Bonsai](https://bonsai.io) - Escalable ElasticSearch.\n- [GraphCool](https://www.graph.cool) - GraphQL backend.\n\n### Forms\n\n- [Formspark](https://formspark.io) - Backend for HTML forms.\n\n### Storage\n\n- [Cloudinary](https://cloudinary.com) - Image and video on-the-fly\n    manipulations.\n\n### Mail API\n\n- [Forward Email](https://forwardemail.net) - Email API, supports webhooks, free and privacy-focused email service.\n- [MailGun](https://www.mailgun.com) - Send, receive and track emails.\n- [SendGrid](https://sendgrid.com) - Email API and marketing platform.\n- [SparkPost](https://www.sparkpost.com)\n\n### Communication API\n\n- [Stream](https://getstream.io) - Scalable feeds, activity streams \u0026 chat.\n\n### Monitoring\n\n- [Segment](https://segment.com) - Analytics API and customer data platform that\n    integrates 200 different data providers.\n- [PaperTrail](https://papertrailapp.com) - Logs.\n- [Datadog](https://www.datadoghq.com) - Full-stack monitoring and analytics.\n- [UptimeRobot](https://uptimerobot.com) - Downtime notifications.\n- [Rollbar](https://rollbar.com) - Real-time error alerting \u0026 debugging tools.\n\n### Marketing\n\n- [SimpleSplit](https://simplesplit.com) - Run AB tests using only HTML.\n\n### Payments\n\n- [Servicebot](https://servicebot.io) - Create pricing pages, sign-up forms, and\nmanage your subscriptions with no coding. You can also try the\n[open source version](https://github.com/service-bot/servicebot).\n- [Stripe](https://stripe.com)\n- [Paddle](https://paddle.com)\n- [Chargebee](https://www.chargebee.com)\n\n### App builders\n\n- [Clay](https://base.run)\n- [Anvil](https://anvil.works) - Web apps using Python.\n\n## No code\n\n### No code web\n\n- [Wix](https://wix.com)\n- [SquareSpace](https://es.squarespace.com)\n- [Ghost](https://ghost.org) - Publishing platform.\n- [WordPress](https://wordpress.org)\n- [Discourse](https://github.com/discourse/discourse) - Platform for community discussion.\n\n### No code landing page\n- [Landen](https://www.landen.co) - Design landing pages.\n- [Carrd](https://carrd.co) - Responsive landing pages.\n- [Unicorn Platform](https://unicornplatform.com/) - Build landing page.\n- [Versoly](https://versoly.com/) - Build SaaS Website.\n- [Hackr](https://usegravity.app/hackr) - Landing page with split testing and conversion tracking in minutes.\n\n### No code apps\n\n- [Bubble](https://bubble.is) - App builder.\n- [Adalo](https://www.adalo.com) - Web and mobile apps.\n- [Softr](https://www.softr.io) - Responsive web apps.\n- [Boundless](https://www.boundlesslabs.com) - Web apps.\n- [Mason](https://www.trymason.com) - Build, design, and deploy fully functional front-end solutions.\n- [Thunkable](https://thunkable.com) - Mobile app builder for Android and iOS.\n- [Bildr](https://www.bildr.com/) - Websites and web apps.\n- [sheet2site](https://www.sheet2site.com) - Create websites from Google Sheets.\n- [table2site](https://table2site.com) - Create websites using Airtable as backend.\n- [Glide](https://www.glideapps.com) - Create apps from Google Sheets.\n- [Zapier](https://zapier.com) - Automated workflows.\n- [Socionity](http://socionity.com/) - Build mobile apps to sell courses, videos, podcasts,...\n- [cron-job](https://cron-job.org) - Scheduled execution of websites and scripts.\n- [Typeform](https://www.typeform.com) - Forms, Stripe integration.\n- [BuildBox](https://www.buildbox.com) - Build mobile games with no code.\n- [Asteroid](http://asteroid.zone) - Augmented reality dev tool for creating 3D apps that react to their environment.\n\n### eCommerce\n\n- [Shopify](http://shopify.com)\n- [Sharetribe](https://www.sharetribe.com/) - Create marketplace sites. Free software with commercial hosted version.\n- [Gumroad](https://gumroad.com) - Simple setup.\n- [Plasso Storefront](https://plasso.com/storefront) - Sell subscriptions, physical\nand digital goods, charge for services, accept donations, sell pre-orders and more.\n- [Wirize](https://wirize.com) - Accept card payments online.\n- [DPD](https://getdpd.com) - Sell digital content simply copying \u0026 pasting\n    buttons on any web, even with a cart system and scheduled content with\n    subscription.\n- [Memberful](https://memberful.com) - To sell memberships, for Stripe,\n    WordPress and MailChimp.\n\n### No code marketing\n\n- [MailChimp](https://mailchimp.com) - Email marketing.\n- [Buffer](https://buffer.com/) - Social media posts scheduler.\n\n### Live chat\n\n- [Crisp](https://crisp.chat) - Live chat.\n- [Drift](https://www.drift.com) - Conversational marketing platform.\n- [collect.chat](https://collect.chat) - Interactive chatbot for collecting\n    data from visitors.\n\n## IDEs and Editors\n\n- [Atom](https://atom.io) - From GitHub, free \u0026 libre.\n- [VisualStudio](https://code.visualstudio.com) - From Microsoft, free.\n- [Sublime](https://www.sublimetext.com)\n- [CodeSandbox](https://codesandbox.io) - Online editor that helps you create web applications, from prototype to deployment.\n- [Light Table](http://lighttable.com) - IDE with powerful debug capabilities,\n    for Clojure, JavaScript/HTML/CSS and Python.\n- [Vim](https://www.vim.org)\n- [Emacs](https://www.gnu.org/software/emacs)\n    - [Evil mode](https://www.emacswiki.org/emacs/Evil) - Extensible vi layer for\n        Emacs.\n- [Slap](https://github.com/slap-editor/slap) - Like Sublime but for the\n    console.\n\n## Organization\n\n- [Notion](https://www.notion.so) - Documentation, kanban, spreadsheets.\n- [Zenkit](https://zenkit.com) - Lists, spreadsheets, kanban, mind maps.\n- [Workflowy](https://workflowy.com) - Linked lists.\n- [CodeGiant](https://codegiant.io) - Issue tracker, code repositories,\n    documentation, continuous integration.\n- [Monday](https://monday.com)\n- [Trello](https://trello.com)\n- [ClickUp](https://clickup.com)\n- [Agantty](https://www.agantty.com/en) - Free gantt chart.\n- [GitHub](https://github.com)\n- [GitLab](https://gitlab.com) - Planning, code repositories, CI/CD pipelines.\n- [Taskade](https://taskade.com) - Structured task lists, notes, kanban, mind maps, and video chat.\n- [Retool](https://www.tryretool.com) - Builder for custom internal tools using common building blocks and templates.\n\n## Technologies directories\n\n- [Todo-Backend](http://www.todobackend.com) - Projects to showcase different backend tech stacks.\n- [Stackshare](https://stackshare.io) - Look for stacks of other companies, and\n    compare technologies.\n- [Nocode](http://www.nocode.tech) - No code tech.\n- [Indie Hackers - Tech Stack for 2018](https://www.indiehackers.com/round-table/what-tech-should-you-use-in-2018) - What tech stacks are indie hackers using for their apps, and why.\n- [YCombinator.dev](http://ycombinator.dev) - Y Combinator resources for developers.\n- [100+ No Code Resources](https://trello.com/b/A4OmiAWb/100-no-code-resources)\n\n## Motivation\n\n- [Indie Hackers](https://www.indiehackers.com)\n- [Work in Progress](http://wip.chat)\n\n## Contribute\n\nContributions welcome! Read the [contribution guidelines](contributing.md) first.\n\n## License\n\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)\n\nTo the extent possible under law, Cristóbal Carnero Liñán has waived all copyright and\nrelated or neighboring rights to this work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristobalcl%2Fawesome-startup-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristobalcl%2Fawesome-startup-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristobalcl%2Fawesome-startup-stack/lists"}