npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

lightsight

v1.0.5

Published

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

Downloads

13

Readme


title: lightsightJS

lightsightJS

Build Status

lightsightJS is a powerful Node.js content management system and web app framework built on express and mongoose. Keystone makes it easy to create sophisticated web sites and apps, and comes with a beautiful auto-generated Admin UI.

lightsight 1.0 Beta 1

lightsight is forked from KeystoneJs and add more features to CMS. We tend to work a new CMS because KeystoneJS has been suspended for more than one year. As there are many projects based on KeystoneJS, there is limitation to the KeystoneJS which pushes us to develop a new CMS to meet our requirement. Improvements include:

  • Multiple Permission system
  • Better for Chinese
  • Custom Admin UI for different tenants
  • Faster first loading adminUI
  • Support for Alicloud
  • lightsight inherited all features from Keystone(4.0-beta8)

Please try out the beta and let us know what you think:

npm install --save lightsight

About

lightsight gives you:

  • A simple way to create a dynamic web site or app with well-structured routes, templates and models
  • A beautiful Admin UI based on the database models you define
  • Enhanced models with additional field types and functionality, building on those natively supported by Mongoose
  • Out of the box session management and authentication
  • An updates framework for managing data updates or initialisation
  • Integration with Cloudinary for image uploading, storage and resizing
  • Integration with Mandrill for sending emails easily
  • Integration with Google Places for clever location fields
  • Integration with Embedly for powerful video and rich media embedding tools

... plus a lot of other tools and utilities to make creating complex web apps easier.

We have a demo website at demo where you can play with the Keystone Admin UI, and you can read the source to see how it was built.

Related Projects

If you are using KeystoneJS in any projects we encourage you to add it to our Related Projects Page. This is also the place to find generators and such that bundle lightsight.

Testing

To run the test suite run npm test.

Thanks

lightsight and Keystone are free and open source community-driven project. Thanks to our many contributors and users for making it great.

Keystone's development is led by Jed Watson, Joss Mackison and Max Stoiber and supported by Thinkmill in Sydney, Australia.

The Jiangren Website.

The best code bootcamp in Australia Visit The best code bootcamp in Australia: JR Academy.

Australia IT Professional Community

Sydney JR Academy | Code bootcamp. Melbourne JR Academy | Code bootcamp. Brisbane JR Academy | Code bootcamp.

License

(The MIT License)

Copyright (c) 2018 Lightman Wang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.