Astro UI

screenshot of Astro UI
nextjs
react
scss
chakra-ui

Front end for https://app.astrodao.com

Overview

Astro is an innovative platform designed for launching Decentralized Autonomous Organizations (DAOs), which are self-organized groups that unite around shared purposes. By leveraging blockchain technology, Astro ensures that membership, decision-making, and funding processes are carried out transparently and securely. With its user-friendly interface and powerful backend, it facilitates collaboration and governance on a tamper-proof system, bringing a fresh take on decentralized community management.

The platform utilizes advanced technologies such as NEAR blockchain and Sputnik DAO frameworks, providing a robust environment for developers and users alike. Whether you're looking to create a new DAO or contribute to an existing one, Astro offers a range of features to streamline the process and enhance user experience.

Features

  • Blockchain Integration: Built on the NEAR blockchain, ensuring a secure and decentralized foundation for DAOs.
  • Smart Contract Support: Utilizes Sputnik DAO Factory V2 and Sputnik DAO V2 for efficient and customizable contract management.
  • User-Friendly API Gateway: Astro's API gateway simplifies interactions with the platform, making it accessible for developers.
  • Modern Tech Stack: Built using TypeScript and NextJS, providing a robust and flexible environment for application development.
  • Code Quality Assurance: Enforced through tools like ESLint and Prettier, ensuring maintainable and high-quality code.
  • Scheduled Releases: With a bi-weekly release schedule, users can expect regular updates and improvements to the platform.
  • Open Source Contribution: Encourages community involvement with clear guidelines on contributions and proposals for changes.
  • Development Environment Setup: Easy installation and setup process, enabling developers to quickly start building and testing features locally.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.