Official Addons
@hizzyjs/authentication
- This addon adds a bunch of authentication methods built-in the addon.
- Click me to view an example of Discord Authentication
- Click me to view an example of Local Authentication
@hizzyjs/database
- This addon adds a bunch of databases built-in the addon.
- Click me to view an example of a chat app that uses SQLite
@hizzyjs/error-overlay
- This addon shows an error overlay whenever something throws an error.
@hizzyjs/helmet
- This addon adds a new component called Helmet which then can be used to append components into the
<head>
tag of the file. - Click me to view an example
@hizzyjs/language
- This addon adds a new component called Lang which can be used to add language support to your application.
- Click me to view an example
@hizzyjs/sass
- This addon adds SASS support to your project.
@hizzyjs/html2react
- This addon adds the ability to convert HTML to React components easily.
@hizzyjs/api
- This addon makes it really easy to make APIs inside your Hizzy app by adding custom Route components!
- Click me to view an example
@hizzyjs/images
- This addon is being worked on.
- This addon adds a new progressive loading to images that first start blurry then appear as normal.
- Click me to view an example
@hizzyjs/requests
- This addon is being worked on.
- This addon adds functionalities like Anti-DDoS to Hizzy.
- Click me to view an example