Skip to content

๐ŸŒฟ Sapling is a Node.js framework for faster-than-light web development.

License

Notifications You must be signed in to change notification settings

saplingjs/sapling

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2023
Jul 24, 2022
Mar 20, 2022
Jul 21, 2022
Jul 24, 2022
Sep 2, 2020
Dec 28, 2020
Jul 21, 2022
Feb 27, 2021
Aug 2, 2021
Mar 30, 2022
Feb 7, 2023
Feb 19, 2022
May 8, 2019
Dec 29, 2020
Jul 20, 2022
Feb 8, 2023
Feb 7, 2023
Sep 2, 2020

Repository files navigation

Sapling logo

GitHub Workflow Status Codecov Version License

Sapling is a Node.js framework for building websites, web apps and APIs as fast as you can imagine them. With unrivalled speed of development, you can prototype quickly, iterate with ease, and deploy the same day. Zero code, zero config โ€“ unless you want to. And what's more, it comes with all the SaaS features you never want to write, all built-in.

Documentation

For the full documentation, go to saplingjs.com/docs.

Quick installation

  1. Make sure you have Node.js 14 or later.
  2. Run npm i -g @sapling/cli && sapling create

Ecosystem

Project Description
@sapling/cli Command Line Interface for creating and managing Sapling projects.
@sapling/gui UI for editing and managing a Sapling project.
@sapling/vue-components Assortment of optional unopinionated semi-automatic frontend Vue components for common UI tasks.
@sapling/db-driver-mongodb Support for MongoDB databases.
@sapling/render-driver-handlebars Support for the Handlebars templating engine.
@sapling/render-driver-nunjucks Support for the Nunjucks templating engine.
@sapling/render-driver-pug Support for the Pug templating engine.

Questions & Issues

Bug reports, feature requests and support queries can be filed as issues on GitHub. Please use the templates provided and fill in all the requested details.

Changelog

Detailed changes for each release are documented in the release notes.

License

MIT

Originally adapted from "Sproute" by Louis Stowasser.