New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wealth-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wealth-app

A comprehensive wealth management application built with Next.js

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

🏦 Wealth App

A comprehensive wealth management application built with Next.js 15, React 19, and TypeScript. Track your assets, monitor net worth, and manage your financial portfolio with an intuitive dashboard interface.

🚀 Quick Start

Install globally via npm

npm install -g wealth-app
wealth-app

Or run locally

npm install
npm run build
npm start

Open http://localhost:3000 to view the application.

📦 Package Usage

You can also use Wealth App programmatically:

const { startWealthApp } = require('wealth-app');

// Start in production mode
startWealthApp()
  .then(process => console.log('Wealth App started!'))
  .catch(error => console.error('Failed to start:', error));

// Start in development mode on custom port
startWealthApp({ dev: true, port: 3001 });

🛠 Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

# Run linting
npm run lint

🏗 Built With

  • Next.js 15 - React framework with App Router
  • React 19 - UI library with latest features
  • TypeScript - Type-safe JavaScript
  • Tailwind CSS 4 - Utility-first CSS framework

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Keywords

wealth

FAQs

Package last updated on 14 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts