Static marketing site for Docufy Tech, the web development services subsidiary of Docufy.
This app is a multi-page, conversion-focused website built to establish business credibility, explain the company’s services, and drive meeting bookings through Calendly. It is intentionally lightweight: no auth, no CMS, no checkout flow, and no backend database.
- Present Docufy Tech as a professional, reliable delivery partner
- Communicate two core trust pillars across the site
- Delivery integrity
- Research-driven execution
- Keep the conversion path simple with a single primary CTA: book a meeting
The project brief in docs/docufy-tech.md defines the intended site map and positioning.
Homeinsrc/routes/index.tsxAboutinsrc/routes/about.tsxSolutionsinsrc/routes/solutions.tsx- Legal pages for privacy and terms
- Contact and other supporting pages as the site expands
src/routes/index.tsx is the main sales page. It uses a dark, high-contrast layout with a strong hero section, clear CTA buttons, trust-focused value cards, a technology stack section, partner logos, and a final conversion block.
Observed strengths:
- Clear business positioning above the fold
- Strong visual hierarchy and repeated CTAs
- Good trust messaging around ownership, security, and process
- Conversion paths via email and Calendly are obvious
src/routes/about.tsx reinforces company identity with a GMT+6 time display, a concise company story, a research-first execution statement, and a team showcase followed by a meeting CTA.
Observed strengths:
- Adds a human layer to the brand
- Supports credibility through named leadership and visible team members
- Repeats the core trust narrative instead of introducing new claims
src/routes/solutions.tsx presents the service catalog in a compact card layout.
The page is best understood as a capability overview, not a full services brochure. It covers:
- Project and product overviews
- BRD, PRD, FRD, and SRS documentation
- Web application development
src/components/blocks/team-showcase.tsx is the most interaction-heavy custom component in the site.
What it does well:
- Gives the company a visible team identity
- Supports both mobile and desktop layouts
- Uses hover states and social links to make the team feel real, not decorative
Implementation notes:
- Desktop and mobile are split into separate render paths
- Hover interaction highlights the active team member
- Team data is embedded as a default member list, so the component is currently content-driven rather than CMS-driven
The legal documents are aligned with the site’s low-risk, informational nature.
docs/privacy-policy.md is written for a lead-generation website with limited data collection. It covers:
- Direct contact details and Calendly submissions
- Third-party service handling
- Cookies, retention, security, international transfers, and user rights
- A clear no-sale-of-data position
docs/terms-of-service.md sets expectations for a pre-contract marketing site and early-stage service discussions. It covers:
- Scope of services
- Inquiry-only interaction, not a binding commitment
- Acceptable use
- Confidentiality and project material handling
- Liability, indemnity, suspension, and governing law
- SolidJS + Vite
- TanStack Solid Router
- Tailwind CSS v4
- Biome for linting and formatting
- Vitest for testing
pnpm install
pnpm devpnpm buildpnpm testpnpm lint
pnpm format
pnpm check- This project is designed for static hosting.
- The current information architecture is optimized for trust-building and direct inquiry, not deep product browsing.