Core Pages
Home, Features, Pricing, About, Contact, Login, and Register pages are included and connected.
NovaFlow
Starting up platform
0%
Theme Documentation
Thank you for purchasing NovaFlow. This guide covers installation, file structure, customization, form setup, scripts, media, and deployment notes for ThemeForest buyers.
Contents
Overview
Core Pages
Home, Features, Pricing, About, Contact, Login, and Register pages are included and connected.
Tailwind Build Setup
Source styles are in src/input.css. Production CSS is generated to assets/css/style.css.
Local Assets
Fonts, images, and demo video are bundled locally. No external CDN is required.
Installation
npm install to install Tailwind dependencies.npm run build:css.npm run watch:css.index.html in your browser or local server.Commands
npm install
npm run build:css
npm run watch:css
Project Structure
startup-landing/
|-- assets/
| |-- css/
| | `-- style.css
| |-- js/
| | `-- main.js
| |-- images/
| |-- videos/
| `-- fonts/
|-- pages/
| |-- features.html
| |-- pricing.html
| |-- about.html
| `-- contact.html
|-- auth/
| |-- login.html
| `-- register.html
|-- documentation/
| `-- index.html
|-- preview/
| |-- thumbnail.jpg
| `-- preview.jpg
|-- src/
| `-- input.css
|-- index.html
|-- package.json
|-- tailwind.config.js
`-- README.txt
Customization
Colors and Fonts
Edit theme tokens in tailwind.config.js under theme.extend (colors, fontFamily, shadows, and backgroundImage).
Component Styles
Edit utility additions and animations in src/input.css, then rebuild CSS.
Content Updates
Headlines, plans, testimonials, FAQ text, and links can be edited directly in each HTML page.
Navigation Links
If you rename pages, update navbar/footer links in all files to keep navigation consistent.
Forms
This item is a static HTML template. Form UI and validation attributes are included, but no backend processing is bundled by default.
action="#".Example: Formspree integration
<form action="https://formspree.io/f/your-id" method="POST">
...
</form>
JavaScript
assets/js/main.jsMobile Navigation
Toggles menu visibility with #mobile-menu-toggle and #mobile-menu.
Product Screen Tabs
Switches panels using data-screen-btn and data-screen-panel.
Pricing Toggle
Monthly and yearly toggle with data-billing-btn, data-price, and data-billing-note.
Password Visibility
Login/register password toggle via data-toggle-password and data-target.
Demo Video Modal
Opens and closes video popup with data-demo-open, data-demo-close, #demo-modal, and #demo-video.
Media
assets/fonts (Outfit and Plus Jakarta Sans variable fonts).assets/images.assets/videos/demo.mp4.Deployment
npm run build:css before publishing.FAQ
No. It is a static HTML template with JavaScript interactions. Backend integrations are optional and buyer-controlled.
Yes. You can remove sections, duplicate blocks, or create new pages and keep the shared style system.
No. Theme assets are local and self-contained by default.
Credits
Changelog
v1.0.0
Initial release with one main landing page, internal pages, auth pages, local assets, and complete Tailwind build workflow.
Support
For support, include your purchase code, issue details, browser/device info, and screenshots. Response time target is within 24-48 business hours.
Support email: support@novaflow.example